package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "util@^0.12.4",
  3. "_id": "util@0.12.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
  6. "_location": "/util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "util@^0.12.4",
  12. "name": "util",
  13. "escapedName": "util",
  14. "rawSpec": "^0.12.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.12.4"
  17. },
  18. "_requiredBy": [
  19. "/aws-sdk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
  22. "_shasum": "5f17a6059b73db61a875668781a1c2b136bd6fbc",
  23. "_spec": "util@^0.12.4",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/aws-sdk",
  25. "author": {
  26. "name": "Joyent",
  27. "url": "http://www.joyent.com"
  28. },
  29. "browser": {
  30. "./support/isBuffer.js": "./support/isBufferBrowser.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/browserify/node-util/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "inherits": "^2.0.3",
  38. "is-arguments": "^1.0.4",
  39. "is-generator-function": "^1.0.7",
  40. "is-typed-array": "^1.1.3",
  41. "which-typed-array": "^1.1.2"
  42. },
  43. "deprecated": false,
  44. "description": "Node.js's util module for all engines",
  45. "devDependencies": {
  46. "airtap": "~1.0.0",
  47. "core-js": "^3.6.5",
  48. "is-async-supported": "~1.2.0",
  49. "object.assign": "~4.1.0",
  50. "object.entries": "^1.1.0",
  51. "run-series": "~1.1.4",
  52. "safe-buffer": "^5.1.2",
  53. "tape": "~4.9.0"
  54. },
  55. "files": [
  56. "util.js",
  57. "support"
  58. ],
  59. "homepage": "https://github.com/browserify/node-util",
  60. "keywords": [
  61. "util"
  62. ],
  63. "license": "MIT",
  64. "main": "./util.js",
  65. "name": "util",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/browserify/node-util.git"
  69. },
  70. "scripts": {
  71. "test": "node test/node/index.js",
  72. "test:browsers": "airtap test/browser/index.js",
  73. "test:browsers:local": "npm run test:browsers -- --local",
  74. "test:browsers:with-polyfills": "airtap test/browser/with-polyfills.js",
  75. "test:browsers:with-polyfills:local": "npm run test:browsers:with-polyfills -- --local"
  76. },
  77. "version": "0.12.5"
  78. }