package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "inherits@>=2.0.0 <3.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=",
  6. "_location": "/inherits",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "[email protected]",
  12. "name": "inherits",
  13. "escapedName": "inherits",
  14. "rawSpec": "2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/dts-generator/glob",
  20. "/findup-sync/glob",
  21. "/glob"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
  24. "_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
  25. "_spec": "[email protected]",
  26. "_where": "/Users/shaddockh/Development/Atomic/AtomicMaster/AtomicGameEngine/Build",
  27. "browser": "./inherits_browser.js",
  28. "bugs": {
  29. "url": "https://github.com/isaacs/inherits/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  34. "homepage": "https://github.com/isaacs/inherits#readme",
  35. "keywords": [
  36. "inheritance",
  37. "class",
  38. "klass",
  39. "oop",
  40. "object-oriented",
  41. "inherits",
  42. "browser",
  43. "browserify"
  44. ],
  45. "license": "ISC",
  46. "main": "./inherits.js",
  47. "name": "inherits",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/isaacs/inherits.git"
  51. },
  52. "scripts": {
  53. "test": "node test"
  54. },
  55. "version": "2.0.1"
  56. }