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.

123 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "static-extend@^0.1.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/class-utils"
  6. ]
  7. ],
  8. "_from": "static-extend@>=0.1.1 <0.2.0",
  9. "_id": "static-extend@0.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/static-extend",
  13. "_nodeVersion": "6.2.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/static-extend-0.1.2.tgz_1465497934772_0.6460855521727353"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.8.9",
  23. "_phantomChildren": {
  24. "is-descriptor": "0.1.6"
  25. },
  26. "_requested": {
  27. "name": "static-extend",
  28. "raw": "static-extend@^0.1.1",
  29. "rawSpec": "^0.1.1",
  30. "scope": null,
  31. "spec": ">=0.1.1 <0.2.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/class-utils"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
  38. "_shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6",
  39. "_shrinkwrap": null,
  40. "_spec": "static-extend@^0.1.1",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/class-utils",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/static-extend/issues"
  48. },
  49. "dependencies": {
  50. "define-property": "^0.2.5",
  51. "object-copy": "^0.1.0"
  52. },
  53. "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
  54. "devDependencies": {
  55. "gulp-format-md": "^0.1.9",
  56. "mocha": "^2.5.3"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6",
  61. "tarball": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "ce41369391163eb9403848a1b4daf00be981c56b",
  70. "homepage": "https://github.com/jonschlinkert/static-extend",
  71. "keywords": [
  72. "class",
  73. "ctor",
  74. "descriptor",
  75. "extend",
  76. "extends",
  77. "inherit",
  78. "inheritance",
  79. "merge",
  80. "method",
  81. "prop",
  82. "properties",
  83. "property",
  84. "prototype"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "jonschlinkert",
  91. "email": "github@sellside.com"
  92. }
  93. ],
  94. "name": "static-extend",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/static-extend.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "layout": "default",
  106. "lint": {
  107. "reflinks": true
  108. },
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "reflinks": [
  113. "verb",
  114. "verb-readme-generator"
  115. ],
  116. "run": true,
  117. "tasks": [
  118. "readme"
  119. ],
  120. "toc": false
  121. },
  122. "version": "0.1.2"
  123. }