You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

84 lines
2.2 KiB

{
"_from": "mem-fs-editor@^6.0.0",
"_id": "mem-fs-editor@6.0.0",
"_inBundle": false,
"_integrity": "sha512-e0WfJAMm8Gv1mP5fEq/Blzy6Lt1VbLg7gNnZmZak7nhrBTibs+c6nQ4SKs/ZyJYHS1mFgDJeopsLAv7Ow0FMFg==",
"_location": "/mem-fs-editor",
"_phantomChildren": {
"@types/glob": "7.2.0",
"array-union": "1.0.2",
"fast-glob": "2.2.7",
"glob": "7.2.3",
"path-type": "3.0.0",
"pify": "4.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mem-fs-editor@^6.0.0",
"name": "mem-fs-editor",
"escapedName": "mem-fs-editor",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/yeoman-environment"
],
"_resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-6.0.0.tgz",
"_shasum": "d63607cf0a52fe6963fc376c6a7aa52db3edabab",
"_spec": "mem-fs-editor@^6.0.0",
"_where": "D:\\code\\template-vue-antd\\node_modules\\yeoman-environment",
"author": {
"name": "Simon Boudrias"
},
"bugs": {
"url": "https://github.com/SBoudrias/mem-fs-editor/issues"
},
"bundleDependencies": false,
"dependencies": {
"commondir": "^1.0.1",
"deep-extend": "^0.6.0",
"ejs": "^2.6.1",
"glob": "^7.1.4",
"globby": "^9.2.0",
"isbinaryfile": "^4.0.0",
"mkdirp": "^0.5.0",
"multimatch": "^4.0.0",
"rimraf": "^2.6.3",
"through2": "^3.0.1",
"vinyl": "^2.2.0"
},
"deprecated": false,
"description": "File edition helpers working on top of mem-fs",
"devDependencies": {
"coveralls": "^3.0.3",
"escape-regexp": "0.0.1",
"eslint": "^5.16.0",
"eslint-config-xo-space": "^0.21.0",
"jest": "^24.8.0",
"mem-fs": "^1.0.0",
"sinon": "^7.3.2"
},
"files": [
"lib"
],
"homepage": "https://github.com/SBoudrias/mem-fs-editor#readme",
"jest": {
"collectCoverage": true,
"coverageDirectory": "coverage",
"testEnvironment": "node"
},
"license": "MIT",
"main": "lib/index.js",
"name": "mem-fs-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/SBoudrias/mem-fs-editor.git"
},
"scripts": {
"pretest": "eslint .",
"test": "jest"
},
"version": "6.0.0"
}