Initial commit
[yaffs-website] / node_modules / concat-map / package.json
1 {
2   "_args": [
3     [
4       "concat-map@0.0.1",
5       "/var/www/yaffs/node_modules/brace-expansion"
6     ]
7   ],
8   "_from": "concat-map@0.0.1",
9   "_id": "concat-map@0.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/concat-map",
13   "_npmUser": {
14     "email": "mail@substack.net",
15     "name": "substack"
16   },
17   "_npmVersion": "1.3.21",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "concat-map",
21     "raw": "concat-map@0.0.1",
22     "rawSpec": "0.0.1",
23     "scope": null,
24     "spec": "0.0.1",
25     "type": "version"
26   },
27   "_requiredBy": [
28     "/brace-expansion"
29   ],
30   "_shrinkwrap": null,
31   "_spec": "concat-map@0.0.1",
32   "_where": "/var/www/yaffs/node_modules/brace-expansion",
33   "author": {
34     "email": "mail@substack.net",
35     "name": "James Halliday",
36     "url": "http://substack.net"
37   },
38   "bugs": {
39     "url": "https://github.com/substack/node-concat-map/issues"
40   },
41   "dependencies": {},
42   "description": "concatenative mapdashery",
43   "devDependencies": {
44     "tape": "~2.4.0"
45   },
46   "directories": {
47     "example": "example",
48     "test": "test"
49   },
50   "dist": {
51     "shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
52     "tarball": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
53   },
54   "homepage": "https://github.com/substack/node-concat-map",
55   "keywords": [
56     "concat",
57     "concatMap",
58     "functional",
59     "higher-order",
60     "map"
61   ],
62   "license": "MIT",
63   "main": "index.js",
64   "maintainers": [
65     {
66       "name": "substack",
67       "email": "mail@substack.net"
68     }
69   ],
70   "name": "concat-map",
71   "optionalDependencies": {},
72   "readme": "ERROR: No README data found!",
73   "repository": {
74     "type": "git",
75     "url": "git://github.com/substack/node-concat-map.git"
76   },
77   "scripts": {
78     "test": "tape test/*.js"
79   },
80   "testling": {
81     "browsers": {
82       "chrome": [
83         10,
84         22
85       ],
86       "ff": [
87         10,
88         15,
89         3.5
90       ],
91       "ie": [
92         6,
93         7,
94         8,
95         9
96       ],
97       "opera": [
98         12
99       ],
100       "safari": [
101         5.1
102       ]
103     },
104     "files": "test/*.js"
105   },
106   "version": "0.0.1"
107 }