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.
109 lines
2.6 KiB
109 lines
2.6 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.6",
|
|
"_inCache": true,
|
|
"_location": "/ignore",
|
|
"_nodeVersion": "6.10.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/ignore-3.2.6.tgz_1489647552814_0.3715519669931382"
|
|
},
|
|
"_npmUser": {
|
|
"name": "kael",
|
|
"email": "i@kael.me"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_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.6.tgz",
|
|
"_shasum": "26e8da0644be0bb4cb39516f6c79f0e0f4ffe48c",
|
|
"_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",
|
|
"codecov": "^1.0.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "~1.13.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "26e8da0644be0bb4cb39516f6c79f0e0f4ffe48c",
|
|
"tarball": "https://registry.npmjs.org/ignore/-/ignore-3.2.6.tgz"
|
|
},
|
|
"files": [
|
|
"ignore.js",
|
|
"LICENSE-MIT"
|
|
],
|
|
"gitHead": "c62a7b1568a5674e6c0a68d234dc24f26f5324c5",
|
|
"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": {
|
|
"cov-report": "istanbul report",
|
|
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
|
|
"test-no-cov": "mocha --reporter spec ./test/ignore.js"
|
|
},
|
|
"version": "3.2.6"
|
|
}
|
|
|