package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "static-extend@^0.1.1",
  3. "_id": "static-extend@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
  6. "_location": "/static-extend",
  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": "static-extend@^0.1.1",
  15. "name": "static-extend",
  16. "escapedName": "static-extend",
  17. "rawSpec": "^0.1.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^0.1.1"
  20. },
  21. "_requiredBy": [
  22. "/class-utils"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
  25. "_shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6",
  26. "_spec": "static-extend@^0.1.1",
  27. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/class-utils",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/static-extend/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "define-property": "^0.2.5",
  38. "object-copy": "^0.1.0"
  39. },
  40. "deprecated": false,
  41. "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.",
  42. "devDependencies": {
  43. "gulp-format-md": "^0.1.9",
  44. "mocha": "^2.5.3"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/static-extend",
  53. "keywords": [
  54. "class",
  55. "ctor",
  56. "descriptor",
  57. "extend",
  58. "extends",
  59. "inherit",
  60. "inheritance",
  61. "merge",
  62. "method",
  63. "prop",
  64. "properties",
  65. "property",
  66. "prototype"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "static-extend",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/static-extend.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "run": true,
  80. "toc": false,
  81. "layout": "default",
  82. "tasks": [
  83. "readme"
  84. ],
  85. "plugins": [
  86. "gulp-format-md"
  87. ],
  88. "reflinks": [
  89. "verb",
  90. "verb-readme-generator"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "0.1.2"
  97. }