2025-04-24 17:03:28 +08:00

105 lines
2.7 KiB
JSON

{
"_args": [
[
"utility@1.17.0",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "utility@1.17.0",
"_id": "utility@1.17.0",
"_inBundle": false,
"_integrity": "sha1-YIGfcSpuDOd09S+x1pGZKl9Z02I=",
"_location": "/utility",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "utility@1.17.0",
"name": "utility",
"escapedName": "utility",
"rawSpec": "1.17.0",
"saveSpec": null,
"fetchSpec": "1.17.0"
},
"_requiredBy": [
"/ali-oss",
"/urllib"
],
"_resolved": "https://registry.nlark.com/utility/download/utility-1.17.0.tgz",
"_spec": "1.17.0",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "fengmk2",
"email": "fengmk2@gmail.com",
"url": "https://fengmk2.com"
},
"bugs": {
"url": "https://github.com/node-modules/utility/issues"
},
"dependencies": {
"copy-to": "^2.0.1",
"escape-html": "^1.0.3",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"unescape": "^1.0.1"
},
"description": "A collection of useful utilities.",
"devDependencies": {
"@types/escape-html": "0.0.20",
"@types/node": "^10.12.12",
"autod": "*",
"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",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
},
"engines": {
"node": ">= 0.12.0"
},
"files": [
"lib",
"index.d.ts"
],
"homepage": "https://github.com/node-modules/utility",
"keywords": [
"utility",
"util",
"utils",
"sha256",
"sha1",
"hash",
"hex"
],
"license": "MIT",
"main": "lib/utility.js",
"name": "utility",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/utility.git",
"web": "https://github.com/node-modules/utility"
},
"scripts": {
"autod": "autod -w --prefix '^' -e benchmark",
"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.17.0"
}