Changeset 59329aa for trip-planner-front/node_modules/http-parser-js
- 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/http-parser-js/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "http-parser-js@0.5.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "http-parser-js@0.5.3", 10 "_id": "http-parser-js@0.5.3", 11 "_inBundle": false, 12 "_integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==", 13 "_location": "/http-parser-js", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "http-parser-js@0.5.3", 19 "name": "http-parser-js", 20 "escapedName": "http-parser-js", 21 "rawSpec": "0.5.3", 22 "saveSpec": null, 23 "fetchSpec": "0.5.3" 24 }, 25 "_requiredBy": [ 26 "/websocket-driver" 27 ], 28 "_resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz", 29 "_spec": "0.5.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Tim Caswell", 33 "url": "https://github.com/creationix" 34 }, 35 "bugs": { 36 "url": "https://github.com/creationix/http-parser-js/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Jimb Esser", 41 "url": "https://github.com/Jimbly" 42 }, 43 { 44 "name": "Lawrence Rowe", 45 "url": "https://github.com/lrowe" 46 }, 47 { 48 "name": "Jan Schär", 49 "url": "https://github.com/jscissr" 50 }, 51 { 52 "name": "Paul Rütter", 53 "url": "https://github.com/paulrutter" 54 } 55 ], 56 "description": "A pure JS HTTP parser for node.", 57 "files": [ 58 "http-parser.js" 59 ], 60 "homepage": "https://github.com/creationix/http-parser-js#readme", 61 "keywords": [ 62 "http" 63 ], 64 "license": "MIT", 65 "main": "http-parser.js", 2 66 "name": "http-parser-js", 3 "version": "0.5.3", 4 "description": "A pure JS HTTP parser for node.", 5 "main": "http-parser.js", 67 "repository": { 68 "type": "git", 69 "url": "git://github.com/creationix/http-parser-js.git" 70 }, 6 71 "scripts": { 7 72 "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js", 8 73 "testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js" 9 74 }, 10 "repository": { 11 "type": "git", 12 "url": "git://github.com/creationix/http-parser-js.git" 13 }, 14 "files": [ 15 "http-parser.js" 16 ], 17 "keywords": [ 18 "http" 19 ], 20 "author": "Tim Caswell (https://github.com/creationix)", 21 "contributors": [ 22 "Jimb Esser (https://github.com/Jimbly)", 23 "Lawrence Rowe (https://github.com/lrowe)", 24 "Jan Schär (https://github.com/jscissr)", 25 "Paul Rütter (https://github.com/paulrutter)" 26 ], 27 "license": "MIT" 75 "version": "0.5.3" 28 76 }
Note:
See TracChangeset
for help on using the changeset viewer.