lightfold
Version:
lightweight scaffolding and archiving utility CLI.
58 lines (57 loc) • 1.63 kB
JSON
{
"_from": "node-releases@^1.1.53",
"_id": "node-releases@1.1.56",
"_inBundle": false,
"_integrity": "sha512-EVo605FhWLygH8a64TjgpjyHYOihkxECwX1bHHr8tETJKWEiWS2YJjPbvsX2jFjnjTNEgBCmk9mLjKG1Mf11cw==",
"_location": "/node-releases",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-releases@^1.1.53",
"name": "node-releases",
"escapedName": "node-releases",
"rawSpec": "^1.1.53",
"saveSpec": null,
"fetchSpec": "^1.1.53"
},
"_requiredBy": [
"/browserslist",
"/react-dev-utils/browserslist"
],
"_resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.56.tgz",
"_shasum": "bc054a417d316e3adac90eafb7e1932802f28705",
"_spec": "node-releases@^1.1.53",
"_where": "/Users/andrewxia/Documents/work/codefold/example/node_modules/browserslist",
"author": {
"name": "Sergey Rubanov",
"email": "chi187@gmail.com"
},
"bugs": {
"url": "https://github.com/chicoxyzzy/node-releases/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Node.js releases data",
"devDependencies": {
"semver": "^6.3.0"
},
"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.56"
}