UNPKG

npm

Version:

a package manager for JavaScript

61 lines (60 loc) 1.56 kB
{ "_from": "cmd-shim@3.0.2", "_id": "cmd-shim@3.0.2", "_inBundle": false, "_integrity": "sha512-x/2sXAaA1lUgUCZ9zaeOGzSkXOoN2DFxY61kgfhnIIUe/2QK8DFDnezT2drSZa/u8SKQT3vRFwTFPMMgQmH8kg==", "_location": "/cmd-shim", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "cmd-shim@3.0.2", "name": "cmd-shim", "escapedName": "cmd-shim", "rawSpec": "3.0.2", "saveSpec": null, "fetchSpec": "3.0.2" }, "_requiredBy": [ "#USER", "/", "/bin-links" ], "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-3.0.2.tgz", "_shasum": "159a20602ac4295ec0997243a40ac9b2df54f5e3", "_spec": "cmd-shim@3.0.2", "_where": "/Users/isaacs/dev/npm/cli", "bugs": { "url": "https://github.com/npm/cmd-shim/issues" }, "bundleDependencies": false, "dependencies": { "graceful-fs": "^4.1.2", "mkdirp": "~0.5.0" }, "deprecated": false, "description": "Used in npm for command line application support", "devDependencies": { "rimraf": "~2.2.8", "tap": "^12.7.0" }, "files": [ "index.js", "lib" ], "homepage": "https://github.com/npm/cmd-shim#readme", "license": "ISC", "name": "cmd-shim", "repository": { "type": "git", "url": "git+https://github.com/npm/cmd-shim.git" }, "scripts": { "postpublish": "git push origin --follow-tags", "postversion": "npm publish", "preversion": "npm test", "snap": "TAP_SNAPSHOT=1 tap test/*.js --100", "test": "tap test/*.js --100" }, "version": "3.0.2" }