package.json 4.0 KB

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