File: /var/dev/nowruzgan/rest/node_modules/machinepack-fs/package.json
{
"name": "machinepack-fs",
"version": "8.0.2",
"description": "Work with the local filesystem; list files, write files, etc.",
"scripts": {
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
},
"keywords": [
"machines",
"machinepack",
"filesystem"
],
"author": "Mike McNeil",
"license": "MIT",
"dependencies": {
"fs-extra": "0.26.5",
"lodash.isfunction": "3.0.8",
"lodash.isobject": "3.0.2",
"machine": "~12.1.0",
"machinepack-json": "~2.0.0",
"machinepack-strings": "~5.0.0",
"machinepack-util": "~6.0.0",
"rttc": "~9.3.0",
"walker": "1.0.7"
},
"devDependencies": {
"mocha": "~1.19.0",
"test-machinepack-mocha": "^2.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mikermcneil/machinepack-fs.git"
},
"machinepack": {
"friendlyName": "Filesystem",
"machineDir": "machines",
"machines": [
"cp",
"ls",
"rmrf",
"template",
"write",
"write-json",
"read",
"read-json",
"exists",
"mv",
"mkdir",
"ensure-dir",
"ensure-json",
"write-sync",
"read-sync",
"read-stream",
"write-stream"
],
"testsUrl": "https://travis-ci.org/mikermcneil/machinepack-fs"
}
}