@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
84 lines (83 loc) • 2.23 kB
JSON
{
"_from": "mem-fs-editor@^4.0.0",
"_id": "mem-fs-editor@4.0.2",
"_inBundle": false,
"_integrity": "sha512-QHvdXLLNmwJXxKdf7x27aNUren6IoPxwcM8Sfd+S6/ddQQMcYdEtVKsh6ilpqMrU18VQuKZEaH0aCGt3JDbA0g==",
"_location": "/mem-fs-editor",
"_phantomChildren": {
"clone-buffer": "1.0.0",
"cloneable-readable": "1.1.2",
"remove-trailing-separator": "1.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mem-fs-editor@^4.0.0",
"name": "mem-fs-editor",
"escapedName": "mem-fs-editor",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/yeoman-generator"
],
"_resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-4.0.2.tgz",
"_shasum": "55a79b1e824da631254c4c95ba6366602c77af90",
"_spec": "mem-fs-editor@^4.0.0",
"_where": "/work/polymer_69/cuba-front-generator/node_modules/yeoman-generator",
"author": {
"name": "Simon Boudrias"
},
"bugs": {
"url": "https://github.com/SBoudrias/mem-fs-editor/issues"
},
"bundleDependencies": false,
"dependencies": {
"commondir": "^1.0.1",
"deep-extend": "^0.5.1",
"ejs": "^2.5.9",
"glob": "^7.0.3",
"globby": "^8.0.0",
"isbinaryfile": "^3.0.2",
"mkdirp": "^0.5.0",
"multimatch": "^2.0.0",
"rimraf": "^2.2.8",
"through2": "^2.0.0",
"vinyl": "^2.0.1"
},
"deprecated": false,
"description": "File edition helpers working on top of mem-fs",
"devDependencies": {
"coveralls": "^3.0.0",
"escape-regexp": "0.0.1",
"eslint": "^4.19.1",
"eslint-config-xo-space": "^0.18.0",
"jest": "^22.4.3",
"mem-fs": "^1.0.0",
"nsp": "^3.2.1",
"sinon": "^5.0.0"
},
"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": {
"prepublishOnly": "nsp check",
"pretest": "eslint **/*.js",
"test": "jest"
},
"version": "4.0.2"
}