projecte_ionic/node_modules/ignore-walk/package.json
2022-02-09 18:30:03 +01:00

77 lines
1.9 KiB
JSON
Executable file

{
"_from": "ignore-walk@^3.0.3",
"_id": "ignore-walk@3.0.4",
"_inBundle": false,
"_integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==",
"_location": "/ignore-walk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ignore-walk@^3.0.3",
"name": "ignore-walk",
"escapedName": "ignore-walk",
"rawSpec": "^3.0.3",
"saveSpec": null,
"fetchSpec": "^3.0.3"
},
"_requiredBy": [
"/npm-packlist"
],
"_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz",
"_shasum": "c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335",
"_spec": "ignore-walk@^3.0.3",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/npm-packlist",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/ignore-walk/issues"
},
"bundleDependencies": false,
"dependencies": {
"minimatch": "^3.0.4"
},
"deprecated": false,
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"devDependencies": {
"mkdirp": "^0.5.1",
"mutate-fs": "^1.1.0",
"rimraf": "^2.6.1",
"tap": "^15.0.6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/isaacs/ignore-walk#readme",
"keywords": [
"ignorefile",
"ignore",
"file",
".gitignore",
".npmignore",
"glob"
],
"license": "ISC",
"main": "index.js",
"name": "ignore-walk",
"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"
},
"tap": {
"test-env": "LC_ALL=sk",
"before": "test/00-setup.js",
"after": "test/zz-cleanup.js",
"jobs": 1
},
"version": "3.0.4"
}