package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "concat-map@0.0.1",
  6. "scope": null,
  7. "escapedName": "concat-map",
  8. "name": "concat-map",
  9. "rawSpec": "0.0.1",
  10. "spec": "0.0.1",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/brace-expansion"
  14. ]
  15. ],
  16. "_from": "concat-map@0.0.1",
  17. "_id": "concat-map@0.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/concat-map",
  21. "_npmUser": {
  22. "name": "substack",
  23. "email": "mail@substack.net"
  24. },
  25. "_npmVersion": "1.3.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "concat-map@0.0.1",
  29. "scope": null,
  30. "escapedName": "concat-map",
  31. "name": "concat-map",
  32. "rawSpec": "0.0.1",
  33. "spec": "0.0.1",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/brace-expansion"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  40. "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
  41. "_shrinkwrap": null,
  42. "_spec": "concat-map@0.0.1",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/brace-expansion",
  44. "author": {
  45. "name": "James Halliday",
  46. "email": "mail@substack.net",
  47. "url": "http://substack.net"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/substack/node-concat-map/issues"
  51. },
  52. "dependencies": {},
  53. "description": "concatenative mapdashery",
  54. "devDependencies": {
  55. "tape": "~2.4.0"
  56. },
  57. "directories": {
  58. "example": "example",
  59. "test": "test"
  60. },
  61. "dist": {
  62. "shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
  63. "tarball": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
  64. },
  65. "homepage": "https://github.com/substack/node-concat-map",
  66. "keywords": [
  67. "concat",
  68. "concatMap",
  69. "map",
  70. "functional",
  71. "higher-order"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "substack",
  78. "email": "mail@substack.net"
  79. }
  80. ],
  81. "name": "concat-map",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/substack/node-concat-map.git"
  87. },
  88. "scripts": {
  89. "test": "tape test/*.js"
  90. },
  91. "testling": {
  92. "files": "test/*.js",
  93. "browsers": {
  94. "ie": [
  95. 6,
  96. 7,
  97. 8,
  98. 9
  99. ],
  100. "ff": [
  101. 3.5,
  102. 10,
  103. 15
  104. ],
  105. "chrome": [
  106. 10,
  107. 22
  108. ],
  109. "safari": [
  110. 5.1
  111. ],
  112. "opera": [
  113. 12
  114. ]
  115. }
  116. },
  117. "version": "0.0.1"
  118. }