package.json 2.2 KB

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