Changeset 59329aa for trip-planner-front/node_modules/concat-map
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/concat-map/package.json
rceaed42 r59329aa 1 1 { 2 "name" : "concat-map", 3 "description" : "concatenative mapdashery", 4 "version" : "0.0.1", 5 "repository" : { 6 "type" : "git", 7 "url" : "git://github.com/substack/node-concat-map.git" 8 }, 9 "main" : "index.js", 10 "keywords" : [ 11 "concat", 12 "concatMap", 13 "map", 14 "functional", 15 "higher-order" 16 ], 17 "directories" : { 18 "example" : "example", 19 "test" : "test" 20 }, 21 "scripts" : { 22 "test" : "tape test/*.js" 23 }, 24 "devDependencies" : { 25 "tape" : "~2.4.0" 26 }, 27 "license" : "MIT", 28 "author" : { 29 "name" : "James Halliday", 30 "email" : "mail@substack.net", 31 "url" : "http://substack.net" 32 }, 33 "testling" : { 34 "files" : "test/*.js", 35 "browsers" : { 36 "ie" : [ 6, 7, 8, 9 ], 37 "ff" : [ 3.5, 10, 15.0 ], 38 "chrome" : [ 10, 22 ], 39 "safari" : [ 5.1 ], 40 "opera" : [ 12 ] 41 } 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 ] 42 89 } 90 }, 91 "version": "0.0.1" 43 92 }
Note:
See TracChangeset
for help on using the changeset viewer.