forgeplus-react/node_modules/qrcode.react/package.json

102 lines
2.7 KiB
JSON
Raw Normal View History

2023-07-29 21:19:10 +08:00
{
"_args": [
[
"qrcode.react@1.0.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "qrcode.react@1.0.1",
"_id": "qrcode.react@1.0.1",
"_inBundle": false,
"_integrity": "sha512-8d3Tackk8IRLXTo67Y+c1rpaiXjoz/Dd2HpcMdW//62/x8J1Nbho14Kh8x974t9prsLHN6XqVgcnRiBGFptQmg==",
"_location": "/qrcode.react",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "qrcode.react@1.0.1",
"name": "qrcode.react",
"escapedName": "qrcode.react",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/qrcode.react/-/qrcode.react-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Paul OShannessy",
"email": "paul@oshannessy.com"
},
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/zpao/qrcode.react/issues"
},
"dependencies": {
"loose-envify": "^1.4.0",
"prop-types": "^15.6.0",
"qr.js": "0.0.0"
},
"description": "React component to generate QR codes",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.6.1",
"flow-bin": "^0.111.3",
"gh-pages": "^2.0.1",
"prettier": "1.19.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack": "^4.28.1",
"webpack-cli": "^3.1.2"
},
"files": [
"lib"
],
"homepage": "http://zpao.github.io/qrcode.react",
"keywords": [
"react",
"react-component",
"qrcode"
],
"license": "ISC",
"main": "lib/index.js",
"name": "qrcode.react",
"peerDependencies": {
"react": "^15.5.3 || ^16.0.0 || ^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zpao/qrcode.react.git"
},
"scripts": {
"flow": "flow",
"lint": "eslint .",
"prepublish": "flow && make clean && make all",
"prepublish-docs": "make clean && make all",
"pretty": "prettier --write '{*,.*}.{js,json}' '**/*.{js,json}'",
"publish-docs": "gh-pages --dist=examples --src='{index.html,bundle.js}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}