- 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-deceiver/package.json
rceaed42 r59329aa 1 1 { 2 "name": "http-deceiver", 3 "version": "1.2.7", 2 "_args": [ 3 [ 4 "http-deceiver@1.2.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "http-deceiver@1.2.7", 10 "_id": "http-deceiver@1.2.7", 11 "_inBundle": false, 12 "_integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", 13 "_location": "/http-deceiver", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "http-deceiver@1.2.7", 19 "name": "http-deceiver", 20 "escapedName": "http-deceiver", 21 "rawSpec": "1.2.7", 22 "saveSpec": null, 23 "fetchSpec": "1.2.7" 24 }, 25 "_requiredBy": [ 26 "/spdy" 27 ], 28 "_resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", 29 "_spec": "1.2.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Fedor Indutny", 33 "email": "fedor@indutny.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/indutny/http-deceiver/issues" 37 }, 4 38 "description": "Deceive HTTP parser", 5 "main": "lib/deceiver.js", 6 "scripts": { 7 "test": "mocha --reporter=spec test/*-test.js" 39 "devDependencies": { 40 "handle-thing": "^1.0.1", 41 "mocha": "^2.2.5", 42 "readable-stream": "^2.0.1", 43 "stream-pair": "^1.0.0" 8 44 }, 9 "repository": { 10 "type": "git", 11 "url": "git+ssh://git@github.com/indutny/http-deceiver.git" 12 }, 45 "homepage": "https://github.com/indutny/http-deceiver#readme", 13 46 "keywords": [ 14 47 "http", … … 16 49 "deceive" 17 50 ], 18 "author": "Fedor Indutny <fedor@indutny.com>",19 51 "license": "MIT", 20 "bugs": { 21 "url": "https://github.com/indutny/http-deceiver/issues" 52 "main": "lib/deceiver.js", 53 "name": "http-deceiver", 54 "repository": { 55 "type": "git", 56 "url": "git+ssh://git@github.com/indutny/http-deceiver.git" 22 57 }, 23 "homepage": "https://github.com/indutny/http-deceiver#readme", 24 "devDependencies": { 25 "handle-thing": "^1.0.1", 26 "mocha": "^2.2.5", 27 "readable-stream": "^2.0.1", 28 "stream-pair": "^1.0.0" 29 } 58 "scripts": { 59 "test": "mocha --reporter=spec test/*-test.js" 60 }, 61 "version": "1.2.7" 30 62 }
Note:
See TracChangeset
for help on using the changeset viewer.