Changeset 79a0317 for imaps-frontend/node_modules/glob/package.json
- Timestamp:
- 01/21/25 03:08:24 (2 weeks ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/glob/package.json
r0c6b92a r79a0317 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.2.3", 6 "publishConfig": { 7 "tag": "v7-legacy" 2 "_from": "glob@^7.1.3", 3 "_id": "glob@7.2.3", 4 "_inBundle": false, 5 "_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", 6 "_location": "/glob", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "glob@^7.1.3", 12 "name": "glob", 13 "escapedName": "glob", 14 "rawSpec": "^7.1.3", 15 "saveSpec": null, 16 "fetchSpec": "^7.1.3" 8 17 }, 9 "repository": { 10 "type": "git", 11 "url": "git://github.com/isaacs/node-glob.git" 18 "_requiredBy": [ 19 "/rimraf" 20 ], 21 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", 22 "_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b", 23 "_spec": "glob@^7.1.3", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/rimraf", 25 "author": { 26 "name": "Isaac Z. Schlueter", 27 "email": "i@izs.me", 28 "url": "http://blog.izs.me/" 12 29 }, 13 "main": "glob.js", 14 "files": [ 15 "glob.js", 16 "sync.js", 17 "common.js" 18 ], 19 "engines": { 20 "node": "*" 30 "bugs": { 31 "url": "https://github.com/isaacs/node-glob/issues" 21 32 }, 33 "bundleDependencies": false, 22 34 "dependencies": { 23 35 "fs.realpath": "^1.0.0", … … 28 40 "path-is-absolute": "^1.0.0" 29 41 }, 42 "deprecated": "Glob versions prior to v9 are no longer supported", 43 "description": "a little globber", 30 44 "devDependencies": { 31 45 "memfs": "^3.2.0", … … 35 49 "tick": "0.0.6" 36 50 }, 51 "engines": { 52 "node": "*" 53 }, 54 "files": [ 55 "glob.js", 56 "sync.js", 57 "common.js" 58 ], 59 "funding": { 60 "url": "https://github.com/sponsors/isaacs" 61 }, 62 "homepage": "https://github.com/isaacs/node-glob#readme", 63 "license": "ISC", 64 "main": "glob.js", 65 "name": "glob", 66 "publishConfig": { 67 "tag": "v7-legacy" 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git://github.com/isaacs/node-glob.git" 72 }, 73 "scripts": { 74 "bench": "bash benchmark.sh", 75 "benchclean": "node benchclean.js", 76 "prepublish": "npm run benchclean", 77 "prof": "bash prof.sh && cat profile.txt", 78 "profclean": "rm -f v8.log profile.txt", 79 "test": "tap", 80 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js" 81 }, 37 82 "tap": { 38 83 "before": "test/00-setup.js", … … 40 85 "jobs": 1 41 86 }, 42 "scripts": { 43 "prepublish": "npm run benchclean", 44 "profclean": "rm -f v8.log profile.txt", 45 "test": "tap", 46 "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", 47 "bench": "bash benchmark.sh", 48 "prof": "bash prof.sh && cat profile.txt", 49 "benchclean": "node benchclean.js" 50 }, 51 "license": "ISC", 52 "funding": { 53 "url": "https://github.com/sponsors/isaacs" 54 } 87 "version": "7.2.3" 55 88 }
Note:
See TracChangeset
for help on using the changeset viewer.