initial commit
This commit is contained in:
23
node_modules/parser-download/package.json
generated
vendored
Normal file
23
node_modules/parser-download/package.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "parser-download",
|
||||
"version": "2.2.0",
|
||||
"description": "Tool for downloading platform specific versions of jibo-parser",
|
||||
"bin": "./bin/parser-download.js",
|
||||
"main": "./lib/parser-download.js",
|
||||
"typings": "lib/dts/index.d.ts",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.3",
|
||||
"extract-zip": "^1.5.0",
|
||||
"fs-extra": "^0.30.0",
|
||||
"minimist": "^1.2.0",
|
||||
"nugget": "^2.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npm i nugget@^2.0.0"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"author": "Jibo, Inc. <sdkearlyaccess@jibo.com>"
|
||||
}
|
||||
Reference in New Issue
Block a user