package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "inherits@2",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/findup-sync/node_modules/glob"
  6. ]
  7. ],
  8. "_from": "inherits@>=2.0.0 <3.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/inherits",
  13. "_npmUser": {
  14. "email": "[email protected]",
  15. "name": "isaacs"
  16. },
  17. "_npmVersion": "1.3.8",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "inherits",
  21. "raw": "inherits@2",
  22. "rawSpec": "2",
  23. "scope": null,
  24. "spec": ">=2.0.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/findup-sync/glob",
  29. "/glob"
  30. ],
  31. "_shrinkwrap": null,
  32. "_spec": "inherits@2",
  33. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/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. "homepage": "https://github.com/isaacs/inherits#readme",
  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": "[email protected]"
  63. }
  64. ],
  65. "name": "inherits",
  66. "optionalDependencies": {},
  67. "readme": "ERROR: No README data found!",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/isaacs/inherits.git"
  71. },
  72. "scripts": {
  73. "test": "node test"
  74. },
  75. "version": "2.0.1"
  76. }