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.

91 lines
2.0 KiB

{
"_args": [
[
"ignore@^2.2.19",
"/Users/trott/test/node_modules/eslint"
]
],
"_from": "ignore@>=2.2.19 <3.0.0",
"_id": "ignore@2.2.19",
"_inCache": true,
"_installable": true,
"_location": "/eslint/ignore",
"_nodeVersion": "0.12.1",
"_npmUser": {
"email": "i@kael.me",
"name": "kael"
},
"_npmVersion": "3.3.9",
"_phantomChildren": {},
"_requested": {
"name": "ignore",
"raw": "ignore@^2.2.19",
"rawSpec": "^2.2.19",
"scope": null,
"spec": ">=2.2.19 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/ignore/-/ignore-2.2.19.tgz",
"_shasum": "4c845a61f7e50b4a410f6156aaa38b6ad95e0c8f",
"_shrinkwrap": null,
"_spec": "ignore@^2.2.19",
"_where": "/Users/trott/test/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": "4c845a61f7e50b4a410f6156aaa38b6ad95e0c8f",
"tarball": "http://registry.npmjs.org/ignore/-/ignore-2.2.19.tgz"
},
"files": [
"index.js",
"LICENSE-MIT"
],
"gitHead": "97df28de4e8401e08c620986156924c1c0f3f37e",
"homepage": "https://github.com/kaelzhang/node-ignore#readme",
"keywords": [
"ignore",
".gitignore",
"gitignore",
"npmignore",
"rules",
"manager",
"filter",
"regexp",
"regex",
"regular-expression"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "i@kael.me",
"name": "kael"
}
],
"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": "2.2.19"
}