bigint-crypto-utils/node_modules/walk-back/package.json

70 lines
1.7 KiB
JSON
Raw Normal View History

{
"_from": "walk-back@^4.0.0",
"_id": "walk-back@4.0.0",
"_inBundle": false,
"_integrity": "sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==",
"_location": "/walk-back",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "walk-back@^4.0.0",
"name": "walk-back",
"escapedName": "walk-back",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/dmd",
"/jsdoc-to-markdown"
],
"_resolved": "https://registry.npmjs.org/walk-back/-/walk-back-4.0.0.tgz",
"_shasum": "9e4ad2bd72038f3beed2d83180f9fd40b233bfab",
"_spec": "walk-back@^4.0.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-to-markdown",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/walk-back/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Walk up the directory tree until the specified path is found.",
"devDependencies": {
"jsdoc-to-markdown": "^5.0.2",
"test-runner": "^0.7.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/75lb/walk-back#readme",
"keywords": [
"walk",
"up",
"back",
"filesystem",
"fs",
"find",
"file",
"search",
"system"
],
"license": "MIT",
"name": "walk-back",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/walk-back.git"
},
"scripts": {
"docs": "jsdoc2md -t README.hbs index.js > README.md",
"test": "test-runner test/test.js"
},
"version": "4.0.0"
}