chat-server/node_modules/ignore-walk/package.json

100 lines
2.6 KiB
JSON

{
"_args": [
[
"ignore-walk@^3.0.1",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/npm-packlist"
]
],
"_from": "ignore-walk@>=3.0.1 <4.0.0",
"_id": "ignore-walk@3.0.1",
"_inCache": true,
"_installable": true,
"_location": "/ignore-walk",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ignore-walk-3.0.1.tgz_1508523558663_0.07174143148586154"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"name": "ignore-walk",
"raw": "ignore-walk@^3.0.1",
"rawSpec": "^3.0.1",
"scope": null,
"spec": ">=3.0.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/npm-packlist"
],
"_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz",
"_shasum": "a83e62e7d272ac0e3b551aaa82831a19b69f82f8",
"_shrinkwrap": null,
"_spec": "ignore-walk@^3.0.1",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/npm-packlist",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/ignore-walk/issues"
},
"dependencies": {
"minimatch": "^3.0.4"
},
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"devDependencies": {
"mkdirp": "^0.5.1",
"mutate-fs": "^1.1.0",
"rimraf": "^2.6.1",
"tap": "^10.7.2"
},
"directories": {},
"dist": {
"integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==",
"shasum": "a83e62e7d272ac0e3b551aaa82831a19b69f82f8",
"tarball": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "2b610fce2c19a5555d4bd74859950d086938c70e",
"homepage": "https://github.com/isaacs/ignore-walk#readme",
"keywords": [
".gitignore",
".npmignore",
"file",
"glob",
"ignore",
"ignorefile"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "ignore-walk",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/ignore-walk.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --100"
},
"version": "3.0.1"
}