Initial commit
[yaffs-website] / node_modules / map-cache / package.json
1 {
2   "_args": [
3     [
4       "map-cache@^0.2.0",
5       "/var/www/yaffs/node_modules/parse-filepath"
6     ]
7   ],
8   "_from": "map-cache@>=0.2.0 <0.3.0",
9   "_id": "map-cache@0.2.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/map-cache",
13   "_nodeVersion": "5.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/map-cache-0.2.2.tgz_1462877475232_0.17523240111768246"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "map-cache",
26     "raw": "map-cache@^0.2.0",
27     "rawSpec": "^0.2.0",
28     "scope": null,
29     "spec": ">=0.2.0 <0.3.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/parse-filepath"
34   ],
35   "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
36   "_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
37   "_shrinkwrap": null,
38   "_spec": "map-cache@^0.2.0",
39   "_where": "/var/www/yaffs/node_modules/parse-filepath",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/map-cache/issues"
46   },
47   "dependencies": {},
48   "description": "Basic cache object for storing key-value pairs.",
49   "devDependencies": {
50     "gulp-format-md": "^0.1.9",
51     "should": "^8.3.1"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
56     "tarball": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "f36c7567cb85b50824db25a2a588c5f7b858823b",
65   "homepage": "https://github.com/jonschlinkert/map-cache",
66   "keywords": [
67     "cache",
68     "get",
69     "has",
70     "object",
71     "set",
72     "storage",
73     "store"
74   ],
75   "license": "MIT",
76   "main": "index.js",
77   "maintainers": [
78     {
79       "name": "jonschlinkert",
80       "email": "github@sellside.com"
81     }
82   ],
83   "name": "map-cache",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/jonschlinkert/map-cache.git"
89   },
90   "scripts": {
91     "test": "mocha"
92   },
93   "verb": {
94     "layout": "default",
95     "lint": {
96       "reflinks": true
97     },
98     "plugins": [
99       "gulp-format-md"
100     ],
101     "reflinks": [
102       "verb"
103     ],
104     "related": {
105       "list": [
106         "cache-base",
107         "config-cache",
108         "option-cache"
109       ]
110     },
111     "run": true,
112     "tasks": [
113       "readme"
114     ],
115     "toc": false
116   },
117   "version": "0.2.2"
118 }