租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.6 KiB

3 months ago
  1. {
  2. "_from": "utility@^1.18.0",
  3. "_id": "utility@1.18.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
  6. "_location": "/utility",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "utility@^1.18.0",
  12. "name": "utility",
  13. "escapedName": "utility",
  14. "rawSpec": "^1.18.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.18.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss",
  20. "/urllib"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
  23. "_shasum": "af55f62e6d5a272e0cb02b0ab3e7f37c46435f36",
  24. "_spec": "utility@^1.18.0",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
  26. "author": {
  27. "name": "fengmk2",
  28. "email": "fengmk2@gmail.com",
  29. "url": "https://github.com/fengmk2"
  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. "ava": "^0.25.0",
  48. "ava-ts": "^0.25.2",
  49. "beautify-benchmark": "*",
  50. "benchmark": "^2.1.0",
  51. "contributors": "*",
  52. "git-contributor": "^1.0.10",
  53. "jshint": "*",
  54. "moment": "^2.22.2",
  55. "nyc": "6",
  56. "object-assign": "^4.1.1",
  57. "optimized": "^1.2.0",
  58. "rimraf": "^2.6.2",
  59. "time-require": "^0.1.2",
  60. "ts-node": "^7.0.1",
  61. "typescript": "^5.0.4"
  62. },
  63. "engines": {
  64. "node": ">= 0.12.0"
  65. },
  66. "files": [
  67. "*.js",
  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": "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. "ci": "npm run lint && npm run test-cov && npm run test-ts",
  90. "contributor": "git-contributor",
  91. "lint": "jshint .",
  92. "test": "npm run lint && npm run test-local",
  93. "test-cov": "nyc ava test/**/*.test.js && nyc report --reporter=lcov",
  94. "test-local": "ava test/**/*.test.js",
  95. "test-local-ts": "ava-ts test_ts/**/*.test.ts",
  96. "test-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js",
  97. "test-ts": "npm run test-local-ts"
  98. },
  99. "version": "1.18.0"
  100. }