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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
| {
| "_args": [
| [
| "pngjs@3.4.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "pngjs@3.4.0",
| "_id": "pngjs@3.4.0",
| "_inBundle": false,
| "_integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
| "_location": "/pngjs",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "pngjs@3.4.0",
| "name": "pngjs",
| "escapedName": "pngjs",
| "rawSpec": "3.4.0",
| "saveSpec": null,
| "fetchSpec": "3.4.0"
| },
| "_requiredBy": [
| "/@jimp/png",
| "/pixelmatch"
| ],
| "_resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-3.4.0.tgz",
| "_spec": "3.4.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/lukeapage/pngjs2/issues"
| },
| "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"
| }
| ],
| "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"
| }
|
|