package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "utility@1.13.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "utility@1.13.1",
  9. "_id": "utility@1.13.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OQYqjyhHSCeSm+IziPHNbLc+WR3jUNa3goeyLoiITV1saN/BesDDsUIvh1LTRXa3XO2UpobByW//mm5p62/9tQ==",
  12. "_location": "/utility",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "utility@1.13.1",
  18. "name": "utility",
  19. "escapedName": "utility",
  20. "rawSpec": "1.13.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.13.1"
  23. },
  24. "_requiredBy": [
  25. "/ali-oss",
  26. "/urllib"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/utility/-/utility-1.13.1.tgz",
  29. "_spec": "1.13.1",
  30. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  31. "author": {
  32. "name": "fengmk2",
  33. "email": "fengmk2@gmail.com",
  34. "url": "http://fengmk2.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/node-modules/utility/issues"
  38. },
  39. "dependencies": {
  40. "copy-to": "~2.0.1",
  41. "escape-html": "~1.0.3",
  42. "mkdirp": "~0.5.1",
  43. "mz": "~2.7.0"
  44. },
  45. "description": "A collection of useful utilities.",
  46. "devDependencies": {
  47. "autod": "*",
  48. "ava": "~0.22.0",
  49. "beautify-benchmark": "*",
  50. "benchmark": "^2.1.0",
  51. "contributors": "*",
  52. "jshint": "*",
  53. "moment": "~2.19.1",
  54. "nyc": "6",
  55. "object-assign": "^4.1.1",
  56. "optimized": "~1.2.0",
  57. "rimraf": "~2.6.2"
  58. },
  59. "engines": {
  60. "node": ">= 0.12.0"
  61. },
  62. "files": [
  63. "lib"
  64. ],
  65. "homepage": "https://github.com/node-modules/utility",
  66. "keywords": [
  67. "utility",
  68. "util",
  69. "utils",
  70. "sha256",
  71. "sha1",
  72. "hash",
  73. "hex"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/utility.js",
  77. "name": "utility",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/node-modules/utility.git",
  81. "web": "https://github.com/node-modules/utility"
  82. },
  83. "scripts": {
  84. "autod": "autod -w --prefix '~' -e benchmark",
  85. "ci": "npm run lint && npm run test-cov",
  86. "lint": "jshint .",
  87. "test": "npm run lint && npm run test-local",
  88. "test-cov": "nyc ava test/**/*.test.js && nyc report --reporter=lcov",
  89. "test-local": "ava test/**/*.test.js",
  90. "test-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js"
  91. },
  92. "version": "1.13.1"
  93. }