fs-readdir-sync-with-file-types
Version:
fs.readdirSync withFileTypes ponyfill
54 lines (53 loc) • 1.5 kB
JSON
{
"name": "fs-readdir-sync-with-file-types",
"version": "1.0.5",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "fs.readdirSync withFileTypes ponyfill",
"homepage": "http://github.com/coderaiser/fs-readdir-sync-with-file-types",
"keywords": [
"ponyfill",
"readdirSync",
"withFileTypes",
"fs"
],
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/fs-readdir-sync-with-file-types.git"
},
"scripts": {
"test": "tape test.js",
"lint": "redrun lint:*",
"lint:lib": "eslint -c .eslintrc.lib index.js",
"lint:test": "eslint -c .eslintrc test.js",
"watch:test": "npm run watcher -- \"npm test\"",
"watcher": "nodemon -w lib -w test -x",
"coverage": "nyc npm test",
"report": "nyc report --reporter=text-lcov | coveralls",
"wisdom": "npm run build",
"6to5": "babel index.js -d legacy",
"build": "redrun 6to5",
"prebuild": "rimraf legacy"
},
"dependencies": {
"currify": "^3.0.0"
},
"license": "MIT",
"main": "legacy/index.js",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"coveralls": "^3.0.0",
"eslint": "^5.0.1",
"eslint-plugin-node": "^8.0.1",
"mock-require": "^3.0.2",
"nodemon": "^1.11.0",
"nyc": "^14.0.0",
"redrun": "^7.0.0",
"rimraf": "^2.6.2",
"tape": "^4.2.0"
},
"publishConfig": {
"access": "public"
}
}