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.

163 lines
3.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "class-utils@^0.3.5",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/base"
  6. ]
  7. ],
  8. "_from": "class-utils@>=0.3.5 <0.4.0",
  9. "_id": "class-utils@0.3.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/class-utils",
  13. "_nodeVersion": "9.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/class-utils-0.3.6.tgz_1515682163077_0.6769419175107032"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {
  24. "is-descriptor": "0.1.6"
  25. },
  26. "_requested": {
  27. "name": "class-utils",
  28. "raw": "class-utils@^0.3.5",
  29. "rawSpec": "^0.3.5",
  30. "scope": null,
  31. "spec": ">=0.3.5 <0.4.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/base"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
  38. "_shasum": "f93369ae8b9a7ce02fd41faad0ca83033190c463",
  39. "_shrinkwrap": null,
  40. "_spec": "class-utils@^0.3.5",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/base",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/class-utils/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Brian Woodward",
  52. "url": "https://twitter.com/doowb"
  53. },
  54. {
  55. "name": "Jon Schlinkert",
  56. "url": "http://twitter.com/jonschlinkert"
  57. },
  58. {
  59. "url": "https://github.com/wtgtybhertgeghgtwtg"
  60. }
  61. ],
  62. "dependencies": {
  63. "arr-union": "^3.1.0",
  64. "define-property": "^0.2.5",
  65. "isobject": "^3.0.0",
  66. "static-extend": "^0.1.1"
  67. },
  68. "description": "Utils for working with JavaScript classes and prototype methods.",
  69. "devDependencies": {
  70. "gulp": "^3.9.1",
  71. "gulp-eslint": "^2.0.0",
  72. "gulp-format-md": "^0.1.7",
  73. "gulp-istanbul": "^0.10.3",
  74. "gulp-mocha": "^2.2.0",
  75. "mocha": "^2.4.5",
  76. "should": "^8.2.2",
  77. "through2": "^2.0.1"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
  82. "shasum": "f93369ae8b9a7ce02fd41faad0ca83033190c463",
  83. "tarball": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz"
  84. },
  85. "engines": {
  86. "node": ">=0.10.0"
  87. },
  88. "files": [
  89. "index.js"
  90. ],
  91. "gitHead": "0ad9e639d6a63d6dc04043ac5931df85fb898e06",
  92. "homepage": "https://github.com/jonschlinkert/class-utils",
  93. "keywords": [
  94. "array",
  95. "assign",
  96. "class",
  97. "copy",
  98. "ctor",
  99. "define",
  100. "delegate",
  101. "descriptor",
  102. "extend",
  103. "extends",
  104. "inherit",
  105. "inheritance",
  106. "merge",
  107. "method",
  108. "object",
  109. "prop",
  110. "properties",
  111. "property",
  112. "prototype",
  113. "util",
  114. "utils"
  115. ],
  116. "license": "MIT",
  117. "main": "index.js",
  118. "maintainers": [
  119. {
  120. "name": "doowb",
  121. "email": "brian.woodward@gmail.com"
  122. },
  123. {
  124. "name": "jonschlinkert",
  125. "email": "github@sellside.com"
  126. }
  127. ],
  128. "name": "class-utils",
  129. "optionalDependencies": {},
  130. "readme": "ERROR: No README data found!",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/jonschlinkert/class-utils.git"
  134. },
  135. "scripts": {
  136. "test": "mocha"
  137. },
  138. "verb": {
  139. "layout": "default",
  140. "lint": {
  141. "reflinks": true
  142. },
  143. "plugins": [
  144. "gulp-format-md"
  145. ],
  146. "reflinks": [
  147. "verb"
  148. ],
  149. "related": {
  150. "list": [
  151. "define-property",
  152. "delegate-properties",
  153. "is-descriptor"
  154. ]
  155. },
  156. "run": true,
  157. "tasks": [
  158. "readme"
  159. ],
  160. "toc": false
  161. },
  162. "version": "0.3.6"
  163. }