package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "canvas@*",
  6. "scope": null,
  7. "escapedName": "canvas",
  8. "name": "canvas",
  9. "rawSpec": "*",
  10. "spec": "*",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/verify-code"
  14. ]
  15. ],
  16. "_from": "canvas@*",
  17. "_id": "canvas@1.6.9",
  18. "_inCache": true,
  19. "_location": "/canvas",
  20. "_nodeVersion": "0.10.48",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/canvas-1.6.9.tgz_1513817564027_0.9688482345081866"
  24. },
  25. "_npmUser": {
  26. "name": "linusu",
  27. "email": "linus@folkdatorn.se"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "canvas@*",
  33. "scope": null,
  34. "escapedName": "canvas",
  35. "name": "canvas",
  36. "rawSpec": "*",
  37. "spec": "*",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/verify-code"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/canvas/-/canvas-1.6.9.tgz",
  44. "_shasum": "e3f95cec7b16bf2d6f3fc725c02d940d3258f69b",
  45. "_shrinkwrap": null,
  46. "_spec": "canvas@*",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/verify-code",
  48. "author": {
  49. "name": "TJ Holowaychuk",
  50. "email": "tj@learnboost.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/Automattic/node-canvas/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Nathan Rajlich",
  58. "email": "nathan@tootallnate.net"
  59. },
  60. {
  61. "name": "Rod Vagg",
  62. "email": "r@va.gg"
  63. },
  64. {
  65. "name": "Juriy Zaytsev",
  66. "email": "kangax@gmail.com"
  67. }
  68. ],
  69. "dependencies": {
  70. "nan": "^2.4.0"
  71. },
  72. "description": "Canvas graphics API backed by Cairo",
  73. "devDependencies": {
  74. "body-parser": "^1.13.3",
  75. "express": "^4.13.2",
  76. "mocha": "^2.5.3",
  77. "pug": "^2.0.0-beta3",
  78. "standard": "^10.0.3"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "e3f95cec7b16bf2d6f3fc725c02d940d3258f69b",
  83. "tarball": "https://registry.npmjs.org/canvas/-/canvas-1.6.9.tgz"
  84. },
  85. "engines": {
  86. "node": ">=0.8.0"
  87. },
  88. "gitHead": "df74e57af4b909eec1db6a3704e96b52ef689ae3",
  89. "gypfile": true,
  90. "homepage": "https://github.com/Automattic/node-canvas",
  91. "keywords": [
  92. "canvas",
  93. "graphic",
  94. "graphics",
  95. "pixman",
  96. "cairo",
  97. "image",
  98. "images",
  99. "pdf"
  100. ],
  101. "license": "MIT",
  102. "main": "./lib/canvas.js",
  103. "maintainers": [
  104. {
  105. "name": "linusu",
  106. "email": "linus@folkdatorn.se"
  107. },
  108. {
  109. "name": "domenic",
  110. "email": "d@domenic.me"
  111. },
  112. {
  113. "name": "kangax",
  114. "email": "kangax@gmail.com"
  115. },
  116. {
  117. "name": "tootallnate",
  118. "email": "nathan@tootallnate.net"
  119. },
  120. {
  121. "name": "rauchg",
  122. "email": "rauchg@gmail.com"
  123. },
  124. {
  125. "name": "tjholowaychuk",
  126. "email": "tj@vision-media.ca"
  127. }
  128. ],
  129. "name": "canvas",
  130. "optionalDependencies": {},
  131. "readme": "ERROR: No README data found!",
  132. "repository": {
  133. "type": "git",
  134. "url": "git://github.com/Automattic/node-canvas.git"
  135. },
  136. "scripts": {
  137. "benchmark": "node benchmarks/run.js",
  138. "install": "node-gyp rebuild",
  139. "prebenchmark": "node-gyp build",
  140. "pretest": "node-gyp build",
  141. "pretest-server": "node-gyp build",
  142. "test": "standard examples/*.js && mocha test/*.test.js",
  143. "test-server": "node test/server.js"
  144. },
  145. "version": "1.6.9"
  146. }