Changeset 59329aa for trip-planner-front/node_modules/map-cache
- 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/map-cache/package.json
rceaed42 r59329aa 1 1 { 2 "name": "map-cache", 3 "description": "Basic cache object for storing key-value pairs.", 4 "version": "0.2.2", 5 "homepage": "https://github.com/jonschlinkert/map-cache", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/map-cache", 2 "_args": [ 3 [ 4 "map-cache@0.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "map-cache@0.2.2", 10 "_id": "map-cache@0.2.2", 11 "_inBundle": false, 12 "_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", 13 "_location": "/map-cache", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "map-cache@0.2.2", 19 "name": "map-cache", 20 "escapedName": "map-cache", 21 "rawSpec": "0.2.2", 22 "saveSpec": null, 23 "fetchSpec": "0.2.2" 24 }, 25 "_requiredBy": [ 26 "/fragment-cache", 27 "/snapdragon" 28 ], 29 "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", 30 "_spec": "0.2.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/map-cache/issues" 10 38 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 39 "description": "Basic cache object for storing key-value pairs.", 22 40 "devDependencies": { 23 41 "gulp-format-md": "^0.1.9", 24 42 "should": "^8.3.1" 25 43 }, 44 "engines": { 45 "node": ">=0.10.0" 46 }, 47 "files": [ 48 "index.js" 49 ], 50 "homepage": "https://github.com/jonschlinkert/map-cache", 26 51 "keywords": [ 27 52 "cache", … … 33 58 "store" 34 59 ], 60 "license": "MIT", 61 "main": "index.js", 62 "name": "map-cache", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/jonschlinkert/map-cache.git" 66 }, 67 "scripts": { 68 "test": "mocha" 69 }, 35 70 "verb": { 36 71 "run": true, … … 56 91 "reflinks": true 57 92 } 58 } 93 }, 94 "version": "0.2.2" 59 95 }
Note:
See TracChangeset
for help on using the changeset viewer.