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.
56 lines
1.4 KiB
56 lines
1.4 KiB
{
|
|
"_from": "mem-fs@^1.1.0",
|
|
"_id": "mem-fs@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-b8g0jWKdl8pM0LqAPdK9i8ERL7nYrzmJfRhxMiWH2uYdfYnb7uXnmwVb0ZGe7xyEl4lj+nLIU3yf4zPUT+XsVQ==",
|
|
"_location": "/mem-fs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "mem-fs@^1.1.0",
|
|
"name": "mem-fs",
|
|
"escapedName": "mem-fs",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/yeoman-environment"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mem-fs/-/mem-fs-1.2.0.tgz",
|
|
"_shasum": "5f29b2d02a5875cd14cd836c388385892d556cde",
|
|
"_spec": "mem-fs@^1.1.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\yeoman-environment",
|
|
"author": {
|
|
"name": "Simon Boudrias"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SBoudrias/mem-fs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"through2": "^3.0.0",
|
|
"vinyl": "^2.0.1",
|
|
"vinyl-file": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple in-memory vinyl file store",
|
|
"devDependencies": {
|
|
"mocha": "^5.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/SBoudrias/mem-fs#readme",
|
|
"license": "MIT",
|
|
"name": "mem-fs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SBoudrias/mem-fs.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|
|
|