package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "jquery@3.2.1",
  5. "/Users/cocos/Documents/project/CocosCreatorPlugins/packages/hot-update-tools"
  6. ]
  7. ],
  8. "_from": "jquery@3.2.1",
  9. "_id": "jquery@3.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=",
  12. "_location": "/jquery",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jquery@3.2.1",
  18. "name": "jquery",
  19. "escapedName": "jquery",
  20. "rawSpec": "3.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
  28. "_spec": "3.2.1",
  29. "_where": "/Users/cocos/Documents/project/CocosCreatorPlugins/packages/hot-update-tools",
  30. "author": {
  31. "name": "JS Foundation and other contributors",
  32. "url": "https://github.com/jquery/jquery/blob/3.2.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-preset-es2015": "6.6.0",
  71. "commitplease": "2.6.1",
  72. "core-js": "2.2.2",
  73. "cross-spawn": "2.2.3",
  74. "eslint-config-jquery": "1.0.0",
  75. "grunt": "1.0.1",
  76. "grunt-babel": "6.0.0",
  77. "grunt-cli": "1.2.0",
  78. "grunt-compare-size": "0.4.2",
  79. "grunt-contrib-uglify": "1.0.1",
  80. "grunt-contrib-watch": "1.0.0",
  81. "grunt-eslint": "19.0.0",
  82. "grunt-git-authors": "3.2.0",
  83. "grunt-jsonlint": "1.0.7",
  84. "grunt-newer": "1.2.0",
  85. "grunt-npmcopy": "0.1.0",
  86. "gzip-js": "0.3.2",
  87. "husky": "0.11.4",
  88. "insight": "0.8.1",
  89. "jsdom": "5.6.1",
  90. "load-grunt-tasks": "3.5.0",
  91. "native-promise-only": "0.8.1",
  92. "promises-aplus-tests": "2.1.2",
  93. "q": "1.4.1",
  94. "qunit-assert-step": "1.0.3",
  95. "qunitjs": "1.23.1",
  96. "requirejs": "2.2.0",
  97. "sinon": "1.17.3",
  98. "sizzle": "2.3.3",
  99. "strip-json-comments": "2.0.1",
  100. "testswarm": "1.1.0"
  101. },
  102. "homepage": "https://jquery.com",
  103. "keywords": [
  104. "jquery",
  105. "javascript",
  106. "browser",
  107. "library"
  108. ],
  109. "license": "MIT",
  110. "main": "dist/jquery.js",
  111. "name": "jquery",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/jquery/jquery.git"
  115. },
  116. "scripts": {
  117. "build": "npm install && grunt",
  118. "commitmsg": "node node_modules/commitplease",
  119. "precommit": "grunt lint:newer",
  120. "start": "grunt watch",
  121. "test": "grunt && grunt test:slow"
  122. },
  123. "title": "jQuery",
  124. "version": "3.2.1"
  125. }