{ "_args": [ [ "ignore@^5.1.4", "/home/lyxaira/Artesanias/artesanias/node_modules/globby" ] ], "_from": "ignore@>=5.1.4 <6.0.0", "_hasShrinkwrap": false, "_id": "ignore@5.1.8", "_inCache": true, "_installable": true, "_location": "/ignore", "_nodeVersion": "14.1.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/ignore_5.1.8_1590809270251_0.29117314601321564" }, "_npmUser": { "email": "i@kael.me", "name": "kael" }, "_npmVersion": "6.14.4", "_phantomChildren": {}, "_requested": { "name": "ignore", "raw": "ignore@^5.1.4", "rawSpec": "^5.1.4", "scope": null, "spec": ">=5.1.4 <6.0.0", "type": "range" }, "_requiredBy": [ "/globby" ], "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "_shasum": "f150a8b50a34289b33e22f5889abd4d8016f0e57", "_shrinkwrap": null, "_spec": "ignore@^5.1.4", "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/globby", "author": { "name": "kael" }, "bugs": { "url": "https://github.com/kaelzhang/node-ignore/issues" }, "dependencies": {}, "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "codecov": "^3.7.0", "debug": "^4.1.1", "eslint": "^7.0.0", "eslint-config-ostai": "^3.0.0", "eslint-plugin-import": "^2.20.2", "mkdirp": "^1.0.4", "pre-suf": "^1.1.1", "rimraf": "^3.0.2", "spawn-sync": "^2.0.0", "tap": "^14.10.7", "tmp": "0.2.1", "typescript": "^3.9.3" }, "directories": {}, "dist": { "fileCount": 7, "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0dK2CRA9TVsSAnZWagAAP+UQAJrGwjSleLJHdcoLM5yi\ncnlSw+FQBX6NXXPSpOrJ1OjEzrYyNQBwXuV5DbZnvwdracA3bafKa3ifT8mg\nDc0ZKVMF3+eg1O0ksc+u2WHrR2LEDKIG10NNnAKFqsmm+66Ec5AqUbhf5Ycg\nT7O54xjV993HeVEga+8txZrcLXZ+FMSIEtwd8MPJAzQy9+T0cyAZR3dtPx0/\nuJc1eZDw7GCIAtL4gizzs4Xou9c9NOkVOuJwngDrIBWSqI/SuLrMwOmW4pBm\nlno9vKDjI1YLXWzQqShZe2QRWOxcV9pCJrYCSS8JyG1yptsaLyoAqInKxoPa\nXQMnTiE4KG2SoGfUhy6XYCsqiwH4icKgSaDkMDpAbDFWpsBz9rgVo5ZRu2XZ\n9k69D1q2M92+yhsoSuIkcbnSr3v6wUSDOhN7ocBbNu4FvSsVT3hi9TfWcHpt\nLvjxEPqCzijspN4DwcSwP7UCCZvkzQwGBv1lcPk5Xk0P2WqrIXZBZVF5deDZ\n98AazfW3PXQw1VWFlX/MCF30p8Odgc26r0PuvLs1rGREFUQDGTfUHcyKoO2p\nmc4w6MdpdEuULlV148RRaQwQWQPO9FqzWHmwijQULy+k7A1wak2igX/ud14T\nQIsIYvuQOlfLuYrlDViJLv/17L9dKjAuRhNpL6jEG0tYvyBrip64AusYlXUY\niA9O\r\n=4fPA\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "f150a8b50a34289b33e22f5889abd4d8016f0e57", "tarball": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", "unpackedSize": 48988 }, "engines": { "node": ">= 4" }, "gitHead": "a1f29fbadf258f630cdf45bd59e6fda5540e3169", "homepage": "https://github.com/kaelzhang/node-ignore#readme", "keywords": [ ".gitignore", "asterisks", "filter", "fnmatch", "gitignore", "glob", "ignore", "manager", "npmignore", "regex", "regexp", "regular-expression", "rules" ], "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", "prepublishOnly": "npm run build", "test": "npm run test:only", "test:cases": "tap test/*.js --coverage", "test:git": "tap test/git-check-ignore.js", "test:ignore": "tap test/ignore.js", "test:lint": "eslint .", "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases", "test:others": "tap test/others.js", "test:ts": "node ./test/ts/simple.js", "test:tsc": "tsc ./test/ts/simple.ts --lib ES6", "test:win32": "IGNORE_TEST_WIN32=1 npm run test" }, "version": "5.1.8" }