- 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/cache-base/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cache-base", 3 "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.", 4 "version": "1.0.1", 5 "homepage": "https://github.com/jonschlinkert/cache-base", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "(https://github.com/wtgtybhertgeghgtwtg)" 2 "_args": [ 3 [ 4 "cache-base@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/cache-base", 8 "_development": true, 9 "_from": "cache-base@1.0.1", 10 "_id": "cache-base@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", 13 "_location": "/cache-base", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cache-base@1.0.1", 19 "name": "cache-base", 20 "escapedName": "cache-base", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/base" 27 ], 28 "_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 12 35 "bugs": { 13 36 "url": "https://github.com/jonschlinkert/cache-base/issues" 14 37 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 38 "contributors": [ 39 { 40 "name": "Jon Schlinkert", 41 "url": "http://twitter.com/jonschlinkert" 42 }, 43 { 44 "url": "https://github.com/wtgtybhertgeghgtwtg" 45 } 18 46 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 47 "dependencies": { 27 48 "collection-visit": "^1.0.0", … … 35 56 "unset-value": "^1.0.0" 36 57 }, 58 "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.", 37 59 "devDependencies": { 38 60 "gulp-format-md": "^1.0.0", 39 61 "mocha": "^3.4.2" 40 62 }, 63 "engines": { 64 "node": ">=0.10.0" 65 }, 66 "files": [ 67 "index.js" 68 ], 69 "homepage": "https://github.com/jonschlinkert/cache-base", 41 70 "keywords": [ 42 71 "base", … … 52 81 "store" 53 82 ], 83 "license": "MIT", 84 "main": "index.js", 85 "name": "cache-base", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/jonschlinkert/cache-base.git" 89 }, 90 "scripts": { 91 "test": "mocha" 92 }, 54 93 "verb": { 55 94 "run": true, … … 79 118 "reflinks": true 80 119 } 81 } 120 }, 121 "version": "1.0.1" 82 122 }
Note:
See TracChangeset
for help on using the changeset viewer.