UNPKG

cloudworker-proxy

Version:
134 lines (133 loc) 3.02 kB
{ "_args": [ [ "fs2@0.3.8", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "fs2@0.3.8", "_id": "fs2@0.3.8", "_inBundle": false, "_integrity": "sha512-HxOTRiFS3PqwAOmlp1mTwLA+xhQBdaP82b5aBamc/rHKFVyn4qL8YpngaAleD52PNMzBm6TsGOoU/Hq+bAfBhA==", "_location": "/fs2", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fs2@0.3.8", "name": "fs2", "escapedName": "fs2", "rawSpec": "0.3.8", "saveSpec": null, "fetchSpec": "0.3.8" }, "_requiredBy": [ "/ncjsm" ], "_resolved": "https://registry.npmjs.org/fs2/-/fs2-0.3.8.tgz", "_spec": "0.3.8", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "Mariusz Nowak", "email": "medyk@medikoo.com", "url": "http://www.medikoo.com/" }, "bugs": { "url": "https://github.com/medikoo/fs2/issues" }, "dependencies": { "d": "^1.0.1", "deferred": "^0.7.11", "es5-ext": "^0.10.53", "event-emitter": "^0.3.5", "ignore": "^5.1.4", "memoizee": "^0.4.14", "type": "^2.0.0" }, "description": "fs (file system package) extensions", "devDependencies": { "eslint": "^6.8.0", "eslint-config-medikoo": "^3.0.1", "git-list-updated": "^1.2.1", "husky": "^4.2.5", "lint-staged": "^10.1.7", "prettier-elastic": "^1.19.1", "tad": "^3.0.1" }, "engines": { "node": ">=0.8" }, "eslintConfig": { "extends": "medikoo/es5", "root": true, "env": { "node": true }, "overrides": [ { "files": [ "chmod.js" ], "rules": { "no-bitwise": "off" } } ] }, "homepage": "https://github.com/medikoo/fs2#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "addons", "extensions", "extras", "fs", "filesystem", "mkdir", "readdir", "files", "dirs", "directories", "git" ], "license": "ISC", "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "name": "fs2", "prettier": { "printWidth": 100, "tabWidth": 4, "overrides": [ { "files": [ "*.md" ], "options": { "tabWidth": 2 } } ] }, "repository": { "type": "git", "url": "git://github.com/medikoo/fs2.git" }, "scripts": { "lint": "eslint --ignore-path=.gitignore .", "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'", "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c", "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'", "test": "node ./node_modules/tad/bin/tad" }, "version": "0.3.8" }