package.json 1.23 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
{
  "_args": [
    [
      "canvas2image@1.0.5",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "canvas2image@1.0.5",
  "_id": "canvas2image@1.0.5",
  "_inBundle": false,
  "_integrity": "sha1-Z2oJS0NjiIordmLli5zl07+8nRQ=",
  "_location": "/canvas2image",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "canvas2image@1.0.5",
    "name": "canvas2image",
    "escapedName": "canvas2image",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/canvas2image/-/canvas2image-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Ross Andreucetti"
  },
  "bugs": {
    "url": "https://github.com/randreucetti/canvas2image/issues"
  },
  "description": "A npm module version of the canvas2image script developed by https://github.com/hongru",
  "homepage": "https://github.com/randreucetti/canvas2image#readme",
  "keywords": [
    "canvas2image",
    "npm"
  ],
  "license": "MIT",
  "main": "canvas2image.js",
  "name": "canvas2image",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/randreucetti/canvas2image.git"
  },
  "version": "1.0.5"
}