|
|
- {
- "_from": "utility@^1.18.0",
- "_id": "utility@1.18.0",
- "_inBundle": false,
- "_integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
- "_location": "/utility",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "utility@^1.18.0",
- "name": "utility",
- "escapedName": "utility",
- "rawSpec": "^1.18.0",
- "saveSpec": null,
- "fetchSpec": "^1.18.0"
- },
- "_requiredBy": [
- "/ali-oss",
- "/urllib"
- ],
- "_resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
- "_shasum": "af55f62e6d5a272e0cb02b0ab3e7f37c46435f36",
- "_spec": "utility@^1.18.0",
- "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
- "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"
- }
|