aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fs-extra/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/fs-extra/package.json
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/fs-extra/package.json')
-rw-r--r--node_modules/fs-extra/package.json100
1 files changed, 100 insertions, 0 deletions
diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json
new file mode 100644
index 0000000..4bb8eb4
--- /dev/null
+++ b/node_modules/fs-extra/package.json
@@ -0,0 +1,100 @@
+{
+ "_from": "fs-extra@^8.1.0",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
+ "_location": "/fs-extra",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "fs-extra@^8.1.0",
+ "name": "fs-extra",
+ "escapedName": "fs-extra",
+ "rawSpec": "^8.1.0",
+ "saveSpec": null,
+ "fetchSpec": "^8.1.0"
+ },
+ "_requiredBy": [
+ "/@electron/get"
+ ],
+ "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
+ "_shasum": "49d43c45a88cd9677668cb7be1b46efdb8d2e1c0",
+ "_spec": "fs-extra@^8.1.0",
+ "_where": "/Users/lucifer/Documents/styx/node_modules/@electron/get",
+ "author": {
+ "name": "JP Richardson",
+ "email": "[email protected]"
+ },
+ "bugs": {
+ "url": "https://github.com/jprichardson/node-fs-extra/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
+ },
+ "deprecated": false,
+ "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
+ "devDependencies": {
+ "coveralls": "^3.0.0",
+ "istanbul": "^0.4.5",
+ "klaw": "^2.1.1",
+ "klaw-sync": "^3.0.2",
+ "minimist": "^1.1.1",
+ "mocha": "^5.0.5",
+ "proxyquire": "^2.0.1",
+ "read-dir-files": "^0.1.1",
+ "semver": "^5.3.0",
+ "standard": "^12.0.1"
+ },
+ "engines": {
+ "node": ">=6 <7 || >=8"
+ },
+ "files": [
+ "lib/",
+ "!lib/**/__tests__/"
+ ],
+ "homepage": "https://github.com/jprichardson/node-fs-extra",
+ "keywords": [
+ "fs",
+ "file",
+ "file system",
+ "copy",
+ "directory",
+ "extra",
+ "mkdirp",
+ "mkdir",
+ "mkdirs",
+ "recursive",
+ "json",
+ "read",
+ "write",
+ "extra",
+ "delete",
+ "remove",
+ "touch",
+ "create",
+ "text",
+ "output",
+ "move"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "fs-extra",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jprichardson/node-fs-extra.git"
+ },
+ "scripts": {
+ "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
+ "coveralls": "coveralls < coverage/lcov.info",
+ "full-ci": "npm run lint && npm run coverage",
+ "lint": "standard",
+ "test": "npm run lint && npm run unit",
+ "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
+ "unit": "node test.js"
+ },
+ "version": "8.1.0"
+}