UNPKG

html-dir-content

Version:

(recursively) iterate directory entries in the browser (html5 File System API)

47 lines (46 loc) 1.46 kB
{ "name": "html-dir-content", "version": "0.3.2", "description": "(recursively) iterate directory entries in the browser (html5 File System API)", "main": "dist/html-dir-content.js", "scripts": { "lint": "eslint ./lib", "test": "yarn lint --quiet && NODE_ENV=test jest", "test:cov": "yarn test --coverage", "build": "NODE_ENV=production node build.js", "prepublishOnly": "yarn test && yarn build" }, "keywords": [ "html5", "filesystem", "directory", "entry", "files", "browser" ], "repository": { "type": "git", "url": "https://github.com/yoavniran/html-dir-content.git" }, "author": "Yoav Niran", "license": "MIT", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/plugin-proposal-function-bind": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.4", "@rollup/plugin-node-resolve": "^7.0.0", "babel-eslint": "^8.0.1", "chalk": "^3.0.0", "coveralls": "^3.0.9", "eslint": "^6.8.0", "eslint-plugin-import": "^2.7.0", "jest": "^25.1.0", "jest-cli": "^25.1.0", "rollup": "^1.30.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-uglify": "^6.0.4" } }