Initial commit
[yaffs-website] / node_modules / pseudomap / package.json
1 {
2   "_args": [
3     [
4       "pseudomap@^1.0.1",
5       "/var/www/yaffs/node_modules/cross-spawn/node_modules/lru-cache"
6     ]
7   ],
8   "_from": "pseudomap@>=1.0.1 <2.0.0",
9   "_id": "pseudomap@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/pseudomap",
13   "_nodeVersion": "4.0.0",
14   "_npmUser": {
15     "email": "i@izs.me",
16     "name": "isaacs"
17   },
18   "_npmVersion": "3.3.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "pseudomap",
22     "raw": "pseudomap@^1.0.1",
23     "rawSpec": "^1.0.1",
24     "scope": null,
25     "spec": ">=1.0.1 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/cross-spawn/lru-cache",
30     "/gulp-ruby-sass/lru-cache"
31   ],
32   "_resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
33   "_shasum": "f052a28da70e618917ef0a8ac34c1ae5a68286b3",
34   "_shrinkwrap": null,
35   "_spec": "pseudomap@^1.0.1",
36   "_where": "/var/www/yaffs/node_modules/cross-spawn/node_modules/lru-cache",
37   "author": {
38     "email": "i@izs.me",
39     "name": "Isaac Z. Schlueter",
40     "url": "http://blog.izs.me/"
41   },
42   "bugs": {
43     "url": "https://github.com/isaacs/pseudomap/issues"
44   },
45   "dependencies": {},
46   "description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.",
47   "devDependencies": {
48     "tap": "^2.3.1"
49   },
50   "directories": {
51     "test": "test"
52   },
53   "dist": {
54     "shasum": "f052a28da70e618917ef0a8ac34c1ae5a68286b3",
55     "tarball": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz"
56   },
57   "gitHead": "b6dc728207a0321ede6479e34506d3e0e13a940b",
58   "homepage": "https://github.com/isaacs/pseudomap#readme",
59   "license": "ISC",
60   "main": "map.js",
61   "maintainers": [
62     {
63       "name": "isaacs",
64       "email": "i@izs.me"
65     }
66   ],
67   "name": "pseudomap",
68   "optionalDependencies": {},
69   "readme": "ERROR: No README data found!",
70   "repository": {
71     "type": "git",
72     "url": "git+https://github.com/isaacs/pseudomap.git"
73   },
74   "scripts": {
75     "test": "tap test/*.js"
76   },
77   "version": "1.0.2"
78 }