Changeset 79a0317 for imaps-frontend/node_modules/concat-map
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/concat-map/package.json
r0c6b92a r79a0317 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 "_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 ] 42 85 } 86 }, 87 "version": "0.0.1" 43 88 }
Note:
See TracChangeset
for help on using the changeset viewer.