package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "pngjs@^3.3.0",
  3. "_id": "pngjs@3.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
  6. "_location": "/pngjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pngjs@^3.3.0",
  12. "name": "pngjs",
  13. "escapedName": "pngjs",
  14. "rawSpec": "^3.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.0"
  17. },
  18. "_requiredBy": [
  19. "/qrcode"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",
  22. "_shasum": "99ca7d725965fb655814eaf65f38f12bbdbf555f",
  23. "_spec": "pngjs@^3.3.0",
  24. "_where": "E:\\顾家\\gujia\\node_modules\\qrcode",
  25. "bugs": {
  26. "url": "https://github.com/lukeapage/pngjs2/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Alexandre Paré"
  32. },
  33. {
  34. "name": "Gaurav Mali"
  35. },
  36. {
  37. "name": "Gusts Kaksis"
  38. },
  39. {
  40. "name": "Kuba Niegowski"
  41. },
  42. {
  43. "name": "Luke Page"
  44. },
  45. {
  46. "name": "Pietajan De Potter"
  47. },
  48. {
  49. "name": "Steven Sojka"
  50. },
  51. {
  52. "name": "liangzeng"
  53. },
  54. {
  55. "name": "Michael Vogt"
  56. },
  57. {
  58. "name": "Xin-Xin Wang"
  59. },
  60. {
  61. "name": "toriningen"
  62. },
  63. {
  64. "name": "Eugene Kulabuhov"
  65. }
  66. ],
  67. "deprecated": false,
  68. "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
  69. "devDependencies": {
  70. "browserify": "^14.5.0",
  71. "buffer-equal": "1.0.0",
  72. "connect": "^3.4.0",
  73. "eslint": "^4.1.0",
  74. "istanbul": "^0.4.4",
  75. "phantomjs-prebuilt": "^2.1.7",
  76. "serve-static": "^1.10.0",
  77. "tap-dot": "^2.0.0",
  78. "tape": "^4.0.2"
  79. },
  80. "directories": {
  81. "lib": "lib",
  82. "example": "examples",
  83. "test": "test"
  84. },
  85. "engines": {
  86. "node": ">=4.0.0"
  87. },
  88. "homepage": "https://github.com/lukeapage/pngjs",
  89. "keywords": [
  90. "PNG",
  91. "decoder",
  92. "encoder",
  93. "js-png",
  94. "node-png",
  95. "parser",
  96. "png",
  97. "png-js",
  98. "png-parse",
  99. "pngjs"
  100. ],
  101. "license": "MIT",
  102. "main": "./lib/png.js",
  103. "name": "pngjs",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/lukeapage/pngjs2.git"
  107. },
  108. "scripts": {
  109. "browserify": "browserify lib/png.js --standalone png > browser.js",
  110. "build": "npm run prepublish",
  111. "coverage": "istanbul -- cover node_modules/tape/bin/tape test/*-spec.js nolarge",
  112. "coverage-report": "npm run coverage && istanbul report html",
  113. "coveralls": "cat ./coverage/lcov.info | coveralls",
  114. "lint": "eslint lib",
  115. "prepublish": "npm run browserify",
  116. "test": "npm run lint && tape test/*-spec.js | tap-dot && node test/run-compare"
  117. },
  118. "version": "3.4.0"
  119. }