package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.3",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "inherits@2.0.3",
  9. "_id": "inherits@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
  12. "_location": "/inherits",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inherits@2.0.3",
  18. "name": "inherits",
  19. "escapedName": "inherits",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/block-stream",
  26. "/css",
  27. "/duplexer2/readable-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. "/true-case-path/glob",
  38. "/vinyl-fs/readable-stream",
  39. "/vow-fs/glob"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  42. "_spec": "2.0.3",
  43. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  44. "browser": "./inherits_browser.js",
  45. "bugs": {
  46. "url": "https://github.com/isaacs/inherits/issues"
  47. },
  48. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  49. "devDependencies": {
  50. "tap": "^7.1.0"
  51. },
  52. "files": [
  53. "inherits.js",
  54. "inherits_browser.js"
  55. ],
  56. "homepage": "https://github.com/isaacs/inherits#readme",
  57. "keywords": [
  58. "inheritance",
  59. "class",
  60. "klass",
  61. "oop",
  62. "object-oriented",
  63. "inherits",
  64. "browser",
  65. "browserify"
  66. ],
  67. "license": "ISC",
  68. "main": "./inherits.js",
  69. "name": "inherits",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/isaacs/inherits.git"
  73. },
  74. "scripts": {
  75. "test": "node test"
  76. },
  77. "version": "2.0.3"
  78. }