blob: 365db886996201b2cb0debf7abda6ea70d4197be [file] [log] [blame]
{
"_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/brodybits/Documents/cordova/cordova-js/node_modules/eslint"
]
],
"_from": "ignore@>=3.3.3 <4.0.0",
"_id": "ignore@3.3.8",
"_inCache": true,
"_location": "/ignore",
"_nodeVersion": "9.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ignore_3.3.8_1524708339142_0.9572980251499248"
},
"_npmUser": {
"name": "kael",
"email": "i@kael.me"
},
"_npmVersion": "5.6.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",
"/eslint-plugin-node"
],
"_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.8.tgz",
"_shasum": "3f8e9c35d38708a3a7e0e9abb6c73e7ee7707b2b",
"_shrinkwrap": null,
"_spec": "ignore@^3.3.3",
"_where": "/Users/brodybits/Documents/cordova/cordova-js/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-es2015": "^6.24.1",
"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.2",
"spawn-sync": "^1.0.15",
"tmp": "0.0.33"
},
"directories": {},
"dist": {
"integrity": "sha512-pUh+xUQQhQzevjRHHFqqcTy0/dP/kS9I8HSrUydhihjuD09W6ldVWFtIrwhXdUJHis3i2rZNqEHpZH/cbinFbg==",
"shasum": "3f8e9c35d38708a3a7e0e9abb6c73e7ee7707b2b",
"tarball": "https://registry.npmjs.org/ignore/-/ignore-3.3.8.tgz",
"fileCount": 4,
"unpackedSize": 21608,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4TP1CRA9TVsSAnZWagAA4p4P/R5oqUaLw0LpV8RYwsYg\nDlhrA8BfYsKvAtC/N16olXT2zBpcY/ubvaUHQSy5DhLnl/ZCGoO/QxZ+pyDo\neqc0JQlF6W73ivNBPreRlTL8kgcDPAZgEnvzanG9JypgsArvDWSbOV1IjpSe\nuvoMq9zDyctNyEzJTA+LhzglJJtbbQ4xBqDUfWV+6CTouRI96EzDgti2yEoS\nDnZu6mo775zkC48rB3ZPv3LWv3fvKnMhlZ/BH6V/HjRIlTY9EEJzHbwNggdT\ngkIvRO/uIGBGDY+yn7deu5hTTXZ4SdJ/Zm8ivrF8TDKr+8DcUraHbIxKXbJq\nO9aYULxj5GtB1mVNuXOPelC/D+JwVD6ReK1wzGwT8yrkF/ola8J3boshmq/W\n3l4pgqcLe31/RgyqX1nBVb9Q7wk5MX+PpSfKDSrLpeDFgmZkZZH2FUETfs6T\nOSzYR1pTkuhJ9RNg5heoplmyruRu27jjIlgBD6KXyKAKZAOtnlMMWg9/nCFI\na+XNbCMr+Y1Ikm5tGjNplBe4jzxiZ9eCnfJdVhalgxgvWPcoeLTpt9b276uE\nadPDysyhBK+28lYegyZFifKURsXvGjRJYce3H4odRIA/Zw3nlj/h1NmqE1nO\nTSVYwX1dQ+CzciJhEuh/vVnXDGbba3lq6AOoAubjpJWgQjXuBgnIL831ACBx\nalAO\r\n=cI3/\r\n-----END PGP SIGNATURE-----\r\n"
},
"files": [
"ignore.js",
"index.d.ts"
],
"gitHead": "c594bc08eee6f067acb12fc61e5afc78b3559783",
"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": {
"build": "babel -o ignore.js index.js",
"cov-report": "istanbul report",
"prepublish": "npm run build",
"test": "npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
"test-no-cov": "npm run build && mocha --reporter spec ./test/ignore.js"
},
"version": "3.3.8"
}