quitando basura del index
[VSoRC/.git] / node_modules / xterm-addon-fit / package.json
1 {
2   "_from": "xterm-addon-fit@^0.3.0",
3   "_id": "xterm-addon-fit@0.3.0",
4   "_inBundle": false,
5   "_integrity": "sha512-kvkiqHVrnMXgyCH9Xn0BOBJ7XaWC/4BgpSWQy3SueqximgW630t/QOankgqkvk11iTOCwWdAY9DTyQBXUMN3lw==",
6   "_location": "/xterm-addon-fit",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "xterm-addon-fit@^0.3.0",
12     "name": "xterm-addon-fit",
13     "escapedName": "xterm-addon-fit",
14     "rawSpec": "^0.3.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.3.0"
17   },
18   "_requiredBy": [
19     "/"
20   ],
21   "_resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.3.0.tgz",
22   "_shasum": "341710741027de9d648a9f84415a01ddfdbbe715",
23   "_spec": "xterm-addon-fit@^0.3.0",
24   "_where": "/home/josuer08/Documents/web",
25   "author": {
26     "name": "The xterm.js authors",
27     "url": "https://xtermjs.org/"
28   },
29   "bugs": {
30     "url": "https://github.com/xtermjs/xterm.js/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "An addon for [xterm.js](https://github.com/xtermjs/xterm.js) that enables fitting the terminal's dimensions to a containing element. This addon requires xterm.js v4+.",
35   "homepage": "https://github.com/xtermjs/xterm.js#readme",
36   "license": "MIT",
37   "main": "lib/xterm-addon-fit.js",
38   "name": "xterm-addon-fit",
39   "peerDependencies": {
40     "xterm": "^4.0.0"
41   },
42   "repository": {
43     "type": "git",
44     "url": "git+https://github.com/xtermjs/xterm.js.git"
45   },
46   "scripts": {
47     "build": "../../node_modules/.bin/tsc -p src",
48     "package": "../../node_modules/.bin/webpack",
49     "prepackage": "npm run build",
50     "prepublishOnly": "npm run package"
51   },
52   "types": "typings/xterm-addon-fit.d.ts",
53   "version": "0.3.0"
54 }