source: trip-planner-front/node_modules/fragment-cache/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
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 },
38 "bugs": {
39 "url": "https://github.com/jonschlinkert/fragment-cache/issues"
40 },
41 "dependencies": {
42 "map-cache": "^0.2.2"
43 },
44 "description": "A cache for managing namespaced sub-caches",
45 "devDependencies": {
46 "gulp": "^3.9.1",
47 "gulp-eslint": "^3.0.1",
48 "gulp-format-md": "^0.1.11",
49 "gulp-istanbul": "^1.1.1",
50 "gulp-mocha": "^3.0.1",
51 "mocha": "^3.2.0"
52 },
53 "engines": {
54 "node": ">=0.10.0"
55 },
56 "files": [
57 "index.js"
58 ],
59 "homepage": "https://github.com/jonschlinkert/fragment-cache",
60 "keywords": [
61 "cache",
62 "fragment"
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 },
74 "verb": {
75 "plugins": [
76 "gulp-format-md"
77 ],
78 "reflinks": [
79 "map-cache",
80 "verb"
81 ],
82 "related": {
83 "list": [
84 "base",
85 "map-cache"
86 ]
87 },
88 "layout": "default",
89 "toc": false,
90 "tasks": [
91 "readme"
92 ],
93 "lint": {
94 "reflinks": true
95 }
96 },
97 "version": "0.2.1"
98}
Note: See TracBrowser for help on using the repository browser.