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.
 
 
 
 
 
 

67 lines
1.8 KiB

{
"_args": [
[
"qrcode-reader@1.0.4",
"D:\\Project\\DaPing"
]
],
"_from": "qrcode-reader@1.0.4",
"_id": "qrcode-reader@1.0.4",
"_inBundle": false,
"_integrity": "sha512-rRjALGNh9zVqvweg1j5OKIQKNsw3bLC+7qwlnead5K/9cb1cEIAGkwikt/09U0K+2IDWGD9CC6SP7tHAjUeqvQ==",
"_location": "/qrcode-reader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "qrcode-reader@1.0.4",
"name": "qrcode-reader",
"escapedName": "qrcode-reader",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/@dcloudio/uni-automator",
"/@dcloudio/uni-mp-baidu",
"/@dcloudio/uni-mp-weixin"
],
"_resolved": "https://registry.npmjs.org/qrcode-reader/-/qrcode-reader-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "D:\\Project\\DaPing",
"author": "",
"bugs": {
"url": "https://github.com/edi9999/jsqrcode/issues"
},
"description": "fork of lazarsoft's jsqrcode for node",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.7.2",
"image-parser": "^1.2.5",
"jimp": "^0.2.28",
"mocha": "^3.5.3",
"rollup": "^0.50.0",
"uglify-js": "^3.1.2"
},
"homepage": "https://github.com/edi9999/jsqrcode",
"jsnext:main": "src/index.js",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "src/index.js",
"name": "qrcode-reader",
"repository": {
"type": "git",
"url": "git+https://github.com/edi9999/jsqrcode.git"
},
"scripts": {
"build": "rollup -c",
"build-and-test": "npm run build && npm test",
"lint": "eslint src test",
"minify": "uglifyjs dist/index.js -o dist/index.min.js --compress --mangle",
"pretest": "npm run lint",
"preversion": "npm run lint && npm run build && npm run minify && npm test",
"test": "mocha",
"watch": "rollup -c -w"
},
"version": "1.0.4"
}