Changeset 59329aa for trip-planner-front/node_modules/wbuf
- 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/wbuf/package.json
rceaed42 r59329aa 1 1 { 2 "name": "wbuf", 3 "version": "1.7.3", 2 "_args": [ 3 [ 4 "wbuf@1.7.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "wbuf@1.7.3", 10 "_id": "wbuf@1.7.3", 11 "_inBundle": false, 12 "_integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", 13 "_location": "/wbuf", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "wbuf@1.7.3", 19 "name": "wbuf", 20 "escapedName": "wbuf", 21 "rawSpec": "1.7.3", 22 "saveSpec": null, 23 "fetchSpec": "1.7.3" 24 }, 25 "_requiredBy": [ 26 "/hpack.js", 27 "/spdy-transport" 28 ], 29 "_resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", 30 "_spec": "1.7.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Fedor Indutny", 34 "email": "fedor@indutny.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/indutny/wbuf/issues" 38 }, 39 "dependencies": { 40 "minimalistic-assert": "^1.0.0" 41 }, 4 42 "description": "Write buffer", 5 "main": "index.js", 6 "scripts": { 7 "test": "mocha test/**/*-test.js" 43 "devDependencies": { 44 "mocha": "^5.0.4" 8 45 }, 9 "repository": { 10 "type": "git", 11 "url": "git@github.com:indutny/wbuf" 12 }, 46 "homepage": "https://github.com/indutny/wbuf", 13 47 "keywords": [ 14 48 "Write", 15 49 "Buffer" 16 50 ], 17 "author": "Fedor Indutny <fedor@indutny.com>",18 51 "license": "MIT", 19 "bugs": { 20 "url": "https://github.com/indutny/wbuf/issues" 52 "main": "index.js", 53 "name": "wbuf", 54 "repository": { 55 "type": "git", 56 "url": "git+ssh://git@github.com/indutny/wbuf.git" 21 57 }, 22 "homepage": "https://github.com/indutny/wbuf", 23 "devDependencies": { 24 "mocha": "^5.0.4" 58 "scripts": { 59 "test": "mocha test/**/*-test.js" 25 60 }, 26 "dependencies": { 27 "minimalistic-assert": "^1.0.0" 28 } 61 "version": "1.7.3" 29 62 }
Note:
See TracChangeset
for help on using the changeset viewer.