Changeset 59329aa for trip-planner-front/node_modules/cookie
- 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/cookie/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cookie", 2 "_args": [ 3 [ 4 "cookie@0.4.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cookie@0.4.1", 10 "_id": "cookie@0.4.1", 11 "_inBundle": false, 12 "_integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", 13 "_location": "/cookie", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cookie@0.4.1", 19 "name": "cookie", 20 "escapedName": "cookie", 21 "rawSpec": "0.4.1", 22 "saveSpec": null, 23 "fetchSpec": "0.4.1" 24 }, 25 "_requiredBy": [ 26 "/engine.io" 27 ], 28 "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", 29 "_spec": "0.4.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Roman Shtylman", 33 "email": "shtylman@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/jshttp/cookie/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Douglas Christopher Wilson", 41 "email": "doug@somethingdoug.com" 42 } 43 ], 3 44 "description": "HTTP server cookie parsing and serialization", 4 "version": "0.4.1",5 "author": "Roman Shtylman <shtylman@gmail.com>",6 "contributors": [7 "Douglas Christopher Wilson <doug@somethingdoug.com>"8 ],9 "license": "MIT",10 "keywords": [11 "cookie",12 "cookies"13 ],14 "repository": "jshttp/cookie",15 45 "devDependencies": { 16 46 "beautify-benchmark": "0.2.4", … … 21 51 "nyc": "15.0.1" 22 52 }, 53 "engines": { 54 "node": ">= 0.6" 55 }, 23 56 "files": [ 24 57 "HISTORY.md", … … 27 60 "index.js" 28 61 ], 29 "engines": { 30 "node": ">= 0.6" 62 "homepage": "https://github.com/jshttp/cookie#readme", 63 "keywords": [ 64 "cookie", 65 "cookies" 66 ], 67 "license": "MIT", 68 "name": "cookie", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/jshttp/cookie.git" 31 72 }, 32 73 "scripts": { … … 37 78 "test-cov": "nyc --reporter=html --reporter=text npm test", 38 79 "version": "node scripts/version-history.js && git add HISTORY.md" 39 } 80 }, 81 "version": "0.4.1" 40 82 }
Note:
See TracChangeset
for help on using the changeset viewer.