Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "concat-map@0.0.1",
  3. "_id": "concat-map@0.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
  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/erik/Documents/workspace_brackets/BME_Project_Ohm/om/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. }