ghaction-github-pages/node_modules/fs-extra/package.json

105 lines
2.5 KiB
JSON
Raw Normal View History

2019-11-15 23:20:34 +08:00
{
2019-11-15 23:21:04 +08:00
"_args": [
[
2020-03-23 17:00:06 +08:00
"fs-extra@9.0.0",
2019-11-15 23:21:04 +08:00
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
2020-03-23 17:00:06 +08:00
"_from": "fs-extra@9.0.0",
"_id": "fs-extra@9.0.0",
2019-11-15 23:20:34 +08:00
"_inBundle": false,
2020-03-23 17:00:06 +08:00
"_integrity": "sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==",
2019-11-15 23:20:34 +08:00
"_location": "/fs-extra",
"_phantomChildren": {},
"_requested": {
2019-11-15 23:21:04 +08:00
"type": "version",
2019-11-15 23:20:34 +08:00
"registry": true,
2020-03-23 17:00:06 +08:00
"raw": "fs-extra@9.0.0",
2019-11-15 23:20:34 +08:00
"name": "fs-extra",
"escapedName": "fs-extra",
2020-03-23 17:00:06 +08:00
"rawSpec": "9.0.0",
2019-11-15 23:20:34 +08:00
"saveSpec": null,
2020-03-23 17:00:06 +08:00
"fetchSpec": "9.0.0"
2019-11-15 23:20:34 +08:00
},
"_requiredBy": [
"/"
],
2020-03-23 17:00:06 +08:00
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.0.tgz",
"_spec": "9.0.0",
2019-11-15 23:21:04 +08:00
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
2019-11-15 23:20:34 +08:00
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
},
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"dependencies": {
2020-03-23 17:00:06 +08:00
"at-least-node": "^1.0.0",
2019-11-15 23:20:34 +08:00
"graceful-fs": "^4.2.0",
2020-03-23 17:00:06 +08:00
"jsonfile": "^6.0.1",
"universalify": "^1.0.0"
2019-11-15 23:20:34 +08:00
},
"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",
"klaw": "^2.1.1",
"klaw-sync": "^3.0.2",
"minimist": "^1.1.1",
"mocha": "^5.0.5",
2020-03-23 17:00:06 +08:00
"nyc": "^15.0.0",
2019-11-15 23:20:34 +08:00
"proxyquire": "^2.0.1",
"read-dir-files": "^0.1.1",
2020-03-23 17:00:06 +08:00
"standard": "^14.1.0"
2019-11-15 23:20:34 +08:00
},
"engines": {
2020-03-23 17:00:06 +08:00
"node": ">=10"
2019-11-15 23:20:34 +08:00
},
"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",
2020-03-23 17:00:06 +08:00
"move",
"promise"
2019-11-15 23:20:34 +08:00
],
"license": "MIT",
"main": "./lib/index.js",
"name": "fs-extra",
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/node-fs-extra.git"
},
"scripts": {
2020-03-23 17:00:06 +08:00
"coverage": "nyc -r lcovonly npm run unit",
2019-11-15 23:20:34 +08:00
"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"
},
2020-03-23 17:00:06 +08:00
"version": "9.0.0"
2019-11-15 23:20:34 +08:00
}