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.
83 lines
2.0 KiB
83 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"path-is-inside@^1.0.1",
|
|
"/Users/silverwind/git/node/tools/package/package"
|
|
]
|
|
],
|
|
"_from": "path-is-inside@>=1.0.1 <2.0.0",
|
|
"_id": "path-is-inside@1.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/path-is-inside",
|
|
"_npmUser": {
|
|
"email": "domenic@domenicdenicola.com",
|
|
"name": "domenic"
|
|
},
|
|
"_npmVersion": "1.3.25",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "path-is-inside",
|
|
"raw": "path-is-inside@^1.0.1",
|
|
"rawSpec": "^1.0.1",
|
|
"scope": null,
|
|
"spec": ">=1.0.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/is-path-inside"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.1.tgz",
|
|
"_shasum": "98d8f1d030bf04bd7aeee4a1ba5485d40318fd89",
|
|
"_shrinkwrap": null,
|
|
"_spec": "path-is-inside@^1.0.1",
|
|
"_where": "/Users/silverwind/git/node/tools/package/package",
|
|
"author": {
|
|
"email": "domenic@domenicdenicola.com",
|
|
"name": "Domenic Denicola",
|
|
"url": "http://domenic.me"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/domenic/path-is-inside/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Tests whether one path is inside another path",
|
|
"devDependencies": {
|
|
"jshint": "~2.3.0",
|
|
"mocha": "~1.15.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "98d8f1d030bf04bd7aeee4a1ba5485d40318fd89",
|
|
"tarball": "http://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.1.tgz"
|
|
},
|
|
"homepage": "https://github.com/domenic/path-is-inside",
|
|
"keywords": [
|
|
"directory",
|
|
"folder",
|
|
"inside",
|
|
"path",
|
|
"relative"
|
|
],
|
|
"license": "WTFPL",
|
|
"main": "lib/path-is-inside.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "domenic",
|
|
"email": "domenic@domenicdenicola.com"
|
|
}
|
|
],
|
|
"name": "path-is-inside",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/domenic/path-is-inside.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint lib",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|