package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "util@^0.10.3",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
  6. "_location": "/util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "util@^0.10.3",
  12. "name": "util",
  13. "escapedName": "util",
  14. "rawSpec": "^0.10.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.10.3"
  17. },
  18. "_requiredBy": [
  19. "/path"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
  22. "_shasum": "3aa0125bfe668a4672de58857d3ace27ecb76901",
  23. "_spec": "util@^0.10.3",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/node_modules/path",
  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/defunctzombie/node-util/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "inherits": "2.0.3"
  38. },
  39. "deprecated": false,
  40. "description": "Node.JS util module",
  41. "devDependencies": {
  42. "zuul": "~1.0.9"
  43. },
  44. "files": [
  45. "util.js",
  46. "support"
  47. ],
  48. "homepage": "https://github.com/defunctzombie/node-util",
  49. "keywords": [
  50. "util"
  51. ],
  52. "license": "MIT",
  53. "main": "./util.js",
  54. "name": "util",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/defunctzombie/node-util.git"
  58. },
  59. "scripts": {
  60. "test": "node test/node/*.js && zuul test/browser/*.js"
  61. },
  62. "version": "0.10.4"
  63. }