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