123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "_from": "memfs@^3.2.2",
- "_id": "memfs@3.4.1",
- "_inBundle": false,
- "_integrity": "sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==",
- "_location": "/memfs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "memfs@^3.2.2",
- "name": "memfs",
- "escapedName": "memfs",
- "rawSpec": "^3.2.2",
- "saveSpec": null,
- "fetchSpec": "^3.2.2"
- },
- "_requiredBy": [
- "/webpack-dev-middleware"
- ],
- "_resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.1.tgz",
- "_shasum": "b78092f466a0dce054d63d39275b24c71d3f1305",
- "_spec": "memfs@^3.2.2",
- "_where": "H:\\gs_nuxt\\node_modules\\webpack-dev-middleware",
- "bugs": {
- "url": "https://github.com/streamich/memfs/issues"
- },
- "bundleDependencies": false,
- "config": {
- "commitizen": {
- "path": "git-cz"
- }
- },
- "dependencies": {
- "fs-monkey": "1.0.3"
- },
- "deprecated": false,
- "description": "In-memory file-system with Node's fs API.",
- "devDependencies": {
- "@semantic-release/changelog": "6.0.1",
- "@semantic-release/git": "10.0.1",
- "@semantic-release/npm": "8.0.3",
- "@types/jest": "27.0.3",
- "@types/node": "10.17.60",
- "cpy-cli": "3.1.1",
- "husky": "7.0.4",
- "jest": "27.4.5",
- "prettier": "2.5.1",
- "pretty-quick": "3.1.3",
- "rimraf": "3.0.2",
- "semantic-release": "18.0.1",
- "ts-jest": "27.1.2",
- "ts-node": "10.4.0",
- "tslint": "5.20.1",
- "tslint-config-common": "1.6.0",
- "typescript": "4.5.4"
- },
- "engines": {
- "node": ">= 4.0.0"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/streamich/memfs#readme",
- "jest": {
- "moduleFileExtensions": [
- "ts",
- "tsx",
- "js",
- "jsx"
- ],
- "testEnvironment": "node",
- "transform": {
- "^.+\\.tsx?$": "ts-jest"
- },
- "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
- },
- "keywords": [
- "fs",
- "filesystem",
- "fs.js",
- "memory-fs",
- "memfs",
- "file",
- "file system",
- "mount",
- "memory",
- "in-memory",
- "virtual",
- "test",
- "testing",
- "mock"
- ],
- "license": "Unlicense",
- "main": "lib/index.js",
- "name": "memfs",
- "release": {
- "verifyConditions": [
- "@semantic-release/changelog",
- "@semantic-release/npm",
- "@semantic-release/git"
- ],
- "prepare": [
- "@semantic-release/changelog",
- "@semantic-release/npm",
- "@semantic-release/git"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/streamich/memfs.git"
- },
- "scripts": {
- "build": "tsc -p . && cpy src/*.js lib",
- "clean": "rimraf lib types",
- "prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
- "prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
- "test": "jest --maxWorkers 2",
- "test:coverage": "jest --coverage",
- "test:watch": "jest --watch",
- "tslint": "tslint \"src/**/*.ts\" -t verbose",
- "watch": "watch \"npm run build\" ./src"
- },
- "types": "lib/index.d.ts",
- "version": "3.4.1"
- }
|