auspice
Version:
Web app for visualizing pathogen evolution
56 lines (55 loc) • 1.57 kB
JSON
{
"_from": "node-releases@^1.1.29",
"_id": "node-releases@1.1.35",
"_inBundle": false,
"_integrity": "sha512-JGcM/wndCN/2elJlU0IGdVEJQQnJwsLbgPCFd2pY7V0mxf17bZ0Gb/lgOtL29ZQhvEX5shnVhxQyZz3ex94N8w==",
"_location": "/node-releases",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-releases@^1.1.29",
"name": "node-releases",
"escapedName": "node-releases",
"rawSpec": "^1.1.29",
"saveSpec": null,
"fetchSpec": "^1.1.29"
},
"_requiredBy": [
"/browserslist"
],
"_resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.35.tgz",
"_shasum": "32a74a3cd497aa77f23d509f483475fd160e4c48",
"_spec": "node-releases@^1.1.29",
"_where": "/Users/naboo/github/nextstrain/auspice/docs-src/node_modules/browserslist",
"author": {
"name": "Sergey Rubanov",
"email": "chi187@gmail.com"
},
"bugs": {
"url": "https://github.com/chicoxyzzy/node-releases/issues"
},
"bundleDependencies": false,
"dependencies": {
"semver": "^6.3.0"
},
"deprecated": false,
"description": "Node.js releases data",
"homepage": "https://github.com/chicoxyzzy/node-releases#readme",
"keywords": [
"nodejs",
"releases"
],
"license": "MIT",
"name": "node-releases",
"repository": {
"type": "git",
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
},
"scripts": {
"build": "npm run fetch && npm run process",
"fetch": "node scripts/fetch.js",
"process": "node scripts/process.js"
},
"version": "1.1.35"
}