package.json
2.31 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
{
"_args": [
[
"@jimp/plugin-print@0.9.8",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "@jimp/plugin-print@0.9.8",
"_id": "@jimp/plugin-print@0.9.8",
"_inBundle": false,
"_integrity": "sha512-nLLPv1/faehRsOjecXXUb6kzhRcZzImO55XuFZ0c90ZyoiHm4UFREwO5sKxHGvpLXS6RnkhvSav4+IWD2qGbEQ==",
"_location": "/@jimp/plugin-print",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@jimp/plugin-print@0.9.8",
"name": "@jimp/plugin-print",
"escapedName": "@jimp%2fplugin-print",
"scope": "@jimp",
"rawSpec": "0.9.8",
"saveSpec": null,
"fetchSpec": "0.9.8"
},
"_requiredBy": [
"/@jimp/plugins"
],
"_resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.9.8.tgz",
"_spec": "0.9.8",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.9.8",
"core-js": "^3.4.1",
"load-bmfont": "^1.4.0"
},
"description": "print an image.",
"devDependencies": {
"@jimp/custom": "^0.9.8",
"@jimp/plugin-blit": "^0.9.8",
"@jimp/test-utils": "^0.9.8"
},
"gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
"license": "MIT",
"main": "dist/index.js",
"module": "es/index.js",
"name": "@jimp/plugin-print",
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-blit": ">=0.3.5"
},
"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",
"test": "cross-env BABEL_ENV=test mocha --require @babel/register",
"test:coverage": "nyc npm run test",
"test:watch": "npm run test -- --reporter min --watch"
},
"types": "index.d.ts",
"version": "0.9.8"
}