Changeset 59329aa for trip-planner-front/node_modules/caseless
- 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/caseless/package.json
rceaed42 r59329aa 1 1 { 2 "name": "caseless", 3 "version": "0.12.0", 2 "_args": [ 3 [ 4 "caseless@0.12.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "caseless@0.12.0", 10 "_id": "caseless@0.12.0", 11 "_inBundle": false, 12 "_integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", 13 "_location": "/caseless", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "caseless@0.12.0", 19 "name": "caseless", 20 "escapedName": "caseless", 21 "rawSpec": "0.12.0", 22 "saveSpec": null, 23 "fetchSpec": "0.12.0" 24 }, 25 "_requiredBy": [ 26 "/request" 27 ], 28 "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", 29 "_spec": "0.12.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Mikeal Rogers", 33 "email": "mikeal.rogers@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/mikeal/caseless/issues" 37 }, 4 38 "description": "Caseless object set/get/has, very useful when working with HTTP headers.", 5 "main": "index.js", 6 "scripts": { 7 "test": "node test.js" 39 "devDependencies": { 40 "tape": "^2.10.2" 8 41 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/mikeal/caseless" 12 }, 42 "homepage": "https://github.com/mikeal/caseless#readme", 13 43 "keywords": [ 14 44 "headers", … … 16 46 "caseless" 17 47 ], 48 "license": "Apache-2.0", 49 "main": "index.js", 50 "name": "caseless", 51 "repository": { 52 "type": "git", 53 "url": "git+https://github.com/mikeal/caseless.git" 54 }, 55 "scripts": { 56 "test": "node test.js" 57 }, 18 58 "test": "node test.js", 19 "author": "Mikeal Rogers <mikeal.rogers@gmail.com>", 20 "license": "Apache-2.0", 21 "bugs": { 22 "url": "https://github.com/mikeal/caseless/issues" 23 }, 24 "devDependencies": { 25 "tape": "^2.10.2" 26 } 59 "version": "0.12.0" 27 60 }
Note:
See TracChangeset
for help on using the changeset viewer.