Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cmd-shim/package.json')
-rw-r--r--node_modules/cmd-shim/package.json78
1 files changed, 27 insertions, 51 deletions
diff --git a/node_modules/cmd-shim/package.json b/node_modules/cmd-shim/package.json
index 47058a16f..3833cf976 100644
--- a/node_modules/cmd-shim/package.json
+++ b/node_modules/cmd-shim/package.json
@@ -1,70 +1,46 @@
{
- "_args": [
- [
- "cmd-shim@~2.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "cmd-shim@>=2.0.1 <2.1.0",
- "_id": "cmd-shim@2.0.1",
- "_inCache": true,
- "_location": "/cmd-shim",
- "_npmUser": {
- "email": "forbes@lindesay.co.uk",
- "name": "forbeslindesay"
- },
- "_npmVersion": "1.5.0-alpha-4",
- "_phantomChildren": {},
- "_requested": {
- "name": "cmd-shim",
- "raw": "cmd-shim@~2.0.1",
- "rawSpec": "~2.0.1",
- "scope": null,
- "spec": ">=2.0.1 <2.1.0",
- "type": "range"
+ "name": "cmd-shim",
+ "version": "2.0.1",
+ "description": "Used in npm for command line application support",
+ "scripts": {
+ "test": "tap test/*.js"
},
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz",
- "_shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
- "_shrinkwrap": null,
- "_spec": "cmd-shim@~2.0.1",
- "_where": "/Users/rebecca/code/npm",
- "bugs": {
- "url": "https://github.com/ForbesLindesay/cmd-shim/issues"
+ "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"
},
- "description": "Used in npm for command line application support",
"devDependencies": {
- "rimraf": "~2.2.8",
- "tap": "~0.4.11"
- },
- "directories": {},
- "dist": {
- "shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
- "tarball": "http://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
+ "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",
- "license": "BSD",
+ "_id": "cmd-shim@2.0.1",
+ "_shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
+ "_from": "cmd-shim@>=2.0.1 <2.1.0",
+ "_npmVersion": "1.5.0-alpha-4",
+ "_npmUser": {
+ "name": "forbeslindesay",
+ "email": "forbes@lindesay.co.uk"
+ },
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
- "name": "cmd-shim",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/ForbesLindesay/cmd-shim.git"
- },
- "scripts": {
- "test": "tap test/*.js"
+ "dist": {
+ "shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
+ "tarball": "http://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
},
- "version": "2.0.1"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
}