package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "@vue/preload-webpack-plugin@1.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/preload-webpack-plugin@1.1.2",
  10. "_id": "@vue/preload-webpack-plugin@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zrkktOyzucQ4ccekKaAvhCPmIas=",
  13. "_location": "/@vue/preload-webpack-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/preload-webpack-plugin@1.1.2",
  19. "name": "@vue/preload-webpack-plugin",
  20. "escapedName": "@vue%2fpreload-webpack-plugin",
  21. "scope": "@vue",
  22. "rawSpec": "1.1.2",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.2"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-service"
  28. ],
  29. "_resolved": "https://registry.nlark.com/@vue/preload-webpack-plugin/download/@vue/preload-webpack-plugin-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Addy Osmani",
  34. "email": "addy.osmani@gmail.com",
  35. "url": "https://github.com/addyosmani"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/vuejs/preload-webpack-plugin/issues"
  39. },
  40. "description": "A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support",
  41. "devDependencies": {
  42. "eslint": "^4.19.1",
  43. "eslint-plugin-vue-libs": "^2.1.0",
  44. "html-webpack-plugin": "^3.2.0",
  45. "jasmine": "^3.1.0",
  46. "jsdom": "^11.9.0",
  47. "memory-fs": "^0.4.1",
  48. "nyc": "^11.7.1",
  49. "rimraf": "^2.6.2",
  50. "webpack": "^4.0.0"
  51. },
  52. "engines": {
  53. "node": ">=6.0.0"
  54. },
  55. "files": [
  56. "src"
  57. ],
  58. "homepage": "https://github.com/vuejs/preload-webpack-plugin",
  59. "keywords": [
  60. "webpack",
  61. "plugin",
  62. "html-webpack-plugin",
  63. "script",
  64. "preload",
  65. "resource hints"
  66. ],
  67. "license": "Apache-2.0",
  68. "main": "src/index.js",
  69. "name": "@vue/preload-webpack-plugin",
  70. "peerDependencies": {
  71. "html-webpack-plugin": ">=2.26.0",
  72. "webpack": ">=4.0.0"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/vuejs/preload-webpack-plugin.git"
  77. },
  78. "scripts": {
  79. "coverage": "nyc npm run test",
  80. "lint": "eslint --format=codeframe .",
  81. "prepublishOnly": "npm run test",
  82. "test": "npm run lint && jasmine test/unit/* test/e2e/index.js"
  83. },
  84. "version": "1.1.2"
  85. }