Erster Docker-Stand
This commit is contained in:
42
_node_modules/@chevrotain/utils/package.json
generated
Normal file
42
_node_modules/@chevrotain/utils/package.json
generated
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "@chevrotain/utils",
|
||||
"version": "10.5.0",
|
||||
"description": "common utilities",
|
||||
"keywords": [],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Chevrotain/chevrotain/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Shahar Soel"
|
||||
},
|
||||
"typings": "lib/src/api.d.ts",
|
||||
"main": "lib/src/api.js",
|
||||
"files": [
|
||||
"src/**/*.ts",
|
||||
"lib/src/**/*.js",
|
||||
"lib/src/**/*.d.ts",
|
||||
"lib/src/**/*.js.map",
|
||||
"README.md",
|
||||
"LICENSE.TXT"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Chevrotain/chevrotain.git"
|
||||
},
|
||||
"scripts": {
|
||||
"---------- CI FLOWS --------": "",
|
||||
"ci": "npm-run-all build test",
|
||||
"build": "npm-run-all clean compile",
|
||||
"test": "npm-run-all coverage",
|
||||
"---------- BUILD STEPS --------": "",
|
||||
"clean": "shx rm -rf lib coverage",
|
||||
"compile:watch": "tsc -w",
|
||||
"compile": "tsc",
|
||||
"coverage": "nyc mocha"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "f5fdf95b8da570c702753252b0a3f7aa34d64f3b"
|
||||
}
|
||||
Reference in New Issue
Block a user