package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "foreach@^2.0.5",
  5. "/home/seleznev/project Angular/Quality system/node_modules/define-properties"
  6. ]
  7. ],
  8. "_from": "foreach@>=2.0.5 <3.0.0",
  9. "_id": "foreach@2.0.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/foreach",
  13. "_npmUser": {
  14. "email": "manuel@takimata.ch",
  15. "name": "manuelstofer"
  16. },
  17. "_npmVersion": "1.4.9",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "foreach",
  21. "raw": "foreach@^2.0.5",
  22. "rawSpec": "^2.0.5",
  23. "scope": null,
  24. "spec": ">=2.0.5 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/define-properties"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
  31. "_shasum": "0bee005018aeb260d0a3af3ae658dd0136ec1b99",
  32. "_shrinkwrap": null,
  33. "_spec": "foreach@^2.0.5",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/define-properties",
  35. "author": {
  36. "email": "manuel@takimata.ch",
  37. "name": "Manuel Stofer"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/manuelstofer/foreach/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Manuel Stofer"
  45. },
  46. {
  47. "name": "Jordan Harband",
  48. "url": "https://github.com/ljharb"
  49. }
  50. ],
  51. "dependencies": {},
  52. "description": "foreach component + npm package",
  53. "devDependencies": {
  54. "covert": "*",
  55. "tape": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "0bee005018aeb260d0a3af3ae658dd0136ec1b99",
  60. "tarball": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz"
  61. },
  62. "homepage": "https://github.com/manuelstofer/foreach",
  63. "keywords": [
  64. "Array#forEach",
  65. "Array.prototype.forEach",
  66. "each",
  67. "forEach",
  68. "shim"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "manuelstofer",
  75. "email": "manuel@takimata.ch"
  76. }
  77. ],
  78. "name": "foreach",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/manuelstofer/foreach.git"
  84. },
  85. "scripts": {
  86. "coverage": "covert test.js",
  87. "coverage-quiet": "covert --quiet test.js",
  88. "test": "node test.js"
  89. },
  90. "testling": {
  91. "browsers": [
  92. "android-browser/4.2",
  93. "chrome/22.0..latest",
  94. "chrome/4.0",
  95. "chrome/canary",
  96. "firefox/15.0..latest",
  97. "firefox/3.0",
  98. "firefox/nightly",
  99. "iexplore/6.0..latest",
  100. "ipad/6.0..latest",
  101. "iphone/6.0..latest",
  102. "opera/10.0..latest",
  103. "opera/next",
  104. "safari/5.0.5..latest"
  105. ],
  106. "files": "test.js"
  107. },
  108. "version": "2.0.5"
  109. }