mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 23:27:32 -04:00
102 lines
2.5 KiB
JSON
102 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"ignore@^3.2.0",
|
|
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
|
]
|
|
],
|
|
"_from": "ignore@>=3.2.0 <4.0.0",
|
|
"_id": "ignore@3.2.4",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/ignore",
|
|
"_nodeVersion": "7.5.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/ignore-3.2.4.tgz_1487564451134_0.239100860664621"
|
|
},
|
|
"_npmUser": {
|
|
"email": "i@kael.me",
|
|
"name": "kael"
|
|
},
|
|
"_npmVersion": "4.1.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "ignore",
|
|
"raw": "ignore@^3.2.0",
|
|
"rawSpec": "^3.2.0",
|
|
"scope": null,
|
|
"spec": ">=3.2.0 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/stylelint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.2.4.tgz",
|
|
"_shasum": "4055e03596729a8fabe45a43c100ad5ed815c4e8",
|
|
"_shrinkwrap": null,
|
|
"_spec": "ignore@^3.2.0",
|
|
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
|
"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": "4055e03596729a8fabe45a43c100ad5ed815c4e8",
|
|
"tarball": "https://registry.npmjs.org/ignore/-/ignore-3.2.4.tgz"
|
|
},
|
|
"files": [
|
|
"LICENSE-MIT",
|
|
"ignore.js"
|
|
],
|
|
"gitHead": "d2dd09ba2a8c35f4a283536c59f2f1b19ca151bd",
|
|
"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",
|
|
"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.2.4"
|
|
}
|