mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-25 05:59:26 +08:00
Add node modules and compiled JavaScript from main (#172)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
ee3c5aed75
commit
08d466b6ab
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "node-releases",
|
||||
"version": "1.1.73",
|
||||
"description": "Node.js releases data",
|
||||
"scripts": {
|
||||
"build": "npm run fetch && npm run process",
|
||||
"fetch": "node scripts/fetch.js",
|
||||
"process": "node scripts/process.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
|
||||
},
|
||||
"keywords": [
|
||||
"nodejs",
|
||||
"releases"
|
||||
],
|
||||
"author": "Sergey Rubanov <chi187@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"semver": "^6.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user