{ "_from": "ignore@^3.2.0", "_id": "ignore@3.3.5", "_inBundle": false, "_integrity": "sha512-JLH93mL8amZQhh/p6mfQgVBH3M6epNq3DfsXsTSuSrInVjwyYlFE1nv2AgfRCC8PoOhM0jwQ5v8s9LgbK7yGDw==", "_location": "/ignore", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ignore@^3.2.0", "name": "ignore", "escapedName": "ignore", "rawSpec": "^3.2.0", "saveSpec": null, "fetchSpec": "^3.2.0" }, "_requiredBy": [ "/eslint" ], "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.5.tgz", "_shasum": "c4e715455f6073a8d7e5dae72d2fc9d71663dba6", "_spec": "ignore@^3.2.0", "_where": "/home/bilal/Saburly/slucajna-televizija/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", "mkdirp": "^0.5.1", "mocha": "~1.13.0", "pre-suf": "^1.0.4", "rimraf": "^2.6.1", "spawn-sync": "^1.0.15", "tmp": "0.0.33" }, "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.5" }