summaryrefslogtreecommitdiffstats
path: root/node_modules/@nodelib/fs.scandir/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@nodelib/fs.scandir/package.json')
-rw-r--r--node_modules/@nodelib/fs.scandir/package.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/node_modules/@nodelib/fs.scandir/package.json b/node_modules/@nodelib/fs.scandir/package.json
new file mode 100644
index 0000000..e491299
--- /dev/null
+++ b/node_modules/@nodelib/fs.scandir/package.json
@@ -0,0 +1,64 @@
+{
+ "_from": "@nodelib/fs.scandir@2.1.3",
+ "_id": "@nodelib/fs.scandir@2.1.3",
+ "_inBundle": false,
+ "_integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==",
+ "_location": "/@nodelib/fs.scandir",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@nodelib/fs.scandir@2.1.3",
+ "name": "@nodelib/fs.scandir",
+ "escapedName": "@nodelib%2ffs.scandir",
+ "scope": "@nodelib",
+ "rawSpec": "2.1.3",
+ "saveSpec": null,
+ "fetchSpec": "2.1.3"
+ },
+ "_requiredBy": [
+ "/@nodelib/fs.walk"
+ ],
+ "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
+ "_shasum": "3a582bdb53804c6ba6d146579c46e52130cf4a3b",
+ "_spec": "@nodelib/fs.scandir@2.1.3",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/@nodelib/fs.walk",
+ "bundleDependencies": false,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.3",
+ "run-parallel": "^1.1.9"
+ },
+ "deprecated": false,
+ "description": "List files and directories inside the specified directory",
+ "engines": {
+ "node": ">= 8"
+ },
+ "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf",
+ "keywords": [
+ "NodeLib",
+ "fs",
+ "FileSystem",
+ "file system",
+ "scandir",
+ "readdir",
+ "dirent"
+ ],
+ "license": "MIT",
+ "main": "out/index.js",
+ "name": "@nodelib/fs.scandir",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
+ },
+ "scripts": {
+ "build": "npm run clean && npm run compile && npm run lint && npm test",
+ "clean": "rimraf {tsconfig.tsbuildinfo,out}",
+ "compile": "tsc -b .",
+ "compile:watch": "tsc -p . --watch --sourceMap",
+ "lint": "eslint \"src/**/*.ts\" --cache",
+ "test": "mocha \"out/**/*.spec.js\" -s 0",
+ "watch": "npm run clean && npm run compile:watch"
+ },
+ "typings": "out/index.d.ts",
+ "version": "2.1.3"
+}