mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
{
  "_args": [
    [
      "@jimp/core@0.10.3",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "@jimp/core@0.10.3",
  "_id": "@jimp/core@0.10.3",
  "_inBundle": false,
  "_integrity": "sha512-Gd5IpL3U2bFIO57Fh/OA3HCpWm4uW/pU01E75rI03BXfTdz3T+J7TwvyG1XaqsQ7/DSlS99GXtLQPlfFIe28UA==",
  "_location": "/@jimp/core",
  "_phantomChildren": {
    "base64-js": "1.5.1",
    "ieee754": "1.2.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@jimp/core@0.10.3",
    "name": "@jimp/core",
    "escapedName": "@jimp%2fcore",
    "scope": "@jimp",
    "rawSpec": "0.10.3",
    "saveSpec": null,
    "fetchSpec": "0.10.3"
  },
  "_requiredBy": [
    "/@jimp/custom"
  ],
  "_resolved": "https://registry.npmmirror.com/@jimp/core/-/core-0.10.3.tgz",
  "_spec": "0.10.3",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Oliver Moran",
    "email": "oliver.moran@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/oliver-moran/jimp/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.7.2",
    "@jimp/utils": "^0.10.3",
    "any-base": "^1.1.0",
    "buffer": "^5.2.0",
    "core-js": "^3.4.1",
    "exif-parser": "^0.1.12",
    "file-type": "^9.0.0",
    "load-bmfont": "^1.3.1",
    "mkdirp": "^0.5.1",
    "phin": "^2.9.1",
    "pixelmatch": "^4.0.2",
    "tinycolor2": "^1.4.1"
  },
  "description": "Jimp core",
  "devDependencies": {
    "should": "^13.2.3"
  },
  "files": [
    "dist",
    "es",
    "index.d.ts",
    "fonts",
    "types"
  ],
  "gitHead": "37197106eae5c26231018dfdc0254422f6b43927",
  "homepage": "https://github.com/oliver-moran/jimp#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "es/index.js",
  "name": "@jimp/core",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oliver-moran/jimp.git"
  },
  "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/**/*.js",
    "test:coverage": "nyc npm run test",
    "test:watch": "npm run test -- --reporter min --watch"
  },
  "types": "types/index.d.ts",
  "version": "0.10.3",
  "xo": false
}