Changeset 59329aa for trip-planner-front/node_modules/fragment-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/fragment-cache/package.json
rceaed42 r59329aa 1 1 { 2 "name": "fragment-cache", 3 "description": "A cache for managing namespaced sub-caches", 4 "version": "0.2.1", 5 "homepage": "https://github.com/jonschlinkert/fragment-cache", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/fragment-cache", 2 "_args": [ 3 [ 4 "fragment-cache@0.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "fragment-cache@0.2.1", 10 "_id": "fragment-cache@0.2.1", 11 "_inBundle": false, 12 "_integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", 13 "_location": "/fragment-cache", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "fragment-cache@0.2.1", 19 "name": "fragment-cache", 20 "escapedName": "fragment-cache", 21 "rawSpec": "0.2.1", 22 "saveSpec": null, 23 "fetchSpec": "0.2.1" 24 }, 25 "_requiredBy": [ 26 "/extglob", 27 "/http-proxy-middleware/micromatch", 28 "/nanomatch", 29 "/webpack-dev-server/micromatch" 30 ], 31 "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", 32 "_spec": "0.2.1", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Jon Schlinkert", 36 "url": "https://github.com/jonschlinkert" 37 }, 8 38 "bugs": { 9 39 "url": "https://github.com/jonschlinkert/fragment-cache/issues" 10 },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 40 }, 22 41 "dependencies": { 23 42 "map-cache": "^0.2.2" 24 43 }, 44 "description": "A cache for managing namespaced sub-caches", 25 45 "devDependencies": { 26 46 "gulp": "^3.9.1", … … 31 51 "mocha": "^3.2.0" 32 52 }, 53 "engines": { 54 "node": ">=0.10.0" 55 }, 56 "files": [ 57 "index.js" 58 ], 59 "homepage": "https://github.com/jonschlinkert/fragment-cache", 33 60 "keywords": [ 34 61 "cache", 35 62 "fragment" 36 63 ], 64 "license": "MIT", 65 "main": "index.js", 66 "name": "fragment-cache", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/jonschlinkert/fragment-cache.git" 70 }, 71 "scripts": { 72 "test": "mocha" 73 }, 37 74 "verb": { 38 75 "plugins": [ … … 57 94 "reflinks": true 58 95 } 59 } 96 }, 97 "version": "0.2.1" 60 98 }
Note:
See TracChangeset
for help on using the changeset viewer.