package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "foreach@2.0.5",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "foreach@2.0.5",
  9. "_id": "foreach@2.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
  12. "_location": "/foreach",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "foreach@2.0.5",
  18. "name": "foreach",
  19. "escapedName": "foreach",
  20. "rawSpec": "2.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.5"
  23. },
  24. "_requiredBy": [
  25. "/is-typed-array",
  26. "/which-typed-array"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "Manuel Stofer",
  33. "email": "manuel@takimata.ch"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/manuelstofer/foreach/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Manuel Stofer"
  41. },
  42. {
  43. "name": "Jordan Harband",
  44. "url": "https://github.com/ljharb"
  45. }
  46. ],
  47. "dependencies": {},
  48. "description": "foreach component + npm package",
  49. "devDependencies": {
  50. "covert": "*",
  51. "tape": "*"
  52. },
  53. "homepage": "https://github.com/manuelstofer/foreach#readme",
  54. "keywords": [
  55. "shim",
  56. "Array.prototype.forEach",
  57. "forEach",
  58. "Array#forEach",
  59. "each"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "foreach",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/manuelstofer/foreach.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test.js",
  70. "coverage-quiet": "covert --quiet test.js",
  71. "test": "node test.js"
  72. },
  73. "testling": {
  74. "files": "test.js",
  75. "browsers": [
  76. "iexplore/6.0..latest",
  77. "firefox/3.0",
  78. "firefox/15.0..latest",
  79. "firefox/nightly",
  80. "chrome/4.0",
  81. "chrome/22.0..latest",
  82. "chrome/canary",
  83. "opera/10.0..latest",
  84. "opera/next",
  85. "safari/5.0.5..latest",
  86. "ipad/6.0..latest",
  87. "iphone/6.0..latest",
  88. "android-browser/4.2"
  89. ]
  90. },
  91. "version": "2.0.5"
  92. }