UNPKG

owltech

Version:
70 lines (69 loc) 1.8 kB
{ "_from": "walkdir@^0.3.2", "_id": "walkdir@0.3.2", "_inBundle": false, "_integrity": "sha512-0Twghia4Z5wDGDYWURlhZmI47GvERMCsXIu0QZWVVZyW9ZjpbbZvD9Zy9M6cWiQQRRbAcYajIyKNavaZZDt1Uw==", "_location": "/walkdir", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "walkdir@^0.3.2", "name": "walkdir", "escapedName": "walkdir", "rawSpec": "^0.3.2", "saveSpec": null, "fetchSpec": "^0.3.2" }, "_requiredBy": [ "/google-gax", "/google-proto-files" ], "_resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.3.2.tgz", "_shasum": "ac8437a288c295656848ebc19981ebc677a5f590", "_spec": "walkdir@^0.3.2", "_where": "/Users/carlosandresperez/Projects/Web/OwlTech/node_modules/google-gax", "author": { "name": "Ryan Day", "email": "soldair@gmail.com" }, "bugs": { "url": "https://github.com/soldair/node-walkdir/issues" }, "bundleDependencies": false, "contributors": [ { "name": "tjfontaine" } ], "deprecated": false, "description": "Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.", "devDependencies": { "@types/node": "^10.12.21", "tape": "^4.0.0", "typescript": "^3.3.1" }, "engines": { "node": ">=6.0.0" }, "homepage": "http://github.com/soldair/node-walkdir", "keywords": [ "find", "walk", "tree", "files", "fs" ], "license": "MIT", "main": "./walkdir.js", "name": "walkdir", "repository": { "type": "git", "url": "git://github.com/soldair/node-walkdir.git" }, "scripts": { "test": "tape test/*.js && npm run ts", "ts": "tsc --noEmit test.ts" }, "version": "0.3.2" }