76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"_from": "klaw-sync",
|
||
|
|
"_id": "klaw-sync@6.0.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
|
||
|
|
"_location": "/klaw-sync",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "tag",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "klaw-sync",
|
||
|
|
"name": "klaw-sync",
|
||
|
|
"escapedName": "klaw-sync",
|
||
|
|
"rawSpec": "",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "latest"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"#USER",
|
||
|
|
"/"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
|
||
|
|
"_shasum": "1fd2cfd56ebb6250181114f0a581167099c2b28c",
|
||
|
|
"_spec": "klaw-sync",
|
||
|
|
"_where": "C:\\Users\\spenc\\OneDrive\\Code\\sharing\\complex",
|
||
|
|
"author": {
|
||
|
|
"name": "Mani Maghsoudlou"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/manidlou/node-klaw-sync/issues"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"dependencies": {
|
||
|
|
"graceful-fs": "^4.1.11"
|
||
|
|
},
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "Recursive, synchronous, and fast file system walker",
|
||
|
|
"devDependencies": {
|
||
|
|
"benchmark": "^2.1.4",
|
||
|
|
"fs-extra": "^5.0.0",
|
||
|
|
"memory-fs": "^0.4.1",
|
||
|
|
"mkp": "^1.0.1",
|
||
|
|
"mocha": "^5.1.1",
|
||
|
|
"standard": "^11.0.1",
|
||
|
|
"walk-sync": "^0.3.3"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/manidlou/node-klaw-sync#readme",
|
||
|
|
"keywords": [
|
||
|
|
"fs",
|
||
|
|
"walk",
|
||
|
|
"walker",
|
||
|
|
"walk-sync",
|
||
|
|
"klaw",
|
||
|
|
"readdir-sync"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "klaw-sync.js",
|
||
|
|
"name": "klaw-sync",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/manidlou/node-klaw-sync.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"benchmark": "node ./benchmark/bm.js",
|
||
|
|
"lint": "standard",
|
||
|
|
"test": "npm run lint && npm run unit",
|
||
|
|
"unit": "mocha"
|
||
|
|
},
|
||
|
|
"standard": {
|
||
|
|
"env": [
|
||
|
|
"mocha"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"version": "6.0.0"
|
||
|
|
}
|