mirror of https://github.com/lukechilds/node.git
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.
46 lines
1.2 KiB
46 lines
1.2 KiB
{
|
|
"name": "cmd-shim",
|
|
"version": "2.0.1",
|
|
"description": "Used in npm for command line application support",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ForbesLindesay/cmd-shim.git"
|
|
},
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"graceful-fs": ">3.0.1 <4.0.0-0",
|
|
"mkdirp": "~0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.4.11",
|
|
"rimraf": "~2.2.8"
|
|
},
|
|
"gitHead": "6f53d506be590fe9ac20c9801512cd1a3aad5974",
|
|
"bugs": {
|
|
"url": "https://github.com/ForbesLindesay/cmd-shim/issues"
|
|
},
|
|
"homepage": "https://github.com/ForbesLindesay/cmd-shim",
|
|
"_id": "cmd-shim@2.0.1",
|
|
"_shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
|
|
"_from": "cmd-shim@>=2.0.1-0 <3.0.0-0",
|
|
"_npmVersion": "1.5.0-alpha-4",
|
|
"_npmUser": {
|
|
"name": "forbeslindesay",
|
|
"email": "forbes@lindesay.co.uk"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "forbeslindesay",
|
|
"email": "forbes@lindesay.co.uk"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
|
|
"tarball": "http://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
|
|
}
|
|
|