package.json 2.7 KB

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