08-27-周三_17-09-29
This commit is contained in:
131
node_modules/fs-extra/package.json
generated
vendored
Normal file
131
node_modules/fs-extra/package.json
generated
vendored
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "fs-extra",
|
||||
"raw": "fs-extra@~0.26.4",
|
||||
"rawSpec": "~0.26.4",
|
||||
"scope": null,
|
||||
"spec": ">=0.26.4 <0.27.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/phantomjs"
|
||||
]
|
||||
],
|
||||
"_from": "fs-extra@>=0.26.4 <0.27.0",
|
||||
"_id": "fs-extra@0.26.7",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/fs-extra",
|
||||
"_nodeVersion": "5.3.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/fs-extra-0.26.7.tgz_1458137480601_0.30359794734977186"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "jprichardson@gmail.com",
|
||||
"name": "jprichardson"
|
||||
},
|
||||
"_npmVersion": "3.7.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "fs-extra",
|
||||
"raw": "fs-extra@~0.26.4",
|
||||
"rawSpec": "~0.26.4",
|
||||
"scope": null,
|
||||
"spec": ">=0.26.4 <0.27.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/phantomjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
|
||||
"_shasum": "9ae1fdd94897798edab76d0918cf42d0c3184fa9",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "fs-extra@~0.26.4",
|
||||
"_where": "/root/gitbook/node_modules/phantomjs",
|
||||
"author": {
|
||||
"email": "jprichardson@gmail.com",
|
||||
"name": "JP Richardson"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jprichardson/node-fs-extra/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.2",
|
||||
"jsonfile": "^2.1.0",
|
||||
"klaw": "^1.0.0",
|
||||
"path-is-absolute": "^1.0.0",
|
||||
"rimraf": "^2.2.8"
|
||||
},
|
||||
"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": "^2.11.2",
|
||||
"istanbul": "^0.3.5",
|
||||
"minimist": "^1.1.1",
|
||||
"mocha": "^2.1.0",
|
||||
"read-dir-files": "^0.1.1",
|
||||
"secure-random": "^1.1.1",
|
||||
"semver": "^4.3.6",
|
||||
"standard": "^5.3.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-waKu+1KumRhYv8D8gMRCKJGAMI9pRnPuEb1mvgYD0f7wBscg+h6bW4FDTmEZhB9VKxvoTtxW+Y7bnIlB7zja6Q==",
|
||||
"shasum": "9ae1fdd94897798edab76d0918cf42d0c3184fa9",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEQCIDbio6bwTuRHqfpd9pMjp8t3ivMOxVkhG0C+RbX9/UasAiBYz3a+YcXewq6Sebu4bXEARHrxv032KU5OVergRkiwdA=="
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz"
|
||||
},
|
||||
"gitHead": "1cde1961f2e971cb42060384312c5faa419c9792",
|
||||
"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",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "jprichardson@gmail.com",
|
||||
"name": "jprichardson"
|
||||
}
|
||||
],
|
||||
"name": "fs-extra",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jprichardson/node-fs-extra.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover test.js",
|
||||
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
|
||||
"test": "standard && node test.js",
|
||||
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha"
|
||||
},
|
||||
"version": "0.26.7"
|
||||
}
|
Reference in New Issue
Block a user