Changeset 59329aa for trip-planner-front/node_modules/glob/package.json
- 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/glob/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 3 "name": "glob", 4 "description": "a little globber", 5 "version": "7.1.7", 6 "repository": { 7 "type": "git", 8 "url": "git://github.com/isaacs/node-glob.git" 2 "_args": [ 3 [ 4 "glob@7.1.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "glob@7.1.7", 10 "_id": "glob@7.1.7", 11 "_inBundle": false, 12 "_integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", 13 "_location": "/glob", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "glob@7.1.7", 19 "name": "glob", 20 "escapedName": "glob", 21 "rawSpec": "7.1.7", 22 "saveSpec": null, 23 "fetchSpec": "7.1.7" 9 24 }, 10 "main": "glob.js", 11 "files": [ 12 "glob.js", 13 "sync.js", 14 "common.js" 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular", 27 "/cacache", 28 "/del/globby", 29 "/del/rimraf", 30 "/karma", 31 "/node-gyp", 32 "/npm-packlist", 33 "/rimraf", 34 "/stylus" 15 35 ], 16 "engines": { 17 "node": "*" 36 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", 37 "_spec": "7.1.7", 38 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 39 "author": { 40 "name": "Isaac Z. Schlueter", 41 "email": "i@izs.me", 42 "url": "http://blog.izs.me/" 43 }, 44 "bugs": { 45 "url": "https://github.com/isaacs/node-glob/issues" 18 46 }, 19 47 "dependencies": { … … 25 53 "path-is-absolute": "^1.0.0" 26 54 }, 55 "description": "a little globber", 27 56 "devDependencies": { 28 57 "mkdirp": "0", … … 31 60 "tick": "0.0.6" 32 61 }, 62 "engines": { 63 "node": "*" 64 }, 65 "files": [ 66 "glob.js", 67 "sync.js", 68 "common.js" 69 ], 70 "funding": { 71 "url": "https://github.com/sponsors/isaacs" 72 }, 73 "homepage": "https://github.com/isaacs/node-glob#readme", 74 "license": "ISC", 75 "main": "glob.js", 76 "name": "glob", 77 "repository": { 78 "type": "git", 79 "url": "git://github.com/isaacs/node-glob.git" 80 }, 81 "scripts": { 82 "bench": "bash benchmark.sh", 83 "benchclean": "node benchclean.js", 84 "prepublish": "npm run benchclean", 85 "prof": "bash prof.sh && cat profile.txt", 86 "profclean": "rm -f v8.log profile.txt", 87 "test": "tap", 88 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js" 89 }, 33 90 "tap": { 34 91 "before": "test/00-setup.js", … … 36 93 "jobs": 1 37 94 }, 38 "scripts": { 39 "prepublish": "npm run benchclean", 40 "profclean": "rm -f v8.log profile.txt", 41 "test": "tap", 42 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", 43 "bench": "bash benchmark.sh", 44 "prof": "bash prof.sh && cat profile.txt", 45 "benchclean": "node benchclean.js" 46 }, 47 "license": "ISC", 48 "funding": { 49 "url": "https://github.com/sponsors/isaacs" 50 } 95 "version": "7.1.7" 51 96 }
Note:
See TracChangeset
for help on using the changeset viewer.