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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "tape@^4.8.0",
  3. "_id": "tape@4.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yixvDMX7q7JIs/omJSzSZrqulOV51EC9dK8dM0TzImTIkHWfe2/kFyL5v+d9C+SrCMaICk59ujsqFAVidDqDaA==",
  6. "_location": "/tape",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tape@^4.8.0",
  12. "name": "tape",
  13. "escapedName": "tape",
  14. "rawSpec": "^4.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.8.0"
  17. },
  18. "_requiredBy": [
  19. "/objectorarray"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tape/-/tape-4.11.0.tgz",
  22. "_shasum": "63d41accd95e45a23a874473051c57fdbc58edc1",
  23. "_spec": "tape@^4.8.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\objectorarray",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bin": {
  31. "tape": "./bin/tape"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/substack/tape/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "deep-equal": "~1.0.1",
  39. "defined": "~1.0.0",
  40. "for-each": "~0.3.3",
  41. "function-bind": "~1.1.1",
  42. "glob": "~7.1.4",
  43. "has": "~1.0.3",
  44. "inherits": "~2.0.4",
  45. "minimist": "~1.2.0",
  46. "object-inspect": "~1.6.0",
  47. "resolve": "~1.11.1",
  48. "resumer": "~0.0.0",
  49. "string.prototype.trim": "~1.1.2",
  50. "through": "~2.3.8"
  51. },
  52. "deprecated": false,
  53. "description": "tap-producing test harness for node and browsers",
  54. "devDependencies": {
  55. "concat-stream": "^1.6.2",
  56. "eclint": "^2.8.1",
  57. "eslint": "^5.16.0",
  58. "falafel": "^2.1.0",
  59. "js-yaml": "^3.13.1",
  60. "tap": "^8.0.1",
  61. "tap-parser": "^3.0.5"
  62. },
  63. "directories": {
  64. "example": "example",
  65. "test": "test"
  66. },
  67. "homepage": "https://github.com/substack/tape",
  68. "keywords": [
  69. "tap",
  70. "test",
  71. "harness",
  72. "assert",
  73. "browser"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "tape",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/substack/tape.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint .",
  84. "prelint": "eclint check",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only",
  87. "tests-only": "tap test/*.js"
  88. },
  89. "testling": {
  90. "files": "test/browser/*.js",
  91. "browsers": [
  92. "ie/6..latest",
  93. "chrome/20..latest",
  94. "firefox/10..latest",
  95. "safari/latest",
  96. "opera/11.0..latest",
  97. "iphone/6",
  98. "ipad/6"
  99. ]
  100. },
  101. "version": "4.11.0"
  102. }