package.json
2.9 KB
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
125
126
{
"_from": "pngjs@^6.0.0",
"_id": "pngjs@6.0.0",
"_inBundle": false,
"_integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==",
"_location": "/pngjs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pngjs@^6.0.0",
"name": "pngjs",
"escapedName": "pngjs",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/appium-support"
],
"_resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
"_shasum": "ca9e5d2aa48db0228a52c419c3308e87720da821",
"_spec": "pngjs@^6.0.0",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-support",
"bugs": {
"url": "https://github.com/lukeapage/pngjs/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": "17.0.0",
"buffer-equal": "1.0.0",
"codecov": "3.7.1",
"connect": "3.7.0",
"eslint": "7.8.1",
"eslint-config-prettier": "6.14.0",
"nyc": "15.1.0",
"prettier": "2.1.1",
"puppeteer": "5.4.0",
"serve-static": "1.14.1",
"tap-dot": "2.0.0",
"tape": "5.0.1"
},
"directories": {
"lib": "lib",
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=12.13.0"
},
"files": [
"browser.js",
"lib/"
],
"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/pngjs.git"
},
"scripts": {
"browserify": "browserify lib/png.js --standalone png > browser.js",
"build": "yarn prepublish",
"coverage": "nyc --reporter=lcov --reporter=text-summary tape test/*-spec.js nolarge",
"lint": "eslint .",
"prepublish": "yarn browserify",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"test": "yarn lint && yarn prettier:check && tape test/*-spec.js | tap-dot && node test/run-compare"
},
"version": "6.0.0"
}