package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "inherits@2",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/findup-sync/node_modules/glob"
  6. ]
  7. ],
  8. "_from": "inherits@>=2.0.0 <3.0.0",
  9. "_id": "inherits@2.0.1",
  10. "_inCache": true,
  11. "_location": "/inherits",
  12. "_npmUser": {
  13. "email": "i@izs.me",
  14. "name": "isaacs"
  15. },
  16. "_npmVersion": "1.3.8",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "inherits",
  20. "raw": "inherits@2",
  21. "rawSpec": "2",
  22. "scope": null,
  23. "spec": ">=2.0.0 <3.0.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/findup-sync/glob"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
  30. "_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
  31. "_shrinkwrap": null,
  32. "_spec": "inherits@2",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/findup-sync/node_modules/glob",
  34. "browser": "./inherits_browser.js",
  35. "bugs": {
  36. "url": "https://github.com/isaacs/inherits/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  40. "devDependencies": {},
  41. "directories": {},
  42. "dist": {
  43. "shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
  44. "tarball": "http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
  45. },
  46. "installable": true,
  47. "keywords": [
  48. "browser",
  49. "browserify",
  50. "class",
  51. "inheritance",
  52. "inherits",
  53. "klass",
  54. "object-oriented",
  55. "oop"
  56. ],
  57. "license": "ISC",
  58. "main": "./inherits.js",
  59. "maintainers": [
  60. {
  61. "name": "isaacs",
  62. "email": "i@izs.me"
  63. }
  64. ],
  65. "name": "inherits",
  66. "optionalDependencies": {},
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/isaacs/inherits"
  70. },
  71. "scripts": {
  72. "test": "node test"
  73. },
  74. "version": "2.0.1"
  75. }