package.json 1.5 KB

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