1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
{
"_from": "node-releases@^1.1.29",
"_id": "node-releases@1.1.34",
"_inBundle": false,
"_integrity": "sha512-fNn12JTEfniTuCqo0r9jXgl44+KxRH/huV7zM/KAGOKxDKrHr6EbT7SSs4B+DNxyBE2mks28AD+Jw6PkfY5uwA==",
"_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.34.tgz",
"_shasum": "ced4655ee1ba9c3a2c5dcbac385e19434155fd40",
"_spec": "node-releases@^1.1.29",
"_where": "/home/dstaesse/git/website/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.34"
}
|