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.
74 lines
1.8 KiB
74 lines
1.8 KiB
{
|
|
"_from": "ignore@^3.3.3",
|
|
"_id": "ignore@3.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QyNS5XrM2HqzEQ6C0/6g5HgSFW0=",
|
|
"_location": "/eslint/ignore",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ignore@^3.3.3",
|
|
"name": "ignore",
|
|
"escapedName": "ignore",
|
|
"rawSpec": "^3.3.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.3.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.3.tgz",
|
|
"_shasum": "432352e57accd87ab3110e82d3fea0e47812156d",
|
|
"_spec": "ignore@^3.3.3",
|
|
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint",
|
|
"author": {
|
|
"name": "kael"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kaelzhang/node-ignore/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
},
|
|
"files": [
|
|
"ignore.js",
|
|
"index.d.ts",
|
|
"LICENSE-MIT"
|
|
],
|
|
"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",
|
|
"name": "ignore",
|
|
"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.3.3"
|
|
}
|
|
|