diff options
Diffstat (limited to 'tools/eslint/node_modules/is-path-in-cwd/package.json')
-rw-r--r-- | tools/eslint/node_modules/is-path-in-cwd/package.json | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/tools/eslint/node_modules/is-path-in-cwd/package.json b/tools/eslint/node_modules/is-path-in-cwd/package.json index 771793e891..e2e6c0264f 100644 --- a/tools/eslint/node_modules/is-path-in-cwd/package.json +++ b/tools/eslint/node_modules/is-path-in-cwd/package.json @@ -1,7 +1,15 @@ { "_args": [ [ - "is-path-in-cwd@^1.0.0", + { + "raw": "is-path-in-cwd@^1.0.0", + "scope": null, + "escapedName": "is-path-in-cwd", + "name": "is-path-in-cwd", + "rawSpec": "^1.0.0", + "spec": ">=1.0.0 <2.0.0", + "type": "range" + }, "/Users/trott/io.js/tools/node_modules/del" ] ], @@ -11,16 +19,17 @@ "_installable": true, "_location": "/is-path-in-cwd", "_npmUser": { - "email": "sindresorhus@gmail.com", - "name": "sindresorhus" + "name": "sindresorhus", + "email": "sindresorhus@gmail.com" }, "_npmVersion": "1.4.21", "_phantomChildren": {}, "_requested": { - "name": "is-path-in-cwd", "raw": "is-path-in-cwd@^1.0.0", - "rawSpec": "^1.0.0", "scope": null, + "escapedName": "is-path-in-cwd", + "name": "is-path-in-cwd", + "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, @@ -33,8 +42,8 @@ "_spec": "is-path-in-cwd@^1.0.0", "_where": "/Users/trott/io.js/tools/node_modules/del", "author": { - "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "bugs": { @@ -50,7 +59,7 @@ "directories": {}, "dist": { "shasum": "6477582b8214d602346094567003be8a9eac04dc", - "tarball": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz" + "tarball": "http://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz" }, "engines": { "node": ">=0.10.0" @@ -74,8 +83,8 @@ "license": "MIT", "maintainers": [ { - "email": "sindresorhus@gmail.com", - "name": "sindresorhus" + "name": "sindresorhus", + "email": "sindresorhus@gmail.com" } ], "name": "is-path-in-cwd", |