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

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "jquery",
  3. "_id": "jquery@3.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==",
  6. "_location": "/jquery",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "jquery",
  12. "name": "jquery",
  13. "escapedName": "jquery",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
  23. "_shasum": "714f1f8d9dde4bdfa55764ba37ef214630d80ef2",
  24. "_spec": "jquery",
  25. "_where": "/home/christian",
  26. "author": {
  27. "name": "JS Foundation and other contributors",
  28. "url": "https://github.com/jquery/jquery/blob/3.4.1/AUTHORS.txt"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jquery/jquery/issues"
  32. },
  33. "bundleDependencies": false,
  34. "commitplease": {
  35. "nohook": true,
  36. "components": [
  37. "Docs",
  38. "Tests",
  39. "Build",
  40. "Support",
  41. "Release",
  42. "Core",
  43. "Ajax",
  44. "Attributes",
  45. "Callbacks",
  46. "CSS",
  47. "Data",
  48. "Deferred",
  49. "Deprecated",
  50. "Dimensions",
  51. "Effects",
  52. "Event",
  53. "Manipulation",
  54. "Offset",
  55. "Queue",
  56. "Selector",
  57. "Serialize",
  58. "Traversing",
  59. "Wrap"
  60. ],
  61. "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
  62. "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
  63. },
  64. "dependencies": {},
  65. "deprecated": false,
  66. "description": "JavaScript library for DOM operations",
  67. "devDependencies": {
  68. "@babel/core": "7.3.3",
  69. "@babel/plugin-transform-for-of": "7.2.0",
  70. "commitplease": "3.2.0",
  71. "core-js": "2.6.5",
  72. "eslint-config-jquery": "1.0.1",
  73. "grunt": "1.0.3",
  74. "grunt-babel": "8.0.0",
  75. "grunt-cli": "1.3.2",
  76. "grunt-compare-size": "0.4.2",
  77. "grunt-contrib-uglify": "3.4.0",
  78. "grunt-contrib-watch": "1.1.0",
  79. "grunt-eslint": "21.0.0",
  80. "grunt-git-authors": "3.2.0",
  81. "grunt-jsonlint": "1.1.0",
  82. "grunt-karma": "3.0.1",
  83. "grunt-newer": "1.3.0",
  84. "grunt-npmcopy": "0.1.0",
  85. "gzip-js": "0.3.2",
  86. "husky": "1.3.1",
  87. "insight": "0.10.1",
  88. "jsdom": "13.2.0",
  89. "karma": "4.0.1",
  90. "karma-browserstack-launcher": "1.4.0",
  91. "karma-chrome-launcher": "2.2.0",
  92. "karma-firefox-launcher": "1.1.0",
  93. "karma-ie-launcher": "1.0.0",
  94. "karma-jsdom-launcher": "7.1.0",
  95. "karma-qunit": "3.0.0",
  96. "load-grunt-tasks": "4.0.0",
  97. "native-promise-only": "0.8.1",
  98. "promises-aplus-tests": "2.1.2",
  99. "q": "1.5.1",
  100. "qunit": "2.9.2",
  101. "raw-body": "2.3.3",
  102. "requirejs": "2.3.6",
  103. "sinon": "2.3.7",
  104. "sizzle": "2.3.4",
  105. "strip-json-comments": "2.0.1",
  106. "testswarm": "1.1.0",
  107. "uglify-js": "3.4.7"
  108. },
  109. "homepage": "https://jquery.com",
  110. "husky": {
  111. "hooks": {
  112. "commit-msg": "node node_modules/commitplease",
  113. "pre-commit": "grunt lint:newer qunit_fixture"
  114. }
  115. },
  116. "keywords": [
  117. "jquery",
  118. "javascript",
  119. "browser",
  120. "library"
  121. ],
  122. "license": "MIT",
  123. "main": "dist/jquery.js",
  124. "name": "jquery",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+https://github.com/jquery/jquery.git"
  128. },
  129. "scripts": {
  130. "build": "npm install && grunt",
  131. "jenkins": "npm run test:browserless",
  132. "start": "grunt watch",
  133. "test": "grunt && grunt test:slow && grunt karma:main",
  134. "test:browser": "grunt && grunt karma:main",
  135. "test:browserless": "grunt && grunt test:slow"
  136. },
  137. "title": "jQuery",
  138. "version": "3.4.1"
  139. }