source: trip-planner-front/node_modules/map-cache/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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 },
36 "bugs": {
37 "url": "https://github.com/jonschlinkert/map-cache/issues"
38 },
39 "description": "Basic cache object for storing key-value pairs.",
40 "devDependencies": {
41 "gulp-format-md": "^0.1.9",
42 "should": "^8.3.1"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/jonschlinkert/map-cache",
51 "keywords": [
52 "cache",
53 "get",
54 "has",
55 "object",
56 "set",
57 "storage",
58 "store"
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 },
70 "verb": {
71 "run": true,
72 "toc": false,
73 "layout": "default",
74 "tasks": [
75 "readme"
76 ],
77 "plugins": [
78 "gulp-format-md"
79 ],
80 "related": {
81 "list": [
82 "config-cache",
83 "option-cache",
84 "cache-base"
85 ]
86 },
87 "reflinks": [
88 "verb"
89 ],
90 "lint": {
91 "reflinks": true
92 }
93 },
94 "version": "0.2.2"
95}
Note: See TracBrowser for help on using the repository browser.