package.json
2.51 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
{
"_from": "@jimp/utils@^0.16.1",
"_id": "@jimp/utils@0.16.1",
"_inBundle": false,
"_integrity": "sha512-8fULQjB0x4LzUSiSYG6ZtQl355sZjxbv8r9PPAuYHzS9sGiSHJQavNqK/nKnpDsVkU88/vRGcE7t3nMU0dEnVw==",
"_location": "/@jimp/utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@jimp/utils@^0.16.1",
"name": "@jimp/utils",
"escapedName": "@jimp%2futils",
"scope": "@jimp",
"rawSpec": "^0.16.1",
"saveSpec": null,
"fetchSpec": "^0.16.1"
},
"_requiredBy": [
"/@jimp/bmp",
"/@jimp/core",
"/@jimp/gif",
"/@jimp/jpeg",
"/@jimp/plugin-blit",
"/@jimp/plugin-blur",
"/@jimp/plugin-circle",
"/@jimp/plugin-color",
"/@jimp/plugin-contain",
"/@jimp/plugin-cover",
"/@jimp/plugin-crop",
"/@jimp/plugin-displace",
"/@jimp/plugin-dither",
"/@jimp/plugin-fisheye",
"/@jimp/plugin-flip",
"/@jimp/plugin-gaussian",
"/@jimp/plugin-invert",
"/@jimp/plugin-mask",
"/@jimp/plugin-normalize",
"/@jimp/plugin-print",
"/@jimp/plugin-resize",
"/@jimp/plugin-rotate",
"/@jimp/plugin-scale",
"/@jimp/plugin-shadow",
"/@jimp/plugin-threshold",
"/@jimp/png"
],
"_resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-0.16.1.tgz",
"_shasum": "2f51e6f14ff8307c4aa83d5e1a277da14a9fe3f7",
"_spec": "@jimp/utils@^0.16.1",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\@jimp\\core",
"author": "",
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.7.2",
"regenerator-runtime": "^0.13.3"
},
"deprecated": false,
"description": "Utils for jimp extensions.",
"gitHead": "909f06eac36ef5ba36ebb1e0853fd006c4da3560",
"license": "MIT",
"main": "dist/index.js",
"module": "es/index.js",
"name": "@jimp/utils",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run build:node:production && npm run build:module",
"build:debug": "npm run build:node:debug",
"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
"build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
"build:node:production": "cross-env BABEL_ENV=production npm run build:node",
"build:watch": "npm run build:node:debug -- -- --watch --verbose"
},
"types": "index.d.ts",
"version": "0.16.1"
}