智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/01/01bdb0716573b5ebf318002de81...

93 lines
2.4 KiB

{
"_args": [
[
"collect-v8-coverage@1.0.1",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "collect-v8-coverage@1.0.1",
"_id": "collect-v8-coverage@1.0.1",
"_inBundle": false,
"_integrity": "sha1-zCyOlPwYu9/+ZNZTRXDIpnOyf1k=",
"_location": "/collect-v8-coverage",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "collect-v8-coverage@1.0.1",
"name": "collect-v8-coverage",
"escapedName": "collect-v8-coverage",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@jest/reporters",
"/@jest/test-result",
"/jest-runtime"
],
"_resolved": "https://registry.npm.taobao.org/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"bugs": {
"url": "https://github.com/SimenB/collect-v8-coverage/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"description": "Use this module to start and stop the V8 inspector manually and collect precise coverage.",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/git": "^7.0.18",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"prettier": "^1.19.1",
"semantic-release": "^15.13.31"
},
"files": [
"CHANGELOG.md",
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/SimenB/collect-v8-coverage#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"license": "MIT",
"lint-staged": {
"*.{js,ts,md,json}": [
"prettier --write",
"git add"
]
},
"main": "index.js",
"name": "collect-v8-coverage",
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimenB/collect-v8-coverage.git"
},
"types": "index.d.ts",
"version": "1.0.1"
}