项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

package.json 3.4 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "jquery@3.4.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_from": "jquery@3.4.1",
  9. "_id": "jquery@3.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-cU8fjZ3eS9+lV2S6N+8hRjDYDvI=",
  12. "_location": "/jquery",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jquery@3.4.1",
  18. "name": "jquery",
  19. "escapedName": "jquery",
  20. "rawSpec": "3.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/jquery/download/jquery-3.4.1.tgz",
  28. "_spec": "3.4.1",
  29. "_where": "D:\\A易云\\YiYunJianZhu",
  30. "author": {
  31. "name": "JS Foundation and other contributors",
  32. "url": "https://github.com/jquery/jquery/blob/3.4.1/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. "dependencies": {},
  68. "description": "JavaScript library for DOM operations",
  69. "devDependencies": {
  70. "@babel/core": "7.3.3",
  71. "@babel/plugin-transform-for-of": "7.2.0",
  72. "commitplease": "3.2.0",
  73. "core-js": "2.6.5",
  74. "eslint-config-jquery": "1.0.1",
  75. "grunt": "1.0.3",
  76. "grunt-babel": "8.0.0",
  77. "grunt-cli": "1.3.2",
  78. "grunt-compare-size": "0.4.2",
  79. "grunt-contrib-uglify": "3.4.0",
  80. "grunt-contrib-watch": "1.1.0",
  81. "grunt-eslint": "21.0.0",
  82. "grunt-git-authors": "3.2.0",
  83. "grunt-jsonlint": "1.1.0",
  84. "grunt-karma": "3.0.1",
  85. "grunt-newer": "1.3.0",
  86. "grunt-npmcopy": "0.1.0",
  87. "gzip-js": "0.3.2",
  88. "husky": "1.3.1",
  89. "insight": "0.10.1",
  90. "jsdom": "13.2.0",
  91. "karma": "4.0.1",
  92. "karma-browserstack-launcher": "1.4.0",
  93. "karma-chrome-launcher": "2.2.0",
  94. "karma-firefox-launcher": "1.1.0",
  95. "karma-ie-launcher": "1.0.0",
  96. "karma-jsdom-launcher": "7.1.0",
  97. "karma-qunit": "3.0.0",
  98. "load-grunt-tasks": "4.0.0",
  99. "native-promise-only": "0.8.1",
  100. "promises-aplus-tests": "2.1.2",
  101. "q": "1.5.1",
  102. "qunit": "2.9.2",
  103. "raw-body": "2.3.3",
  104. "requirejs": "2.3.6",
  105. "sinon": "2.3.7",
  106. "sizzle": "2.3.4",
  107. "strip-json-comments": "2.0.1",
  108. "testswarm": "1.1.0",
  109. "uglify-js": "3.4.7"
  110. },
  111. "homepage": "https://jquery.com",
  112. "husky": {
  113. "hooks": {
  114. "commit-msg": "node node_modules/commitplease",
  115. "pre-commit": "grunt lint:newer qunit_fixture"
  116. }
  117. },
  118. "keywords": [
  119. "jquery",
  120. "javascript",
  121. "browser",
  122. "library"
  123. ],
  124. "license": "MIT",
  125. "main": "dist/jquery.js",
  126. "name": "jquery",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/jquery/jquery.git"
  130. },
  131. "scripts": {
  132. "build": "npm install && grunt",
  133. "jenkins": "npm run test:browserless",
  134. "start": "grunt watch",
  135. "test": "grunt && grunt test:slow && grunt karma:main",
  136. "test:browser": "grunt && grunt karma:main",
  137. "test:browserless": "grunt && grunt test:slow"
  138. },
  139. "title": "jQuery",
  140. "version": "3.4.1"
  141. }