package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "memfs@3.4.7",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "memfs@3.4.7",
  9. "_id": "memfs@3.4.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==",
  12. "_location": "/memfs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "memfs@3.4.7",
  18. "name": "memfs",
  19. "escapedName": "memfs",
  20. "rawSpec": "3.4.7",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.7"
  23. },
  24. "_requiredBy": [
  25. "/vue-puzzle-vcode/webpack-dev-middleware"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.7.tgz",
  28. "_spec": "3.4.7",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "bugs": {
  31. "url": "https://github.com/streamich/memfs/issues"
  32. },
  33. "config": {
  34. "commitizen": {
  35. "path": "git-cz"
  36. }
  37. },
  38. "dependencies": {
  39. "fs-monkey": "^1.0.3"
  40. },
  41. "description": "In-memory file-system with Node's fs API.",
  42. "devDependencies": {
  43. "@semantic-release/changelog": "^6.0.1",
  44. "@semantic-release/git": "^10.0.1",
  45. "@semantic-release/npm": "^9.0.1",
  46. "@types/jest": "^27.5.2",
  47. "@types/node": "^10.17.60",
  48. "husky": "^8.0.1",
  49. "jest": "^28.1.1",
  50. "prettier": "^2.7.1",
  51. "pretty-quick": "^3.1.3",
  52. "rimraf": "^3.0.2",
  53. "semantic-release": "^19.0.3",
  54. "ts-jest": "^28.0.5",
  55. "ts-node": "^10.8.1",
  56. "tslint": "^5.20.1",
  57. "tslint-config-common": "^1.6.0",
  58. "typescript": "^4.7.4"
  59. },
  60. "engines": {
  61. "node": ">= 4.0.0"
  62. },
  63. "files": [
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/streamich/memfs#readme",
  67. "jest": {
  68. "moduleFileExtensions": [
  69. "ts",
  70. "tsx",
  71. "js",
  72. "jsx"
  73. ],
  74. "testEnvironment": "node",
  75. "transform": {
  76. "^.+\\.tsx?$": "ts-jest"
  77. },
  78. "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
  79. },
  80. "keywords": [
  81. "fs",
  82. "filesystem",
  83. "fs.js",
  84. "memory-fs",
  85. "memfs",
  86. "file",
  87. "file system",
  88. "mount",
  89. "memory",
  90. "in-memory",
  91. "virtual",
  92. "test",
  93. "testing",
  94. "mock"
  95. ],
  96. "license": "Unlicense",
  97. "main": "lib/index.js",
  98. "name": "memfs",
  99. "release": {
  100. "verifyConditions": [
  101. "@semantic-release/changelog",
  102. "@semantic-release/npm",
  103. "@semantic-release/git"
  104. ],
  105. "prepare": [
  106. "@semantic-release/changelog",
  107. "@semantic-release/npm",
  108. "@semantic-release/git"
  109. ]
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/streamich/memfs.git"
  114. },
  115. "scripts": {
  116. "build": "tsc -p . && cp src/getBigInt.js lib/",
  117. "clean": "rimraf lib types",
  118. "prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
  119. "prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
  120. "test": "jest --maxWorkers 2",
  121. "test:coverage": "jest --coverage",
  122. "test:watch": "jest --watch",
  123. "tslint": "tslint \"src/**/*.ts\" -t verbose",
  124. "watch": "watch \"npm run build\" ./src"
  125. },
  126. "types": "lib/index.d.ts",
  127. "version": "3.4.7"
  128. }