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

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "function-bind@~1.1.1",
  3. "_id": "function-bind@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  6. "_location": "/function-bind",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "function-bind@~1.1.1",
  12. "name": "function-bind",
  13. "escapedName": "function-bind",
  14. "rawSpec": "~1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/has",
  21. "/string.prototype.trim",
  22. "/string.prototype.trimleft",
  23. "/string.prototype.trimright",
  24. "/tape"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  27. "_shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
  28. "_spec": "function-bind@~1.1.1",
  29. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\tape",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/function-bind/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "Raynos"
  42. },
  43. {
  44. "name": "Jordan Harband",
  45. "url": "https://github.com/ljharb"
  46. }
  47. ],
  48. "dependencies": {},
  49. "deprecated": false,
  50. "description": "Implementation of Function.prototype.bind",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^12.2.1",
  53. "covert": "^1.1.0",
  54. "eslint": "^4.5.0",
  55. "jscs": "^3.0.7",
  56. "tape": "^4.8.0"
  57. },
  58. "homepage": "https://github.com/Raynos/function-bind",
  59. "keywords": [
  60. "function",
  61. "bind",
  62. "shim",
  63. "es5"
  64. ],
  65. "license": "MIT",
  66. "main": "index",
  67. "name": "function-bind",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/Raynos/function-bind.git"
  71. },
  72. "scripts": {
  73. "coverage": "covert test/*.js",
  74. "eslint": "eslint *.js */*.js",
  75. "jscs": "jscs *.js */*.js",
  76. "lint": "npm run jscs && npm run eslint",
  77. "posttest": "npm run coverage -- --quiet",
  78. "pretest": "npm run lint",
  79. "test": "npm run tests-only",
  80. "tests-only": "node test"
  81. },
  82. "testling": {
  83. "files": "test/index.js",
  84. "browsers": [
  85. "ie/8..latest",
  86. "firefox/16..latest",
  87. "firefox/nightly",
  88. "chrome/22..latest",
  89. "chrome/canary",
  90. "opera/12..latest",
  91. "opera/next",
  92. "safari/5.1..latest",
  93. "ipad/6.0..latest",
  94. "iphone/6.0..latest",
  95. "android-browser/4.2..latest"
  96. ]
  97. },
  98. "version": "1.1.1"
  99. }