package.json 3.9 KB

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