You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "/readable-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  22. "_shasum": "450d4dc9fa70de732762fbd2d4a28981419a0ccf",
  23. "_spec": "util-deprecate@~1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\readable-stream",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://n8.io/"
  29. },
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/TooTallNate/util-deprecate/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "The Node.js `util.deprecate()` function with browser support",
  37. "homepage": "https://github.com/TooTallNate/util-deprecate",
  38. "keywords": [
  39. "util",
  40. "deprecate",
  41. "browserify",
  42. "browser",
  43. "node"
  44. ],
  45. "license": "MIT",
  46. "main": "node.js",
  47. "name": "util-deprecate",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/TooTallNate/util-deprecate.git"
  51. },
  52. "scripts": {
  53. "test": "echo \"Error: no test specified\" && exit 1"
  54. },
  55. "version": "1.0.2"
  56. }