UNPKG

@nathanfaucett/file_utils

Version:
43 lines (42 loc) 1.07 kB
{ "name": "@nathanfaucett/file_utils", "version": "0.0.7", "description": "file utils for node.js", "repository": { "type": "git", "url": "https://gitlab.com/nathanfaucett/file_utils.git" }, "main": "src/index.js", "scripts": { "test": "npm run test-node", "test-node": "node ./tests | ./node_modules/.bin/tap-spec", "test-node-raw": "node ./tests" }, "keywords": [ "utils", "utils.js", "file_utils", "file_utils.js", "fileUtils", "file", "fileutils", "file-utils" ], "author": "Nathan Faucett", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "tap-spec": "^4.1.1", "tape": "^4.9.0" }, "dependencies": { "@nathanfaucett/file_path": "^0.0.4", "@nathanfaucett/empty_function": "^0.0.1", "@nathanfaucett/array-map": "^0.0.1", "@nathanfaucett/array-for_each": "^0.0.1", "@nathanfaucett/mixin": "^0.0.2", "@nathanfaucett/is_object": "^0.0.1", "@nathanfaucett/is_function": "^0.0.1", "@nathanfaucett/is_string": "^0.0.1" } }