{ "_args": [ [ { "raw": "ignore@^4.0.2", "scope": null, "escapedName": "ignore", "name": "ignore", "rawSpec": "^4.0.2", "spec": ">=4.0.2 <5.0.0", "type": "range" }, "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/standard/node_modules/eslint" ] ], "_from": "ignore@>=4.0.2 <5.0.0", "_hasShrinkwrap": false, "_id": "ignore@4.0.6", "_inCache": true, "_location": "/standard/ignore", "_nodeVersion": "10.8.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/ignore_4.0.6_1534048762397_0.9093604384889431" }, "_npmUser": { "name": "kael", "email": "i@kael.me" }, "_npmVersion": "6.2.0", "_phantomChildren": {}, "_requested": { "raw": "ignore@^4.0.2", "scope": null, "escapedName": "ignore", "name": "ignore", "rawSpec": "^4.0.2", "spec": ">=4.0.2 <5.0.0", "type": "range" }, "_requiredBy": [ "/standard/eslint" ], "_resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "_shasum": "750e3db5862087b4737ebac8207ffd1ef27b25fc", "_shrinkwrap": null, "_spec": "ignore@^4.0.2", "_where": "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/standard/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": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "codecov": "^3.0.4", "eslint": "^5.3.0", "eslint-config-ostai": "^1.3.2", "eslint-plugin-import": "^2.13.0", "mkdirp": "^0.5.1", "pre-suf": "^1.1.0", "rimraf": "^2.6.2", "spawn-sync": "^2.0.0", "tap": "^12.0.1", "tmp": "0.0.33", "typescript": "^3.0.1" }, "directories": {}, "dist": { "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "shasum": "750e3db5862087b4737ebac8207ffd1ef27b25fc", "tarball": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "fileCount": 7, "unpackedSize": 37759, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbb7n6CRA9TVsSAnZWagAA+gkP/20VCdu95Or/JwOHxRMx\nkf9Sa3LRjjeUbprdwFUgY/0szFUysXOWaeUNkDAQbifQvBUXg7QJsJ/khvSG\nN4/U7reDQoNyVyTC9NAP9ftYfySy6D6lYNku6qcTI01Kv5Lgka1EitJP65KD\n/UhpZO3gA+BdgZ1w+W6zwwxk2HgilyYVwO2s4Dv9HFwc7VqsiFpMatjqu/TM\nLbbHDH9h2SCKEFV6GC5UmA3GCAGTQFQrU/0LLiMFBvyALieUJ3YixxxEDemo\nIo69n3JkwwtdDo4AQsjVaBP7BO/BAOb3ImspFCnm8QGXV05y1I6Bk/zPSnpm\nCcqS7yKByTLdONlQERKLslsqGVPEs4XMFuYfVxYhRgQtKo1DUwKgcNjNDCbo\nKJSKRaxcwFfuSB9i4gTXhvnuPHbvOpbwPB8BJ1lRz7Tfa+XS+DMcJnF/gxRT\nqYmfZoZ08h/iY17TKR+0X9Ycgirx4hHTI+SZSe9o5OFxrBsjEUz1kbqNQ0Nd\nF9QoZ7rYjJaYQJ5CeFrg327Za3aXpLNcdWVaSVnyYO+pNEmSChpaHS+CarNe\nnTCcyOjSN31fOwaaNryDoUVtsEMMg05XJDotSRf3xNf0o8zAxqqnQcKJSDcB\nqAka3qsIjnB6SZ1BbJ8lSFZpBc3B7tlPSjbsQzcPD4n6lmHqCTT0HyrDNlhA\n+I1a\r\n=lO1t\r\n-----END PGP SIGNATURE-----\r\n" }, "engines": { "node": ">= 4" }, "files": [ "legacy.js", "index.js", "index.d.ts", "LICENSE-MIT" ], "gitHead": "56976cef6d5ec0e5651910801669f9aa3daa8120", "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", "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": { "build": "babel -o legacy.js index.js", "posttest": "tap --coverage-report=html && codecov", "prepublish": "npm run build", "test": "npm run test-no-cov", "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage", "test:git": "tap test/git-check-ignore.js", "test:ignore": "tap test/ignore.js --coverage", "test:lint": "eslint .", "test:tsc": "tsc ./test/ts/simple.ts" }, "version": "4.0.6" }