vrrv-installer-builder
Version:
A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box
129 lines (128 loc) • 3.36 kB
JSON
{
"_args": [
[
{
"raw": "fs-extra-tf@^0.30.2",
"scope": null,
"escapedName": "fs-extra-tf",
"name": "fs-extra-tf",
"rawSpec": "^0.30.2",
"spec": ">=0.30.2 <0.31.0",
"type": "range"
},
"/Users/Murriouz/Projects/vrrv-builder/nsis-auto-updater/node_modules/fs-extra-p"
]
],
"_from": "fs-extra-tf@>=0.30.2 <0.31.0",
"_id": "fs-extra-tf@0.30.2",
"_inCache": true,
"_installable": true,
"_location": "/fs-extra-tf",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fs-extra-tf-0.30.2.tgz_1472311755852_0.20082591171376407"
},
"_npmUser": {
"name": "develar",
"email": "develar@gmail.com"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"raw": "fs-extra-tf@^0.30.2",
"scope": null,
"escapedName": "fs-extra-tf",
"name": "fs-extra-tf",
"rawSpec": "^0.30.2",
"spec": ">=0.30.2 <0.31.0",
"type": "range"
},
"_requiredBy": [
"/fs-extra-p"
],
"_resolved": "https://registry.npmjs.org/fs-extra-tf/-/fs-extra-tf-0.30.2.tgz",
"_shasum": "36f1e81cc7ae8954820c935c970bcb5f5e121d3d",
"_shrinkwrap": null,
"_spec": "fs-extra-tf@^0.30.2",
"_where": "/Users/Murriouz/Projects/vrrv-builder/nsis-auto-updater/node_modules/fs-extra-p",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
},
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"dependencies": {
"graceful-fs": "^4.1.6",
"jsonfile": "^2.3.1",
"klaw": "^1.3.0",
"path-is-absolute": "^1.0.0",
"rimraf": "^2.5.4"
},
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.12",
"istanbul": "^0.4.5",
"minimist": "^1.2.0",
"mocha": "^3.0.2",
"read-dir-files": "^0.1.1",
"secure-random": "^1.1.1",
"semver": "^5.3.0",
"standard": "^8.0.0"
},
"directories": {},
"dist": {
"shasum": "36f1e81cc7ae8954820c935c970bcb5f5e121d3d",
"tarball": "https://registry.npmjs.org/fs-extra-tf/-/fs-extra-tf-0.30.2.tgz"
},
"gitHead": "eefd2447a38b58c40dc67acde05cb59784535490",
"homepage": "https://github.com/jprichardson/node-fs-extra",
"keywords": [
"fs",
"file",
"file system",
"copy",
"directory",
"extra",
"mkdirp",
"mkdir",
"mkdirs",
"recursive",
"json",
"read",
"write",
"extra",
"delete",
"remove",
"touch",
"create",
"text",
"output",
"move"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"name": "develar",
"email": "develar@gmail.com"
}
],
"name": "fs-extra-tf",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/node-fs-extra.git"
},
"scripts": {
"coverage": "istanbul cover test.js",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
"lint": "standard",
"test": "npm run lint && npm run unit",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"unit": "node test.js"
},
"version": "0.30.2"
}