Changeset 59329aa for trip-planner-front/node_modules/minizlib/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/minizlib/package.json
rceaed42 r59329aa 1 1 { 2 "name": "minizlib", 3 "version": "2.1.2", 4 "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", 5 "main": "index.js", 2 "_args": [ 3 [ 4 "minizlib@2.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minizlib@2.1.2", 10 "_id": "minizlib@2.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", 13 "_location": "/minizlib", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minizlib@2.1.2", 19 "name": "minizlib", 20 "escapedName": "minizlib", 21 "rawSpec": "2.1.2", 22 "saveSpec": null, 23 "fetchSpec": "2.1.2" 24 }, 25 "_requiredBy": [ 26 "/minipass-fetch", 27 "/npm-registry-fetch", 28 "/tar" 29 ], 30 "_resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", 31 "_spec": "2.1.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Isaac Z. Schlueter", 35 "email": "i@izs.me", 36 "url": "http://blog.izs.me/" 37 }, 38 "bugs": { 39 "url": "https://github.com/isaacs/minizlib/issues" 40 }, 6 41 "dependencies": { 7 42 "minipass": "^3.0.0", 8 43 "yallist": "^4.0.0" 9 44 }, 10 "scripts": { 11 "test": "tap test/*.js --100 -J", 12 "preversion": "npm test", 13 "postversion": "npm publish", 14 "postpublish": "git push origin --all; git push origin --tags" 45 "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", 46 "devDependencies": { 47 "tap": "^14.6.9" 15 48 }, 16 "repository": { 17 "type": "git", 18 "url": "git+https://github.com/isaacs/minizlib.git" 49 "engines": { 50 "node": ">= 8" 19 51 }, 52 "files": [ 53 "index.js", 54 "constants.js" 55 ], 56 "homepage": "https://github.com/isaacs/minizlib#readme", 20 57 "keywords": [ 21 58 "zlib", … … 28 65 "unzip" 29 66 ], 30 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",31 67 "license": "MIT", 32 "devDependencies": { 33 "tap": "^14.6.9" 68 "main": "index.js", 69 "name": "minizlib", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/isaacs/minizlib.git" 34 73 }, 35 " files": [36 " index.js",37 " constants.js"38 ],39 "engines": {40 "node": ">= 8"41 }74 "scripts": { 75 "postpublish": "git push origin --all; git push origin --tags", 76 "postversion": "npm publish", 77 "preversion": "npm test", 78 "test": "tap test/*.js --100 -J" 79 }, 80 "version": "2.1.2" 42 81 }
Note:
See TracChangeset
for help on using the changeset viewer.