{ "_args": [ [ { "raw": "ignore@^3.3.3", "scope": null, "escapedName": "ignore", "name": "ignore", "rawSpec": "^3.3.3", "spec": ">=3.3.3 <4.0.0", "type": "range" }, "/Users/trott/io.js/tools/node_modules/eslint" ] ], "_from": "ignore@>=3.3.3 <4.0.0", "_id": "ignore@3.3.3", "_inCache": true, "_location": "/ignore", "_nodeVersion": "7.10.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/ignore-3.3.3.tgz_1495192478088_0.7693700036033988" }, "_npmUser": { "name": "kael", "email": "i@kael.me" }, "_npmVersion": "4.2.0", "_phantomChildren": {}, "_requested": { "raw": "ignore@^3.3.3", "scope": null, "escapedName": "ignore", "name": "ignore", "rawSpec": "^3.3.3", "spec": ">=3.3.3 <4.0.0", "type": "range" }, "_requiredBy": [ "/eslint" ], "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.3.tgz", "_shasum": "432352e57accd87ab3110e82d3fea0e47812156d", "_shrinkwrap": null, "_spec": "ignore@^3.3.3", "_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": "432352e57accd87ab3110e82d3fea0e47812156d", "tarball": "https://registry.npmjs.org/ignore/-/ignore-3.3.3.tgz" }, "files": [ "ignore.js", "index.d.ts", "LICENSE-MIT" ], "gitHead": "fc1aacc4d3a72c1f5f3fa5e9aadc12a14a382db4", "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.3.3" }