- 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-signature/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cookie-signature", 3 "version": "1.0.6", 2 "_args": [ 3 [ 4 "cookie-signature@1.0.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cookie-signature@1.0.6", 10 "_id": "cookie-signature@1.0.6", 11 "_inBundle": false, 12 "_integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", 13 "_location": "/cookie-signature", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cookie-signature@1.0.6", 19 "name": "cookie-signature", 20 "escapedName": "cookie-signature", 21 "rawSpec": "1.0.6", 22 "saveSpec": null, 23 "fetchSpec": "1.0.6" 24 }, 25 "_requiredBy": [ 26 "/express" 27 ], 28 "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", 29 "_spec": "1.0.6", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "TJ Holowaychuk", 33 "email": "tj@learnboost.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/visionmedia/node-cookie-signature/issues" 37 }, 38 "dependencies": {}, 4 39 "description": "Sign and unsign cookies", 5 "keywords": ["cookie", "sign", "unsign"],6 "author": "TJ Holowaychuk <tj@learnboost.com>",7 "license": "MIT",8 "repository": { "type": "git", "url": "https://github.com/visionmedia/node-cookie-signature.git"},9 "dependencies": {},10 40 "devDependencies": { 11 41 "mocha": "*", 12 42 "should": "*" 13 43 }, 44 "homepage": "https://github.com/visionmedia/node-cookie-signature#readme", 45 "keywords": [ 46 "cookie", 47 "sign", 48 "unsign" 49 ], 50 "license": "MIT", 51 "main": "index", 52 "name": "cookie-signature", 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/visionmedia/node-cookie-signature.git" 56 }, 14 57 "scripts": { 15 58 "test": "mocha --require should --reporter spec" 16 59 }, 17 " main": "index"60 "version": "1.0.6" 18 61 }
Note:
See TracChangeset
for help on using the changeset viewer.