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.

67 lines
1.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inherits@2.0.4",
  10. "_id": "inherits@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  13. "_location": "/inherits",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inherits@2.0.4",
  19. "name": "inherits",
  20. "escapedName": "inherits",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/glob",
  27. "/htmlparser2",
  28. "/readable-stream"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  31. "_spec": "2.0.4",
  32. "_where": "/home/ubuntu/etherpad-lite",
  33. "browser": "./inherits_browser.js",
  34. "bugs": {
  35. "url": "https://github.com/isaacs/inherits/issues"
  36. },
  37. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  38. "devDependencies": {
  39. "tap": "^14.2.4"
  40. },
  41. "files": [
  42. "inherits.js",
  43. "inherits_browser.js"
  44. ],
  45. "homepage": "https://github.com/isaacs/inherits#readme",
  46. "keywords": [
  47. "inheritance",
  48. "class",
  49. "klass",
  50. "oop",
  51. "object-oriented",
  52. "inherits",
  53. "browser",
  54. "browserify"
  55. ],
  56. "license": "ISC",
  57. "main": "./inherits.js",
  58. "name": "inherits",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/inherits.git"
  62. },
  63. "scripts": {
  64. "test": "tap"
  65. },
  66. "version": "2.0.4"
  67. }