package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "util-deprecate@~1.0.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/readable-stream"
  6. ]
  7. ],
  8. "_from": "util-deprecate@>=1.0.1 <1.1.0",
  9. "_id": "util-deprecate@1.0.1",
  10. "_inCache": true,
  11. "_location": "/util-deprecate",
  12. "_npmUser": {
  13. "email": "nathan@tootallnate.net",
  14. "name": "tootallnate"
  15. },
  16. "_npmVersion": "1.4.28",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "util-deprecate",
  20. "raw": "util-deprecate@~1.0.1",
  21. "rawSpec": "~1.0.1",
  22. "scope": null,
  23. "spec": ">=1.0.1 <1.1.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/readable-stream"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.1.tgz",
  30. "_shasum": "3556a3d13c4c6aa7983d7e2425478197199b7881",
  31. "_shrinkwrap": null,
  32. "_spec": "util-deprecate@~1.0.1",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/readable-stream",
  34. "author": {
  35. "email": "nathan@tootallnate.net",
  36. "name": "Nathan Rajlich",
  37. "url": "http://n8.io/"
  38. },
  39. "browser": "browser.js",
  40. "bugs": {
  41. "url": "https://github.com/TooTallNate/util-deprecate/issues"
  42. },
  43. "dependencies": {},
  44. "description": "The Node.js `util.deprecate()` function with browser support",
  45. "devDependencies": {},
  46. "directories": {},
  47. "dist": {
  48. "shasum": "3556a3d13c4c6aa7983d7e2425478197199b7881",
  49. "tarball": "http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.1.tgz"
  50. },
  51. "gitHead": "6e923f7d98a0afbe5b9c7db9d0f0029c1936746c",
  52. "homepage": "https://github.com/TooTallNate/util-deprecate",
  53. "installable": true,
  54. "keywords": [
  55. "browser",
  56. "browserify",
  57. "deprecate",
  58. "node",
  59. "util"
  60. ],
  61. "license": "MIT",
  62. "main": "node.js",
  63. "maintainers": [
  64. {
  65. "name": "tootallnate",
  66. "email": "nathan@tootallnate.net"
  67. }
  68. ],
  69. "name": "util-deprecate",
  70. "optionalDependencies": {},
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/TooTallNate/util-deprecate.git"
  74. },
  75. "scripts": {
  76. "test": "echo \"Error: no test specified\" && exit 1"
  77. },
  78. "version": "1.0.1"
  79. }