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.
105 lines
2.4 KiB
105 lines
2.4 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "ignore@^3.2.0",
|
|
"scope": null,
|
|
"escapedName": "ignore",
|
|
"name": "ignore",
|
|
"rawSpec": "^3.2.0",
|
|
"spec": ">=3.2.0 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "ignore@>=3.2.0 <4.0.0",
|
|
"_id": "ignore@3.2.0",
|
|
"_inCache": true,
|
|
"_location": "/ignore",
|
|
"_nodeVersion": "6.7.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/ignore-3.2.0.tgz_1476173756695_0.2819231322500855"
|
|
},
|
|
"_npmUser": {
|
|
"name": "kael",
|
|
"email": "i@kael.me"
|
|
},
|
|
"_npmVersion": "3.10.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "ignore@^3.2.0",
|
|
"scope": null,
|
|
"escapedName": "ignore",
|
|
"name": "ignore",
|
|
"rawSpec": "^3.2.0",
|
|
"spec": ">=3.2.0 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.2.0.tgz",
|
|
"_shasum": "8d88f03c3002a0ac52114db25d2c673b0bf1e435",
|
|
"_shrinkwrap": null,
|
|
"_spec": "ignore@^3.2.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
|
|
"author": {
|
|
"name": "kael"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kaelzhang/node-ignore/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Ignore is a manager and filter for .gitignore rules.",
|
|
"devDependencies": {
|
|
"chai": "~1.7.2",
|
|
"mocha": "~1.13.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "8d88f03c3002a0ac52114db25d2c673b0bf1e435",
|
|
"tarball": "https://registry.npmjs.org/ignore/-/ignore-3.2.0.tgz"
|
|
},
|
|
"files": [
|
|
"ignore.js",
|
|
"LICENSE-MIT"
|
|
],
|
|
"gitHead": "703d5b198812a6c9b2d6250c1a04aeb81d5e3949",
|
|
"homepage": "https://github.com/kaelzhang/node-ignore#readme",
|
|
"keywords": [
|
|
"ignore",
|
|
".gitignore",
|
|
"gitignore",
|
|
"npmignore",
|
|
"rules",
|
|
"manager",
|
|
"filter",
|
|
"regexp",
|
|
"regex",
|
|
"fnmatch",
|
|
"glob",
|
|
"asterisks",
|
|
"regular-expression"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./ignore.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "kael",
|
|
"email": "i@kael.me"
|
|
}
|
|
],
|
|
"name": "ignore",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec ./test/ignore.js"
|
|
},
|
|
"version": "3.2.0"
|
|
}
|
|
|