Files
automatic-dispose/node_modules/node-releases/package.json
2018-11-24 14:43:59 +01:00

56 lines
1.5 KiB
JSON

{
"_from": "node-releases@^1.0.1",
"_id": "node-releases@1.0.3",
"_inBundle": false,
"_integrity": "sha512-ZaZWMsbuDcetpHmYeKWPO6e63pSXLb50M7lJgCbcM2nC/nQC3daNifmtp5a2kp7EWwYfhuvH6zLPWkrF8IiDdw==",
"_location": "/node-releases",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-releases@^1.0.1",
"name": "node-releases",
"escapedName": "node-releases",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/browserslist"
],
"_resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.0.3.tgz",
"_shasum": "3414ed84595096459c251699bfcb47d88324a9e4",
"_spec": "node-releases@^1.0.1",
"_where": "/var/www/html/autocompletion/node_modules/browserslist",
"author": {
"name": "Sergey Rubanov",
"email": "chi187@gmail.com"
},
"bugs": {
"url": "https://github.com/chicoxyzzy/node-releases/issues"
},
"bundleDependencies": false,
"dependencies": {
"semver": "^5.3.0"
},
"deprecated": false,
"description": "Node.js releases data",
"homepage": "https://github.com/chicoxyzzy/node-releases#readme",
"keywords": [
"nodejs",
"releases"
],
"license": "CC-BY-4.0",
"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.0.3"
}