package.json 1.6 KB

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