123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- {
- "_args": [
- [
- {
- "raw": "canvas@*",
- "scope": null,
- "escapedName": "canvas",
- "name": "canvas",
- "rawSpec": "*",
- "spec": "*",
- "type": "range"
- },
- "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/verify-code"
- ]
- ],
- "_from": "canvas@*",
- "_id": "canvas@1.6.9",
- "_inCache": true,
- "_location": "/canvas",
- "_nodeVersion": "0.10.48",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/canvas-1.6.9.tgz_1513817564027_0.9688482345081866"
- },
- "_npmUser": {
- "name": "linusu",
- "email": "linus@folkdatorn.se"
- },
- "_npmVersion": "2.15.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "canvas@*",
- "scope": null,
- "escapedName": "canvas",
- "name": "canvas",
- "rawSpec": "*",
- "spec": "*",
- "type": "range"
- },
- "_requiredBy": [
- "/verify-code"
- ],
- "_resolved": "https://registry.npmjs.org/canvas/-/canvas-1.6.9.tgz",
- "_shasum": "e3f95cec7b16bf2d6f3fc725c02d940d3258f69b",
- "_shrinkwrap": null,
- "_spec": "canvas@*",
- "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/verify-code",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@learnboost.com"
- },
- "bugs": {
- "url": "https://github.com/Automattic/node-canvas/issues"
- },
- "contributors": [
- {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net"
- },
- {
- "name": "Rod Vagg",
- "email": "r@va.gg"
- },
- {
- "name": "Juriy Zaytsev",
- "email": "kangax@gmail.com"
- }
- ],
- "dependencies": {
- "nan": "^2.4.0"
- },
- "description": "Canvas graphics API backed by Cairo",
- "devDependencies": {
- "body-parser": "^1.13.3",
- "express": "^4.13.2",
- "mocha": "^2.5.3",
- "pug": "^2.0.0-beta3",
- "standard": "^10.0.3"
- },
- "directories": {},
- "dist": {
- "shasum": "e3f95cec7b16bf2d6f3fc725c02d940d3258f69b",
- "tarball": "https://registry.npmjs.org/canvas/-/canvas-1.6.9.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "gitHead": "df74e57af4b909eec1db6a3704e96b52ef689ae3",
- "gypfile": true,
- "homepage": "https://github.com/Automattic/node-canvas",
- "keywords": [
- "canvas",
- "graphic",
- "graphics",
- "pixman",
- "cairo",
- "image",
- "images",
- "pdf"
- ],
- "license": "MIT",
- "main": "./lib/canvas.js",
- "maintainers": [
- {
- "name": "linusu",
- "email": "linus@folkdatorn.se"
- },
- {
- "name": "domenic",
- "email": "d@domenic.me"
- },
- {
- "name": "kangax",
- "email": "kangax@gmail.com"
- },
- {
- "name": "tootallnate",
- "email": "nathan@tootallnate.net"
- },
- {
- "name": "rauchg",
- "email": "rauchg@gmail.com"
- },
- {
- "name": "tjholowaychuk",
- "email": "tj@vision-media.ca"
- }
- ],
- "name": "canvas",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/Automattic/node-canvas.git"
- },
- "scripts": {
- "benchmark": "node benchmarks/run.js",
- "install": "node-gyp rebuild",
- "prebenchmark": "node-gyp build",
- "pretest": "node-gyp build",
- "pretest-server": "node-gyp build",
- "test": "standard examples/*.js && mocha test/*.test.js",
- "test-server": "node test/server.js"
- },
- "version": "1.6.9"
- }
|