Update ESLint to v3.8.0. * Installed with `npm install --production` to avoid installing unnecessary dev files * Used `dmn -f clean` to further eliminate unneeded files PR-URL: https://github.com/nodejs/node/pull/9112 Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
98 lines
2.3 KiB
JSON
98 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "is-path-inside@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "is-path-inside",
|
|
"name": "is-path-inside",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/is-path-in-cwd"
|
|
]
|
|
],
|
|
"_from": "is-path-inside@>=1.0.0 <2.0.0",
|
|
"_id": "is-path-inside@1.0.0",
|
|
"_inCache": true,
|
|
"_location": "/is-path-inside",
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"_npmVersion": "1.4.21",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "is-path-inside@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "is-path-inside",
|
|
"name": "is-path-inside",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-path-in-cwd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
|
|
"_shasum": "fc06e5a1683fbda13de667aff717bbc10a48f37f",
|
|
"_shrinkwrap": null,
|
|
"_spec": "is-path-inside@^1.0.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/is-path-in-cwd",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/is-path-inside/issues"
|
|
},
|
|
"dependencies": {
|
|
"path-is-inside": "^1.0.1"
|
|
},
|
|
"description": "Check if a path is inside another path",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "fc06e5a1683fbda13de667aff717bbc10a48f37f",
|
|
"tarball": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "b507035b66a539b7c12ba8b6b486377aa02aef9f",
|
|
"homepage": "https://github.com/sindresorhus/is-path-inside",
|
|
"keywords": [
|
|
"path",
|
|
"inside",
|
|
"folder",
|
|
"directory",
|
|
"dir",
|
|
"file",
|
|
"resolve"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "is-path-inside",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/is-path-inside.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|