代码拉取完成,页面将自动刷新
{
"name": "cherow",
"version": "0.8.0",
"description": "Fast, standard-compliant ECMAScript parser written in ECMAScript",
"main": "dist/cherow.js",
"author": "KFlash",
"license": "MIT",
"homepage": "https://github.com/cherow/cherow",
"repository": {
"type": "git",
"url": "git+https://github.com/cherow/cherow.git"
},
"bugs": {
"url": "https://github.com/cherow/cherow/issues"
},
"keywords": [],
"files": [
"dist",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"README.md",
"BENCHMARK.md"
],
"scripts": {
"build": "cross-env NODE_ENV=umd rollup -c",
"minify": "cross-env NODE_ENV=minify rollup -c",
"test": "mocha test/specs/**/*.ts -R spec --bail",
"coverage": "npm run clean:build && npm run pretest && nyc mocha ./build/test/**/*.js",
"post_coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"clean": "rimraf dist build coverage",
"clean:build": "rimraf build",
"debug": "npm-run-all clean pretest",
"prepublish": "npm run build",
"prebuild": "tsc --skipLibCheck -t es2015 --m es2015",
"pretest": "tsc --sourceMap --skipLibCheck -t es2015 --m umd",
"lint": "npm-run-all --parallel lint:src lint:tests",
"lint:src": "tslint src/**/*.ts src/**/*.tsx",
"lint:tests": "tslint test/specs/**/*.ts test/specs/**/*.tsx",
"watch:tests": "mocha test/specs/**/*.ts -R spec --bail --watch",
"watch:build": "tsc --skipLibCheck -t es2015 --m es2015 -w",
"circleci": "npm run coverage && npm run test",
"appveyor": "npm run build && npm run coverage && npm run test"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.32",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.0.5",
"istanbul": "github:gotwarlost/istanbul#v1",
"mocha": "^4.0.0",
"npm-check-updates": "2.13.0",
"npm-run-all": "^4.1.1",
"nyc": "^11.2.1",
"rimraf": "^2.6.2",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-uglify": "2.0.1",
"ts-node": "^3.3.0",
"tslint": "5.7.0",
"typescript": "^2.5.3"
},
"nyc": {
"reporter": [
"lcov",
"text"
],
"exclude": [
"build/test/**/*.*"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。