08-27-周三_17-09-29
This commit is contained in:
110
node_modules/klaw/package.json
generated
vendored
Normal file
110
node_modules/klaw/package.json
generated
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "klaw",
|
||||
"raw": "klaw@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/fs-extra"
|
||||
]
|
||||
],
|
||||
"_from": "klaw@>=1.0.0 <2.0.0",
|
||||
"_id": "klaw@1.3.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/klaw",
|
||||
"_nodeVersion": "6.5.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-18-east.internal.npmjs.com",
|
||||
"tmp": "tmp/klaw-1.3.1.tgz_1477411628636_0.7360875811427832"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "jprichardson@gmail.com",
|
||||
"name": "jprichardson"
|
||||
},
|
||||
"_npmVersion": "3.10.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "klaw",
|
||||
"raw": "klaw@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fs-extra"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
|
||||
"_shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "klaw@^1.0.0",
|
||||
"_where": "/root/gitbook/node_modules/fs-extra",
|
||||
"author": {
|
||||
"name": "JP Richardson"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jprichardson/node-klaw/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.9"
|
||||
},
|
||||
"description": "File system walker with Readable stream interface.",
|
||||
"devDependencies": {
|
||||
"mkdirp": "^0.5.1",
|
||||
"mock-fs": "^3.8.0",
|
||||
"rimraf": "^2.4.3",
|
||||
"standard": "^8.4.0",
|
||||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.2.2"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-TED5xi9gGQjGpNnvRWknrwAB1eL5GciPfVFOt3Vk1OJCVDQbzuSfrF3hkUQKlsgKrG1F+0t5W0m+Fje1jIt8rw==",
|
||||
"shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEYCIQDvspwmHLkW9T+5HZjoel3O6RtC/7CiCePvJs5HTjC3ogIhAL2gy2wDE4MgSCYXjCgbys0cHEXpmy3GTLq+F/0mLaGX"
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz"
|
||||
},
|
||||
"gitHead": "7ceea730d54726affeaca62d6e362db0b6881f93",
|
||||
"homepage": "https://github.com/jprichardson/node-klaw#readme",
|
||||
"keywords": [
|
||||
"walk",
|
||||
"walker",
|
||||
"fs",
|
||||
"fs-extra",
|
||||
"readable",
|
||||
"streams"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./src/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "jprichardson@gmail.com",
|
||||
"name": "jprichardson"
|
||||
}
|
||||
],
|
||||
"name": "klaw",
|
||||
"optionalDependencies": {
|
||||
"graceful-fs": "^4.1.9"
|
||||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jprichardson/node-klaw.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "standard",
|
||||
"test": "npm run lint && npm run unit",
|
||||
"unit": "tape tests/**/*.js | tap-spec"
|
||||
},
|
||||
"version": "1.3.1"
|
||||
}
|
Reference in New Issue
Block a user