package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inherits@2.0.3",
  10. "_id": "inherits@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
  13. "_location": "/inherits",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inherits@2.0.3",
  19. "name": "inherits",
  20. "escapedName": "inherits",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/are-we-there-yet/readable-stream",
  27. "/block-stream",
  28. "/fstream",
  29. "/glob",
  30. "/glob-stream/readable-stream",
  31. "/node-gyp/glob",
  32. "/node-sass/glob",
  33. "/readable-stream",
  34. "/rimraf/glob",
  35. "/sass-graph/glob",
  36. "/tar",
  37. "/through2/readable-stream",
  38. "/vinyl-fs/readable-stream"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  41. "_spec": "2.0.3",
  42. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  43. "browser": "./inherits_browser.js",
  44. "bugs": {
  45. "url": "https://github.com/isaacs/inherits/issues"
  46. },
  47. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  48. "devDependencies": {
  49. "tap": "^7.1.0"
  50. },
  51. "files": [
  52. "inherits.js",
  53. "inherits_browser.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/inherits#readme",
  56. "keywords": [
  57. "inheritance",
  58. "class",
  59. "klass",
  60. "oop",
  61. "object-oriented",
  62. "inherits",
  63. "browser",
  64. "browserify"
  65. ],
  66. "license": "ISC",
  67. "main": "./inherits.js",
  68. "name": "inherits",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/isaacs/inherits.git"
  72. },
  73. "scripts": {
  74. "test": "node test"
  75. },
  76. "version": "2.0.3"
  77. }