package.json 2.6 KB

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