You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
875 B
24 lines
875 B
{ |
|
"name": "xterm-addon-fit", |
|
"version": "0.3.0", |
|
"author": { |
|
"name": "The xterm.js authors", |
|
"url": "https://xtermjs.org/" |
|
}, |
|
"main": "lib/xterm-addon-fit.js", |
|
"types": "typings/xterm-addon-fit.d.ts", |
|
"repository": "https://github.com/xtermjs/xterm.js", |
|
"license": "MIT", |
|
"scripts": { |
|
"build": "../../node_modules/.bin/tsc -p src", |
|
"prepackage": "npm run build", |
|
"package": "../../node_modules/.bin/webpack", |
|
"prepublishOnly": "npm run package" |
|
}, |
|
"peerDependencies": { |
|
"xterm": "^4.0.0" |
|
}, |
|
"__npminstall_done": "Sun Apr 05 2020 17:05:46 GMT+0800 (中国标准时间)", |
|
"_from": "xterm-addon-fit@0.3.0", |
|
"_resolved": "https://registry.npm.taobao.org/xterm-addon-fit/download/xterm-addon-fit-0.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fxterm-addon-fit%2Fdownload%2Fxterm-addon-fit-0.3.0.tgz" |
|
} |