123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_from": "qrcode",
- "_id": "qrcode@1.4.4",
- "_inBundle": false,
- "_integrity": "sha512-oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==",
- "_location": "/qrcode",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "qrcode",
- "name": "qrcode",
- "escapedName": "qrcode",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.4.4.tgz",
- "_shasum": "f0c43568a7e7510a55efc3b88d9602f71963ea83",
- "_spec": "qrcode",
- "_where": "E:\\顾家\\gujia",
- "author": {
- "name": "Ryan Day",
- "email": "soldair@gmail.com"
- },
- "bin": {
- "qrcode": "bin/qrcode"
- },
- "browser": {
- "./lib/index.js": "./lib/browser.js",
- "./lib/utils/buffer.js": "./lib/utils/typedarray-buffer.js",
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/soldair/node-qrcode/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Vincenzo Greco",
- "email": "greco.vincenzo@gmail.com"
- }
- ],
- "dependencies": {
- "buffer": "^5.4.3",
- "buffer-alloc": "^1.2.0",
- "buffer-from": "^1.1.1",
- "dijkstrajs": "^1.0.1",
- "isarray": "^2.0.1",
- "pngjs": "^3.3.0",
- "yargs": "^13.2.4"
- },
- "deprecated": false,
- "description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
- "devDependencies": {
- "browserify": "^16.2.3",
- "canvas": "^1.6.11",
- "canvasutil": "*",
- "colors": "*",
- "express": "^4.16.4",
- "htmlparser2": "^3.9.2",
- "os-tmpdir": "^1.0.2",
- "sinon": "^1.17.7",
- "standard": "^9.0.2",
- "tap": "^12.1.1",
- "uglify-js": "^2.7.5"
- },
- "engines": {
- "node": ">=4"
- },
- "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": "node build.js",
- "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"
- }
|