package.json 2.1 KB

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