package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "@vue/preload-webpack-plugin@1.1.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/preload-webpack-plugin@1.1.0",
  10. "_id": "@vue/preload-webpack-plugin@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-12jboAQmHAKbU6d8XqLV+e5PPM4=",
  13. "_location": "/@vue/preload-webpack-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/preload-webpack-plugin@1.1.0",
  19. "name": "@vue/preload-webpack-plugin",
  20. "escapedName": "@vue%2fpreload-webpack-plugin",
  21. "scope": "@vue",
  22. "rawSpec": "1.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-service"
  28. ],
  29. "_resolved": "http://registry.npm.taobao.org/@vue/preload-webpack-plugin/download/@vue/preload-webpack-plugin-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. "jasmine": "^3.1.0",
  45. "jsdom": "^11.9.0",
  46. "memory-fs": "^0.4.1",
  47. "nyc": "^11.7.1",
  48. "rimraf": "^2.6.2",
  49. "webpack": "^4.0.0"
  50. },
  51. "engines": {
  52. "node": ">=6.0.0"
  53. },
  54. "files": [
  55. "src"
  56. ],
  57. "homepage": "https://github.com/vuejs/preload-webpack-plugin",
  58. "keywords": [
  59. "webpack",
  60. "plugin",
  61. "html-webpack-plugin",
  62. "script",
  63. "preload",
  64. "resource hints"
  65. ],
  66. "license": "Apache-2.0",
  67. "main": "src/index.js",
  68. "name": "@vue/preload-webpack-plugin",
  69. "peerDependencies": {
  70. "html-webpack-plugin": ">=2.26.0",
  71. "webpack": ">=4.0.0"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/vuejs/preload-webpack-plugin.git"
  76. },
  77. "scripts": {
  78. "build": "npm run clean && babel --out-dir=build src",
  79. "clean": "rimraf build",
  80. "coverage": "nyc npm run test",
  81. "lint": "eslint --format=codeframe .",
  82. "publish-next": "npm run lint && npm run test && npm run build && npm publish --tag next",
  83. "publish-stable": "npm run lint && npm run test && npm run build && npm publish",
  84. "test": "jasmine test/unit/* test/e2e/index.js"
  85. },
  86. "version": "1.1.0"
  87. }