package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "util-deprecate@1.0.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "util-deprecate@1.0.2",
  9. "_id": "util-deprecate@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  12. "_location": "/util-deprecate",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "util-deprecate@1.0.2",
  18. "name": "util-deprecate",
  19. "escapedName": "util-deprecate",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/mysql/readable-stream",
  26. "/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Nathan Rajlich",
  33. "email": "nathan@tootallnate.net",
  34. "url": "http://n8.io/"
  35. },
  36. "browser": "browser.js",
  37. "bugs": {
  38. "url": "https://github.com/TooTallNate/util-deprecate/issues"
  39. },
  40. "description": "The Node.js `util.deprecate()` function with browser support",
  41. "homepage": "https://github.com/TooTallNate/util-deprecate",
  42. "keywords": [
  43. "util",
  44. "deprecate",
  45. "browserify",
  46. "browser",
  47. "node"
  48. ],
  49. "license": "MIT",
  50. "main": "node.js",
  51. "name": "util-deprecate",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/TooTallNate/util-deprecate.git"
  55. },
  56. "scripts": {
  57. "test": "echo \"Error: no test specified\" && exit 1"
  58. },
  59. "version": "1.0.2"
  60. }