Changeset 59329aa for trip-planner-front/node_modules/obuf
- 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/obuf/package.json
rceaed42 r59329aa 1 1 { 2 "name": "obuf", 3 "version": "1.1.2", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "mocha test/**/*-test.js" 2 "_args": [ 3 [ 4 "obuf@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "obuf@1.1.2", 10 "_id": "obuf@1.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", 13 "_location": "/obuf", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "obuf@1.1.2", 19 "name": "obuf", 20 "escapedName": "obuf", 21 "rawSpec": "1.1.2", 22 "saveSpec": null, 23 "fetchSpec": "1.1.2" 8 24 }, 9 "repository": { 10 "type": "git", 11 "url": "git@github.com:indutny/offset-buffer" 25 "_requiredBy": [ 26 "/hpack.js", 27 "/spdy-transport" 28 ], 29 "_resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", 30 "_spec": "1.1.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Fedor Indutny", 34 "email": "fedor@indutny.com" 12 35 }, 36 "bugs": { 37 "url": "https://github.com/indutny/offset-buffer/issues" 38 }, 39 "description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.", 40 "devDependencies": { 41 "mocha": "^1.21.4" 42 }, 43 "homepage": "https://github.com/indutny/offset-buffer", 13 44 "keywords": [ 14 45 "Offset", … … 16 47 "reader" 17 48 ], 18 "author": "Fedor Indutny <fedor@indutny.com>",19 49 "license": "MIT", 20 "bugs": { 21 "url": "https://github.com/indutny/offset-buffer/issues" 50 "main": "index.js", 51 "name": "obuf", 52 "repository": { 53 "type": "git", 54 "url": "git+ssh://git@github.com/indutny/offset-buffer.git" 22 55 }, 23 " homepage": "https://github.com/indutny/offset-buffer",24 "devDependencies": {25 "mocha": "^1.21.4"26 }56 "scripts": { 57 "test": "mocha test/**/*-test.js" 58 }, 59 "version": "1.1.2" 27 60 }
Note:
See TracChangeset
for help on using the changeset viewer.