代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/jsQR 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "jsqr",
"version": "1.4.0",
"description": "A pure javascript QR code reading library that takes in raw images and will locate, extract and parse any QR code found within.",
"repository": "https://github.com/cozmo/jsQR",
"main": "./dist/jsQR.js",
"types": "./dist/index.d.ts",
"contributors": [
{
"name": "Cosmo Wolfe",
"email": "cosmo.wolfe@gmail.com"
},
{
"name": "Jefff Nelson",
"email": "gmjefff@gmail.com"
}
],
"license": "Apache-2.0",
"devDependencies": {
"@types/fs-extra": "^4.0.2",
"@types/jest": "^20.0.8",
"@types/node": "^8.0.27",
"awesome-typescript-loader": "^3.2.3",
"fs-extra": "^4.0.1",
"jest": "^23.1.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.0.4",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"upng-js": "^1.0.1",
"webpack": "^3.10.0"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "webpack",
"watch": "webpack --watch",
"test": "jest",
"lint": "tslint --project .",
"generate-test-data": "ts-node --project tests/ tests/generate-test-data.ts"
},
"jest": {
"testRegex": ".*test.ts",
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"globals": {
"ts-jest": {
"tsConfig": {
"noImplicitAny": false,
"lib": ["es2015"],
"types": ["jest", "node"]
}
}
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。