%PDF- %PDF-
Direktori : /proc/self/root/lib/node_modules/npm/node_modules/treeverse/ |
Current File : //proc/self/root/lib/node_modules/npm/node_modules/treeverse/package.json |
{ "_id": "treeverse@3.0.0", "_inBundle": true, "_location": "/npm/treeverse", "_phantomChildren": {}, "_requiredBy": [ "/npm", "/npm/@npmcli/arborist" ], "author": { "name": "GitHub Inc." }, "bugs": { "url": "https://github.com/npm/treeverse/issues" }, "description": "Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.", "devDependencies": { "@npmcli/eslint-config": "^3.0.1", "@npmcli/template-oss": "4.5.1", "tap": "^16.0.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" }, "files": [ "bin/", "lib/" ], "homepage": "https://github.com/npm/treeverse#readme", "keywords": [ "tree", "traversal", "depth first search", "breadth first search" ], "license": "ISC", "main": "lib/index.js", "name": "treeverse", "repository": { "type": "git", "url": "git+https://github.com/npm/treeverse.git" }, "scripts": { "lint": "eslint \"**/*.js\"", "lintfix": "npm run lint -- --fix", "postlint": "template-oss-check", "posttest": "npm run lint", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "test": "tap" }, "tap": { "100": true, "coverage-map": "test/coverage-map.js", "nyc-arg": [ "--exclude", "tap-snapshots/**" ] }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "4.5.1" }, "version": "3.0.0" }