package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "util-deprecate@1.0.2",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_from": "util-deprecate@1.0.2",
  9. "_id": "util-deprecate@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
  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. "/readable-stream"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  30. "author": {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "http://n8.io/"
  34. },
  35. "browser": "browser.js",
  36. "bugs": {
  37. "url": "https://github.com/TooTallNate/util-deprecate/issues"
  38. },
  39. "description": "The Node.js `util.deprecate()` function with browser support",
  40. "homepage": "https://github.com/TooTallNate/util-deprecate",
  41. "keywords": [
  42. "util",
  43. "deprecate",
  44. "browserify",
  45. "browser",
  46. "node"
  47. ],
  48. "license": "MIT",
  49. "main": "node.js",
  50. "name": "util-deprecate",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/TooTallNate/util-deprecate.git"
  54. },
  55. "scripts": {
  56. "test": "echo \"Error: no test specified\" && exit 1"
  57. },
  58. "version": "1.0.2"
  59. }