UNPKG

ow-debug

Version:

本地热更新调试工具

114 lines (113 loc) 2.83 kB
{ "_from": "git+https://github.com/soldair/node-qrcode.git", "_id": "qrcode@1.4.4", "_inBundle": false, "_integrity": "", "_location": "/qrcode", "_phantomChildren": {}, "_requested": { "type": "git", "raw": "qrcode@git+https://github.com/soldair/node-qrcode.git", "name": "qrcode", "escapedName": "qrcode", "rawSpec": "git+https://github.com/soldair/node-qrcode.git", "saveSpec": "git+https://github.com/soldair/node-qrcode.git", "fetchSpec": "https://github.com/soldair/node-qrcode.git", "gitCommittish": null }, "_requiredBy": [ "/" ], "_resolved": "git+https://github.com/soldair/node-qrcode.git#f08fd572d7cca92c8b9d71b24cebccf61663d4a6", "_spec": "qrcode@git+https://github.com/soldair/node-qrcode.git", "_where": "/Users/geshenzhen339/works/kiwi-watcher", "author": { "name": "Ryan Day", "email": "soldair@gmail.com" }, "bin": { "qrcode": "bin/qrcode" }, "browser": { "./lib/index.js": "./lib/browser.js", "fs": false }, "bugs": { "url": "https://github.com/soldair/node-qrcode/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Vincenzo Greco", "email": "greco.vincenzo@gmail.com" }, { "name": "Linus Unnebäck", "email": "linus@folkdatorn.se" } ], "dependencies": { "dijkstrajs": "^1.0.1", "encode-utf8": "^1.0.3", "pngjs": "^5.0.0", "yargs": "^15.3.1" }, "deprecated": false, "description": "QRCode / 2d Barcode api with both server side and client side support using canvas", "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-node-resolve": "^7.1.3", "browserify": "^16.5.1", "canvas": "^2.6.1", "canvasutil": "0.0.4", "colors": "^1.4.0", "express": "^4.17.1", "htmlparser2": "^4.1.0", "rollup": "^2.6.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^5.3.0", "sinon": "^9.0.2", "standard": "^14.3.3", "tap": "^14.10.7" }, "engines": { "node": ">=10.13.0" }, "files": [ "bin", "build", "lib", "helper" ], "homepage": "http://github.com/soldair/node-qrcode", "keywords": [ "qr", "code", "canvas", "qrcode" ], "license": "MIT", "main": "./lib/index.js", "name": "qrcode", "repository": { "type": "git", "url": "git://github.com/soldair/node-qrcode.git" }, "scripts": { "browser": "node examples/clientsideserver.js", "build": "rollup -c", "lint": "standard", "prepublish": "npm run build", "pretest": "npm run lint", "test": "node --throw-deprecation test.js" }, "standard": { "ignore": [ "build/", "examples/vendors/" ] }, "version": "1.4.4" }