You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "class-utils@^0.3.5",
  3. "_id": "class-utils@0.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
  6. "_location": "/class-utils",
  7. "_phantomChildren": {
  8. "is-descriptor": "0.1.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "class-utils@^0.3.5",
  14. "name": "class-utils",
  15. "escapedName": "class-utils",
  16. "rawSpec": "^0.3.5",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.3.5"
  19. },
  20. "_requiredBy": [
  21. "/base"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
  24. "_shasum": "f93369ae8b9a7ce02fd41faad0ca83033190c463",
  25. "_spec": "class-utils@^0.3.5",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\base",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/class-utils/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Brian Woodward",
  38. "url": "https://twitter.com/doowb"
  39. },
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "url": "https://github.com/wtgtybhertgeghgtwtg"
  46. }
  47. ],
  48. "dependencies": {
  49. "arr-union": "^3.1.0",
  50. "define-property": "^0.2.5",
  51. "isobject": "^3.0.0",
  52. "static-extend": "^0.1.1"
  53. },
  54. "deprecated": false,
  55. "description": "Utils for working with JavaScript classes and prototype methods.",
  56. "devDependencies": {
  57. "gulp": "^3.9.1",
  58. "gulp-eslint": "^2.0.0",
  59. "gulp-format-md": "^0.1.7",
  60. "gulp-istanbul": "^0.10.3",
  61. "gulp-mocha": "^2.2.0",
  62. "mocha": "^2.4.5",
  63. "should": "^8.2.2",
  64. "through2": "^2.0.1"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/jonschlinkert/class-utils",
  73. "keywords": [
  74. "array",
  75. "assign",
  76. "class",
  77. "copy",
  78. "ctor",
  79. "define",
  80. "delegate",
  81. "descriptor",
  82. "extend",
  83. "extends",
  84. "inherit",
  85. "inheritance",
  86. "merge",
  87. "method",
  88. "object",
  89. "prop",
  90. "properties",
  91. "property",
  92. "prototype",
  93. "util",
  94. "utils"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "class-utils",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jonschlinkert/class-utils.git"
  102. },
  103. "scripts": {
  104. "test": "mocha"
  105. },
  106. "verb": {
  107. "run": true,
  108. "toc": false,
  109. "layout": "default",
  110. "tasks": [
  111. "readme"
  112. ],
  113. "plugins": [
  114. "gulp-format-md"
  115. ],
  116. "related": {
  117. "list": [
  118. "define-property",
  119. "delegate-properties",
  120. "is-descriptor"
  121. ]
  122. },
  123. "reflinks": [
  124. "verb"
  125. ],
  126. "lint": {
  127. "reflinks": true
  128. }
  129. },
  130. "version": "0.3.6"
  131. }