package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "repeat-element@1.1.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeat-element@1.1.3",
  10. "_id": "repeat-element@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
  13. "_location": "/repeat-element",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "repeat-element@1.1.3",
  19. "name": "repeat-element",
  20. "escapedName": "repeat-element",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/cpx/braces",
  27. "/expand-range/fill-range",
  28. "/micromatch/braces",
  29. "/svg-baker/braces",
  30. "/watchpack-chokidar2/braces",
  31. "/webpack-dev-server/braces"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
  34. "_spec": "1.1.3",
  35. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  42. },
  43. "description": "Create an array by repeating the given value n times.",
  44. "devDependencies": {
  45. "benchmarked": "^2.0.0",
  46. "chalk": "^2.4.1",
  47. "glob": "^7.1.2",
  48. "gulp-format-md": "^1.0.0",
  49. "minimist": "^1.2.0",
  50. "mocha": "^3.5.3"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/repeat-element",
  59. "keywords": [
  60. "array",
  61. "element",
  62. "repeat",
  63. "string"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "repeat-element",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "toc": false,
  77. "layout": "default",
  78. "tasks": [
  79. "readme"
  80. ],
  81. "plugins": [
  82. "gulp-format-md"
  83. ],
  84. "lint": {
  85. "reflinks": true
  86. }
  87. },
  88. "version": "1.1.3"
  89. }