Changeset 59329aa for trip-planner-front/node_modules/ignore-walk
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/ignore-walk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ignore-walk", 3 "version": "3.0.4", 2 "_args": [ 3 [ 4 "ignore-walk@3.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ignore-walk@3.0.4", 10 "_id": "ignore-walk@3.0.4", 11 "_inBundle": false, 12 "_integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==", 13 "_location": "/ignore-walk", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ignore-walk@3.0.4", 19 "name": "ignore-walk", 20 "escapedName": "ignore-walk", 21 "rawSpec": "3.0.4", 22 "saveSpec": null, 23 "fetchSpec": "3.0.4" 24 }, 25 "_requiredBy": [ 26 "/npm-packlist" 27 ], 28 "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz", 29 "_spec": "3.0.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "http://blog.izs.me/" 35 }, 36 "bugs": { 37 "url": "https://github.com/isaacs/ignore-walk/issues" 38 }, 39 "dependencies": { 40 "minimatch": "^3.0.4" 41 }, 4 42 "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", 5 "main": "index.js",6 43 "devDependencies": { 7 44 "mkdirp": "^0.5.1", … … 10 47 "tap": "^15.0.6" 11 48 }, 12 "scripts": { 13 "test": "tap", 14 "preversion": "npm test", 15 "postversion": "npm publish", 16 "postpublish": "git push origin --all; git push origin --tags" 17 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/isaacs/ignore-walk#readme", 18 53 "keywords": [ 19 54 "ignorefile", … … 24 59 "glob" 25 60 ], 26 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",27 61 "license": "ISC", 62 "main": "index.js", 63 "name": "ignore-walk", 28 64 "repository": { 29 65 "type": "git", 30 66 "url": "git+https://github.com/isaacs/ignore-walk.git" 31 67 }, 32 " files": [33 " index.js"34 ],35 "dependencies": {36 " minimatch": "^3.0.4"68 "scripts": { 69 "postpublish": "git push origin --all; git push origin --tags", 70 "postversion": "npm publish", 71 "preversion": "npm test", 72 "test": "tap" 37 73 }, 38 74 "tap": { … … 41 77 "after": "test/zz-cleanup.js", 42 78 "jobs": 1 43 } 79 }, 80 "version": "3.0.4" 44 81 }
Note:
See TracChangeset
for help on using the changeset viewer.