| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "utility@1.13.1",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "utility@1.13.1",
- "_id": "utility@1.13.1",
- "_inBundle": false,
- "_integrity": "sha512-OQYqjyhHSCeSm+IziPHNbLc+WR3jUNa3goeyLoiITV1saN/BesDDsUIvh1LTRXa3XO2UpobByW//mm5p62/9tQ==",
- "_location": "/utility",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "utility@1.13.1",
- "name": "utility",
- "escapedName": "utility",
- "rawSpec": "1.13.1",
- "saveSpec": null,
- "fetchSpec": "1.13.1"
- },
- "_requiredBy": [
- "/ali-oss",
- "/urllib"
- ],
- "_resolved": "https://registry.npmjs.org/utility/-/utility-1.13.1.tgz",
- "_spec": "1.13.1",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "http://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"
- },
- "description": "A collection of useful utilities.",
- "devDependencies": {
- "autod": "*",
- "ava": "~0.22.0",
- "beautify-benchmark": "*",
- "benchmark": "^2.1.0",
- "contributors": "*",
- "jshint": "*",
- "moment": "~2.19.1",
- "nyc": "6",
- "object-assign": "^4.1.1",
- "optimized": "~1.2.0",
- "rimraf": "~2.6.2"
- },
- "engines": {
- "node": ">= 0.12.0"
- },
- "files": [
- "lib"
- ],
- "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",
- "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-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js"
- },
- "version": "1.13.1"
- }
|