package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "webpack-virtual-modules@^0.4.5",
  3. "_id": "webpack-virtual-modules@0.4.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg==",
  6. "_location": "/webpack-virtual-modules",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-virtual-modules@^0.4.5",
  12. "name": "webpack-virtual-modules",
  13. "escapedName": "webpack-virtual-modules",
  14. "rawSpec": "^0.4.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.5"
  17. },
  18. "_requiredBy": [
  19. "/unplugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.4.5.tgz",
  22. "_shasum": "e476842dab5eafb7beb844aa2f747fc12ebbf6ec",
  23. "_spec": "webpack-virtual-modules@^0.4.5",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin",
  25. "author": {
  26. "name": "SysGears INC"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/sysgears/webpack-virtual-modules/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Webpack Virtual Modules",
  34. "devDependencies": {
  35. "@babel/core": "^7.4.5",
  36. "@babel/plugin-proposal-class-properties": "^7.4.4",
  37. "@babel/plugin-transform-modules-commonjs": "^7.4.4",
  38. "@babel/preset-typescript": "^7.3.3",
  39. "@babel/register": "^7.5.5",
  40. "@types/jest": "^24.0.6",
  41. "@types/node": "^11.11.3",
  42. "@types/tmp": "^0.1.0",
  43. "@types/webpack": "^4.32.1",
  44. "@typescript-eslint/eslint-plugin": "^5.26.0",
  45. "@typescript-eslint/parser": "^5.26.0",
  46. "babel-jest": "^29.0.3",
  47. "babel-plugin-replace-ts-export-assignment": "^0.0.2",
  48. "eslint": "^8.23.1",
  49. "eslint-config-prettier": "^8.5.0",
  50. "eslint-plugin-jest": "^27.0.4",
  51. "eslint-plugin-prettier": "^4.2.1",
  52. "husky": "^8.0.1",
  53. "jest": "^29.0.3",
  54. "lint-staged": "^13.0.3",
  55. "memory-fs": "^0.5.0",
  56. "prettier": "^2.7.1",
  57. "tmp": "^0.2.1",
  58. "typescript": "^4.8.3",
  59. "webpack": "^5.74.0"
  60. },
  61. "files": [
  62. "*.js",
  63. "*.d.ts"
  64. ],
  65. "homepage": "https://github.com/sysgears/webpack-virtual-modules#readme",
  66. "husky": {
  67. "pre-commit": "lint-staged"
  68. },
  69. "keywords": [
  70. "webpack",
  71. "webpack-plugin",
  72. "virtual",
  73. "modules"
  74. ],
  75. "license": "MIT",
  76. "lint-staged": {
  77. "*.ts": [
  78. "eslint --fix -c tslint.json",
  79. "git add"
  80. ]
  81. },
  82. "main": "lib/index.js",
  83. "name": "webpack-virtual-modules",
  84. "prettier": {
  85. "printWidth": 120,
  86. "singleQuote": true,
  87. "parser": "typescript"
  88. },
  89. "publishConfig": {
  90. "main": "lib/index.js",
  91. "types": "lib/index.d.ts"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sysgears/webpack-virtual-modules.git"
  96. },
  97. "scripts": {
  98. "build": "tsc -p tsconfig.build.json",
  99. "clean": "rm -rf ./lib",
  100. "lint": "eslint --fix src/**/*.ts",
  101. "prepack": "yarn clean && yarn build",
  102. "test": "yarn lint && yarn tests",
  103. "tests": "jest",
  104. "tests:watch": "jest --watch",
  105. "watch": "tsc -p tsconfig.build.json -w"
  106. },
  107. "version": "0.4.5"
  108. }