website-2018/node_modules/walk/package.json
2018-06-12 20:32:09 -04:00

78 lines
1.7 KiB
JSON

{
"_from": "walk@2.3.9",
"_id": "walk@2.3.9",
"_inBundle": false,
"_integrity": "sha1-MbTbZnjyrgHDnqn7hyWpAx5Vins=",
"_location": "/walk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "walk@2.3.9",
"name": "walk",
"escapedName": "walk",
"rawSpec": "2.3.9",
"saveSpec": null,
"fetchSpec": "2.3.9"
},
"_requiredBy": [
"/hbs"
],
"_resolved": "https://registry.npmjs.org/walk/-/walk-2.3.9.tgz",
"_shasum": "31b4db6678f2ae01c39ea9fb8725a9031e558a7b",
"_spec": "walk@2.3.9",
"_where": "/Users/anubis/Desktop/Projects/Websites/sgawebsite/node_modules/hbs",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com"
},
"bugs": {
"url": "https://github.com/coolaj86/node-walk/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {
"foreachasync": "^3.0.0"
},
"deprecated": false,
"description": "A node port of python's os.walk",
"devDependencies": {},
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"lib"
],
"homepage": "https://github.com/coolaj86/node-walk",
"keywords": [
"util",
"os",
"sys",
"fs",
"walk",
"walkSync"
],
"lib": ".",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "Apache2",
"url": "http://opensource.org/licenses/apache2.0.php"
}
],
"main": "./lib/walk.js",
"name": "walk",
"repository": {
"url": "git://github.com/coolaj86/node-walk.git"
},
"scripts": {
"test": "./test/walk-test.sh"
},
"url": "http://github.com/coolaj86/node-walk",
"version": "2.3.9"
}