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.

99 lines
2.5 KiB

10 months ago
{
"_from": "jsqr@^1.3.1",
"_id": "jsqr@1.4.0",
"_inBundle": false,
"_integrity": "sha512-dxLob7q65Xg2DvstYkRpkYtmKm2sPJ9oFhrhmudT1dZvNFFTlroai3AWSpLey/w5vMcLBXRgOJsbXpdN9HzU/A==",
"_location": "/jsqr",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsqr@^1.3.1",
"name": "jsqr",
"escapedName": "jsqr",
"rawSpec": "^1.3.1",
"saveSpec": null,
"fetchSpec": "^1.3.1"
},
"_requiredBy": [
"/barcode-detector"
],
"_resolved": "https://registry.npmmirror.com/jsqr/-/jsqr-1.4.0.tgz",
"_shasum": "8efb8d0a7cc6863cb6d95116b9069123ce9eb2d1",
"_spec": "jsqr@^1.3.1",
"_where": "D:\\Project\\project_wenlv\\tourGuide\\node_modules\\barcode-detector",
"bugs": {
"url": "https://github.com/cozmo/jsQR/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Cosmo Wolfe",
"email": "cosmo.wolfe@gmail.com"
},
{
"name": "Jefff Nelson",
"email": "gmjefff@gmail.com"
}
],
"deprecated": false,
"description": "A pure javascript QR code reading library that takes in raw images and will locate, extract and parse any QR code found within.",
"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"
},
"homepage": "https://github.com/cozmo/jsQR#readme",
"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"
]
}
}
}
},
"license": "Apache-2.0",
"main": "./dist/jsQR.js",
"name": "jsqr",
"repository": {
"type": "git",
"url": "git+https://github.com/cozmo/jsQR.git"
},
"scripts": {
"build": "webpack",
"generate-test-data": "ts-node --project tests/ tests/generate-test-data.ts",
"lint": "tslint --project .",
"prebuild": "rimraf dist",
"test": "jest",
"watch": "webpack --watch"
},
"types": "./dist/index.d.ts",
"version": "1.4.0"
}