package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "jquery@^1.12.4",
  3. "_id": "jquery@1.12.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=",
  6. "_location": "/jquery",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jquery@^1.12.4",
  12. "name": "jquery",
  13. "escapedName": "jquery",
  14. "rawSpec": "^1.12.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.12.4"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/jquery/download/jquery-1.12.4.tgz?cache=0&sync_timestamp=1614706801583&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjquery%2Fdownload%2Fjquery-1.12.4.tgz",
  22. "_shasum": "01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c",
  23. "_spec": "jquery@^1.12.4",
  24. "_where": "D:\\朗通信息\\icssDService",
  25. "author": {
  26. "name": "jQuery Foundation and other contributors",
  27. "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jquery/jquery/issues"
  31. },
  32. "bundleDependencies": false,
  33. "commitplease": {
  34. "components": [
  35. "Docs",
  36. "Tests",
  37. "Build",
  38. "Release",
  39. "Core",
  40. "Ajax",
  41. "Attributes",
  42. "Callbacks",
  43. "CSS",
  44. "Data",
  45. "Deferred",
  46. "Deprecated",
  47. "Dimensions",
  48. "Effects",
  49. "Event",
  50. "Manipulation",
  51. "Offset",
  52. "Queue",
  53. "Selector",
  54. "Serialize",
  55. "Traversing",
  56. "Wrap"
  57. ]
  58. },
  59. "dependencies": {},
  60. "deprecated": false,
  61. "description": "JavaScript library for DOM operations",
  62. "devDependencies": {
  63. "commitplease": "2.0.0",
  64. "core-js": "0.9.17",
  65. "grunt": "0.4.5",
  66. "grunt-babel": "5.0.1",
  67. "grunt-cli": "0.1.13",
  68. "grunt-compare-size": "0.4.0",
  69. "grunt-contrib-jshint": "0.11.2",
  70. "grunt-contrib-uglify": "0.9.2",
  71. "grunt-contrib-watch": "0.6.1",
  72. "grunt-git-authors": "2.0.1",
  73. "grunt-jscs": "2.1.0",
  74. "grunt-jsonlint": "1.0.4",
  75. "grunt-npmcopy": "0.1.0",
  76. "gzip-js": "0.3.2",
  77. "jsdom": "5.6.1",
  78. "load-grunt-tasks": "1.0.0",
  79. "npm": "2.1.12",
  80. "qunit-assert-step": "1.0.3",
  81. "qunitjs": "1.17.1",
  82. "requirejs": "2.1.17",
  83. "sinon": "1.12.2",
  84. "sizzle": "2.2.1",
  85. "strip-json-comments": "1.0.3",
  86. "testswarm": "1.1.0",
  87. "win-spawn": "2.0.0"
  88. },
  89. "homepage": "http://jquery.com",
  90. "keywords": [
  91. "jquery",
  92. "javascript",
  93. "browser",
  94. "library"
  95. ],
  96. "license": "MIT",
  97. "main": "dist/jquery.js",
  98. "name": "jquery",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jquery/jquery.git"
  102. },
  103. "scripts": {
  104. "build": "npm install && grunt",
  105. "start": "grunt watch",
  106. "test": "grunt && grunt test"
  107. },
  108. "title": "jQuery",
  109. "version": "1.12.4"
  110. }