package.json 3.0 KB

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