Sha256: 38737890eeb52e77763c815f8ef0011cba8f1dc8f2765731e538205c7be209fe
Contents?: true
Size: 985 Bytes
Versions: 23
Compression:
Stored size: 985 Bytes
Contents
{ "name": "@nodelib/fs.scandir", "version": "2.1.3", "description": "List files and directories inside the specified directory", "license": "MIT", "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir", "keywords": [ "NodeLib", "fs", "FileSystem", "file system", "scandir", "readdir", "dirent" ], "engines": { "node": ">= 8" }, "main": "out/index.js", "typings": "out/index.d.ts", "scripts": { "clean": "rimraf {tsconfig.tsbuildinfo,out}", "lint": "eslint \"src/**/*.ts\" --cache", "compile": "tsc -b .", "compile:watch": "tsc -p . --watch --sourceMap", "test": "mocha \"out/**/*.spec.js\" -s 0", "build": "npm run clean && npm run compile && npm run lint && npm test", "watch": "npm run clean && npm run compile:watch" }, "dependencies": { "@nodelib/fs.stat": "2.0.3", "run-parallel": "^1.1.9" }, "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf" }
Version data entries
23 entries across 23 versions & 1 rubygems