source: imaps-frontend/node_modules/concat-map/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "concat-map@0.0.1",
3 "_id": "concat-map@0.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
6 "_location": "/concat-map",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "concat-map@0.0.1",
12 "name": "concat-map",
13 "escapedName": "concat-map",
14 "rawSpec": "0.0.1",
15 "saveSpec": null,
16 "fetchSpec": "0.0.1"
17 },
18 "_requiredBy": [
19 "/brace-expansion"
20 ],
21 "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
22 "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
23 "_spec": "concat-map@0.0.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/brace-expansion",
25 "author": {
26 "name": "James Halliday",
27 "email": "mail@substack.net",
28 "url": "http://substack.net"
29 },
30 "bugs": {
31 "url": "https://github.com/substack/node-concat-map/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "concatenative mapdashery",
36 "devDependencies": {
37 "tape": "~2.4.0"
38 },
39 "directories": {
40 "example": "example",
41 "test": "test"
42 },
43 "homepage": "https://github.com/substack/node-concat-map#readme",
44 "keywords": [
45 "concat",
46 "concatMap",
47 "map",
48 "functional",
49 "higher-order"
50 ],
51 "license": "MIT",
52 "main": "index.js",
53 "name": "concat-map",
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/substack/node-concat-map.git"
57 },
58 "scripts": {
59 "test": "tape test/*.js"
60 },
61 "testling": {
62 "files": "test/*.js",
63 "browsers": {
64 "ie": [
65 6,
66 7,
67 8,
68 9
69 ],
70 "ff": [
71 3.5,
72 10,
73 15
74 ],
75 "chrome": [
76 10,
77 22
78 ],
79 "safari": [
80 5.1
81 ],
82 "opera": [
83 12
84 ]
85 }
86 },
87 "version": "0.0.1"
88}
Note: See TracBrowser for help on using the repository browser.