{ "_from": "utility@^1.8.0", "_id": "utility@1.17.0", "_inBundle": false, "_integrity": "sha512-KdVkF9An/0239BJ4+dqOa7NPrPIOeQE9AGfx0XS16O9DBiHNHRJMoeU5nL6pRGAkgJOqdOu8R4gBRcXnAocJKw==", "_location": "/utility", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "utility@^1.8.0", "name": "utility", "escapedName": "utility", "rawSpec": "^1.8.0", "saveSpec": null, "fetchSpec": "^1.8.0" }, "_requiredBy": [ "/ali-oss", "/urllib" ], "_resolved": "https://registry.npmjs.org/utility/-/utility-1.17.0.tgz", "_shasum": "60819f712a6e0ce774f52fb1d691992a5f59d362", "_spec": "utility@^1.8.0", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss", "author": { "name": "fengmk2", "email": "fengmk2@gmail.com", "url": "https://fengmk2.com" }, "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", "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" }