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.
71 lines
1.6 KiB
71 lines
1.6 KiB
{ |
|
"_from": "path-key@^3.1.0", |
|
"_id": "path-key@3.1.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=", |
|
"_location": "/path-key", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "path-key@^3.1.0", |
|
"name": "path-key", |
|
"escapedName": "path-key", |
|
"rawSpec": "^3.1.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^3.1.0" |
|
}, |
|
"_requiredBy": [ |
|
"/cross-spawn" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/path-key/download/path-key-3.1.1.tgz", |
|
"_shasum": "581f6ade658cbba65a0d3380de7753295054f375", |
|
"_spec": "path-key@^3.1.0", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/node_modules/cross-spawn", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/path-key/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"deprecated": false, |
|
"description": "Get the PATH environment variable key cross-platform", |
|
"devDependencies": { |
|
"@types/node": "^11.13.0", |
|
"ava": "^1.4.1", |
|
"tsd": "^0.7.2", |
|
"xo": "^0.24.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"index.d.ts" |
|
], |
|
"homepage": "https://github.com/sindresorhus/path-key#readme", |
|
"keywords": [ |
|
"path", |
|
"key", |
|
"environment", |
|
"env", |
|
"variable", |
|
"var", |
|
"get", |
|
"cross-platform", |
|
"windows" |
|
], |
|
"license": "MIT", |
|
"name": "path-key", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/path-key.git" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava && tsd" |
|
}, |
|
"version": "3.1.1" |
|
}
|
|
|