Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "for-each@~0.3.3",
  3. "_id": "for-each@0.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  6. "_location": "/for-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "for-each@~0.3.3",
  12. "name": "for-each",
  13. "escapedName": "for-each",
  14. "rawSpec": "~0.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.3.3"
  17. },
  18. "_requiredBy": [
  19. "/tape"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  22. "_shasum": "69b447e88a0a5d32c3e7084f3f1710034b21376e",
  23. "_spec": "for-each@~0.3.3",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\tape",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Raynos/for-each/issues",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jake Verbaten"
  37. },
  38. {
  39. "name": "Jordan Harband",
  40. "url": "https://github.com/ljharb"
  41. }
  42. ],
  43. "dependencies": {
  44. "is-callable": "^1.1.3"
  45. },
  46. "deprecated": false,
  47. "description": "A better forEach",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^12.2.1",
  50. "eslint": "^4.19.1",
  51. "nsp": "^3.2.1",
  52. "tape": "^4.9.0"
  53. },
  54. "homepage": "https://github.com/Raynos/for-each",
  55. "keywords": [],
  56. "license": "MIT",
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "http://github.com/Raynos/for-each/raw/master/LICENSE"
  61. }
  62. ],
  63. "main": "index",
  64. "name": "for-each",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/Raynos/for-each.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint *.js test/*.js",
  71. "posttest": "npm run security",
  72. "pretest": "npm run lint",
  73. "security": "nsp check",
  74. "test": "npm run tests-only",
  75. "tests-only": "node test/test"
  76. },
  77. "testling": {
  78. "files": "test/test.js",
  79. "browsers": [
  80. "iexplore/6.0..latest",
  81. "firefox/3.0..6.0",
  82. "firefox/15.0..latest",
  83. "firefox/nightly",
  84. "chrome/4.0..10.0",
  85. "chrome/20.0..latest",
  86. "chrome/canary",
  87. "opera/10.0..latest",
  88. "opera/next",
  89. "safari/4.0..latest",
  90. "ipad/6.0..latest",
  91. "iphone/6.0..latest",
  92. "android-browser/4.2"
  93. ]
  94. },
  95. "version": "0.3.3"
  96. }