123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_from": "pngjs@^3.3.0",
- "_id": "pngjs@3.4.0",
- "_inBundle": false,
- "_integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
- "_location": "/pngjs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pngjs@^3.3.0",
- "name": "pngjs",
- "escapedName": "pngjs",
- "rawSpec": "^3.3.0",
- "saveSpec": null,
- "fetchSpec": "^3.3.0"
- },
- "_requiredBy": [
- "/qrcode"
- ],
- "_resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",
- "_shasum": "99ca7d725965fb655814eaf65f38f12bbdbf555f",
- "_spec": "pngjs@^3.3.0",
- "_where": "E:\\顾家\\gujia\\node_modules\\qrcode",
- "bugs": {
- "url": "https://github.com/lukeapage/pngjs2/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Alexandre Paré"
- },
- {
- "name": "Gaurav Mali"
- },
- {
- "name": "Gusts Kaksis"
- },
- {
- "name": "Kuba Niegowski"
- },
- {
- "name": "Luke Page"
- },
- {
- "name": "Pietajan De Potter"
- },
- {
- "name": "Steven Sojka"
- },
- {
- "name": "liangzeng"
- },
- {
- "name": "Michael Vogt"
- },
- {
- "name": "Xin-Xin Wang"
- },
- {
- "name": "toriningen"
- },
- {
- "name": "Eugene Kulabuhov"
- }
- ],
- "deprecated": false,
- "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
- "devDependencies": {
- "browserify": "^14.5.0",
- "buffer-equal": "1.0.0",
- "connect": "^3.4.0",
- "eslint": "^4.1.0",
- "istanbul": "^0.4.4",
- "phantomjs-prebuilt": "^2.1.7",
- "serve-static": "^1.10.0",
- "tap-dot": "^2.0.0",
- "tape": "^4.0.2"
- },
- "directories": {
- "lib": "lib",
- "example": "examples",
- "test": "test"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "homepage": "https://github.com/lukeapage/pngjs",
- "keywords": [
- "PNG",
- "decoder",
- "encoder",
- "js-png",
- "node-png",
- "parser",
- "png",
- "png-js",
- "png-parse",
- "pngjs"
- ],
- "license": "MIT",
- "main": "./lib/png.js",
- "name": "pngjs",
- "repository": {
- "type": "git",
- "url": "git://github.com/lukeapage/pngjs2.git"
- },
- "scripts": {
- "browserify": "browserify lib/png.js --standalone png > browser.js",
- "build": "npm run prepublish",
- "coverage": "istanbul -- cover node_modules/tape/bin/tape test/*-spec.js nolarge",
- "coverage-report": "npm run coverage && istanbul report html",
- "coveralls": "cat ./coverage/lcov.info | coveralls",
- "lint": "eslint lib",
- "prepublish": "npm run browserify",
- "test": "npm run lint && tape test/*-spec.js | tap-dot && node test/run-compare"
- },
- "version": "3.4.0"
- }
|