package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "qrcode-terminal@^0.12.0",
  3. "_id": "qrcode-terminal@0.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
  6. "_location": "/qrcode-terminal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qrcode-terminal@^0.12.0",
  12. "name": "qrcode-terminal",
  13. "escapedName": "qrcode-terminal",
  14. "rawSpec": "^0.12.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.12.0"
  17. },
  18. "_requiredBy": [
  19. "/miniprogram-ci"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
  22. "_shasum": "bb5b699ef7f9f0505092a3748be4464fe71b5819",
  23. "_spec": "qrcode-terminal@^0.12.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  25. "bin": {
  26. "qrcode-terminal": "bin/qrcode-terminal.js"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/gtanner/qrcode-terminal/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Gord Tanner",
  35. "email": "gtanner@gmail.com",
  36. "url": "http://github.com/gtanner"
  37. },
  38. {
  39. "name": "Michael Brooks",
  40. "email": "mikeywbrooks@gmail.com",
  41. "url": "http://github.com/mwbrooks"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "QRCodes, in the terminal",
  46. "devDependencies": {
  47. "expect.js": "*",
  48. "jshint": "*",
  49. "mocha": "*",
  50. "sinon": "*"
  51. },
  52. "homepage": "https://github.com/gtanner/qrcode-terminal",
  53. "keywords": [
  54. "ansi",
  55. "ascii",
  56. "qrcode",
  57. "console"
  58. ],
  59. "licenses": [
  60. {
  61. "type": "Apache 2.0"
  62. }
  63. ],
  64. "main": "./lib/main",
  65. "name": "qrcode-terminal",
  66. "preferGlobal": false,
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/gtanner/qrcode-terminal.git"
  70. },
  71. "scripts": {
  72. "test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan"
  73. },
  74. "version": "0.12.0"
  75. }