source: trip-planner-front/node_modules/concat-map/package.json@ e29cc2e

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

adding photos

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