package.json 2.9 KB

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