15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
{
  "_from": "utility@^1.15.0",
  "_id": "utility@1.18.0",
  "_inBundle": false,
  "_integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
  "_location": "/utility",
  "_phantomChildren": {
    "minimist": "1.2.8"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "utility@^1.15.0",
    "name": "utility",
    "escapedName": "utility",
    "rawSpec": "^1.15.0",
    "saveSpec": null,
    "fetchSpec": "^1.15.0"
  },
  "_requiredBy": [
    "/egg-logger",
    "/urllib"
  ],
  "_resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
  "_shasum": "af55f62e6d5a272e0cb02b0ab3e7f37c46435f36",
  "_spec": "utility@^1.15.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/egg-logger",
  "author": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com",
    "url": "https://github.com/fengmk2"
  },
  "bugs": {
    "url": "https://github.com/node-modules/utility/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "copy-to": "^2.0.1",
    "escape-html": "^1.0.3",
    "mkdirp": "^0.5.1",
    "mz": "^2.7.0",
    "unescape": "^1.0.1"
  },
  "deprecated": false,
  "description": "A collection of useful utilities.",
  "devDependencies": {
    "@types/escape-html": "0.0.20",
    "@types/node": "^10.12.12",
    "ava": "^0.25.0",
    "ava-ts": "^0.25.2",
    "beautify-benchmark": "*",
    "benchmark": "^2.1.0",
    "contributors": "*",
    "git-contributor": "^1.0.10",
    "jshint": "*",
    "moment": "^2.22.2",
    "nyc": "6",
    "object-assign": "^4.1.1",
    "optimized": "^1.2.0",
    "rimraf": "^2.6.2",
    "time-require": "^0.1.2",
    "ts-node": "^7.0.1",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">= 0.12.0"
  },
  "files": [
    "*.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/node-modules/utility",
  "keywords": [
    "utility",
    "util",
    "utils",
    "sha256",
    "sha1",
    "hash",
    "hex"
  ],
  "license": "MIT",
  "main": "utility.js",
  "name": "utility",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/utility.git",
    "web": "https://github.com/node-modules/utility"
  },
  "scripts": {
    "ci": "npm run lint && npm run test-cov && npm run test-ts",
    "contributor": "git-contributor",
    "lint": "jshint .",
    "test": "npm run lint && npm run test-local",
    "test-cov": "nyc ava test/**/*.test.js && nyc report --reporter=lcov",
    "test-local": "ava test/**/*.test.js",
    "test-local-ts": "ava-ts test_ts/**/*.test.ts",
    "test-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js",
    "test-ts": "npm run test-local-ts"
  },
  "version": "1.18.0"
}