package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "utility@^1.8.0",
  3. "_id": "utility@1.17.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KdVkF9An/0239BJ4+dqOa7NPrPIOeQE9AGfx0XS16O9DBiHNHRJMoeU5nL6pRGAkgJOqdOu8R4gBRcXnAocJKw==",
  6. "_location": "/utility",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "utility@^1.8.0",
  12. "name": "utility",
  13. "escapedName": "utility",
  14. "rawSpec": "^1.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss",
  20. "/urllib"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/utility/-/utility-1.17.0.tgz",
  23. "_shasum": "60819f712a6e0ce774f52fb1d691992a5f59d362",
  24. "_spec": "utility@^1.8.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  26. "author": {
  27. "name": "fengmk2",
  28. "email": "fengmk2@gmail.com",
  29. "url": "https://fengmk2.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/node-modules/utility/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "copy-to": "^2.0.1",
  37. "escape-html": "^1.0.3",
  38. "mkdirp": "^0.5.1",
  39. "mz": "^2.7.0",
  40. "unescape": "^1.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "A collection of useful utilities.",
  44. "devDependencies": {
  45. "@types/escape-html": "0.0.20",
  46. "@types/node": "^10.12.12",
  47. "autod": "*",
  48. "ava": "^0.25.0",
  49. "ava-ts": "^0.25.2",
  50. "beautify-benchmark": "*",
  51. "benchmark": "^2.1.0",
  52. "contributors": "*",
  53. "git-contributor": "^1.0.10",
  54. "jshint": "*",
  55. "moment": "^2.22.2",
  56. "nyc": "6",
  57. "object-assign": "^4.1.1",
  58. "optimized": "^1.2.0",
  59. "rimraf": "^2.6.2",
  60. "ts-node": "^7.0.1",
  61. "typescript": "^3.2.2"
  62. },
  63. "engines": {
  64. "node": ">= 0.12.0"
  65. },
  66. "files": [
  67. "lib",
  68. "index.d.ts"
  69. ],
  70. "homepage": "https://github.com/node-modules/utility",
  71. "keywords": [
  72. "utility",
  73. "util",
  74. "utils",
  75. "sha256",
  76. "sha1",
  77. "hash",
  78. "hex"
  79. ],
  80. "license": "MIT",
  81. "main": "lib/utility.js",
  82. "name": "utility",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/node-modules/utility.git",
  86. "web": "https://github.com/node-modules/utility"
  87. },
  88. "scripts": {
  89. "autod": "autod -w --prefix '^' -e benchmark",
  90. "ci": "npm run lint && npm run test-cov && npm run test-ts",
  91. "contributor": "git-contributor",
  92. "lint": "jshint .",
  93. "test": "npm run lint && npm run test-local",
  94. "test-cov": "nyc ava test/**/*.test.js && nyc report --reporter=lcov",
  95. "test-local": "ava test/**/*.test.js",
  96. "test-local-ts": "ava-ts test_ts/**/*.test.ts",
  97. "test-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js",
  98. "test-ts": "npm run test-local-ts"
  99. },
  100. "version": "1.17.0"
  101. }