package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "jquery",
  3. "_id": "jquery@3.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
  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.3.1.tgz",
  23. "_shasum": "958ce29e81c9790f31be7792df5d4d95fc57fbca",
  24. "_spec": "jquery",
  25. "_where": "C:\\Users\\wj\\Desktop\\admin\\lib",
  26. "author": {
  27. "name": "JS Foundation and other contributors",
  28. "url": "https://github.com/jquery/jquery/blob/3.3.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.0.0-beta.0",
  69. "babel-plugin-transform-es2015-for-of": "7.0.0-beta.0",
  70. "commitplease": "2.7.10",
  71. "core-js": "2.4.1",
  72. "eslint-config-jquery": "1.0.1",
  73. "grunt": "1.0.1",
  74. "grunt-babel": "7.0.0",
  75. "grunt-cli": "1.2.0",
  76. "grunt-compare-size": "0.4.2",
  77. "grunt-contrib-uglify": "3.0.1",
  78. "grunt-contrib-watch": "1.0.0",
  79. "grunt-eslint": "20.0.0",
  80. "grunt-git-authors": "3.2.0",
  81. "grunt-jsonlint": "1.1.0",
  82. "grunt-karma": "2.0.0",
  83. "grunt-newer": "1.3.0",
  84. "grunt-npmcopy": "0.1.0",
  85. "gzip-js": "0.3.2",
  86. "husky": "0.14.3",
  87. "insight": "0.8.4",
  88. "jsdom": "5.6.1",
  89. "karma": "1.7.0",
  90. "karma-browserstack-launcher": "1.3.0",
  91. "karma-chrome-launcher": "2.2.0",
  92. "karma-firefox-launcher": "1.0.1",
  93. "karma-qunit": "1.2.1",
  94. "load-grunt-tasks": "3.5.2",
  95. "native-promise-only": "0.8.1",
  96. "promises-aplus-tests": "2.1.2",
  97. "q": "1.5.0",
  98. "qunit-assert-step": "1.0.3",
  99. "qunitjs": "1.23.1",
  100. "raw-body": "2.2.0",
  101. "requirejs": "2.3.3",
  102. "sinon": "2.3.7",
  103. "sizzle": "2.3.3",
  104. "strip-json-comments": "2.0.1",
  105. "testswarm": "1.1.0",
  106. "uglify-js": "3.3.4"
  107. },
  108. "homepage": "https://jquery.com",
  109. "keywords": [
  110. "jquery",
  111. "javascript",
  112. "browser",
  113. "library"
  114. ],
  115. "license": "MIT",
  116. "main": "dist/jquery.js",
  117. "name": "jquery",
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/jquery/jquery.git"
  121. },
  122. "scripts": {
  123. "build": "npm install && grunt",
  124. "commitmsg": "node node_modules/commitplease",
  125. "jenkins": "npm run test:browserless",
  126. "precommit": "grunt lint:newer qunit_fixture",
  127. "start": "grunt watch",
  128. "test": "grunt && grunt test:slow && grunt karma:main",
  129. "test:browser": "grunt && grunt karma:main",
  130. "test:browserless": "grunt && grunt test:slow"
  131. },
  132. "title": "jQuery",
  133. "version": "3.3.1"
  134. }