package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "repeat-element@^1.1.2",
  3. "_id": "repeat-element@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
  6. "_location": "/repeat-element",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "repeat-element@^1.1.2",
  12. "name": "repeat-element",
  13. "escapedName": "repeat-element",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/braces",
  20. "/expand-range/fill-range",
  21. "/jest-config/braces",
  22. "/jest-haste-map/braces",
  23. "/jest-message-util/braces",
  24. "/jest-runtime/braces",
  25. "/jest/braces",
  26. "/mocha-webpack/braces",
  27. "/sane/braces",
  28. "/svg-baker/braces",
  29. "/test-exclude/braces",
  30. "/watchpack-chokidar2/braces",
  31. "/webpack/braces"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/repeat-element/-/repeat-element-1.1.4.tgz",
  34. "_shasum": "be681520847ab58c7568ac75fbfad28ed42d39e9",
  35. "_spec": "repeat-element@^1.1.2",
  36. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack\\node_modules\\braces",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  43. },
  44. "bundleDependencies": false,
  45. "deprecated": false,
  46. "description": "Create an array by repeating the given value n times.",
  47. "devDependencies": {
  48. "benchmarked": "^2.0.0",
  49. "chalk": "^2.4.1",
  50. "glob": "^7.1.2",
  51. "gulp-format-md": "^1.0.0",
  52. "minimist": "^1.2.0",
  53. "mocha": "^3.5.3"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/repeat-element",
  62. "keywords": [
  63. "array",
  64. "element",
  65. "repeat",
  66. "string"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "repeat-element",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "lint": {
  88. "reflinks": true
  89. }
  90. },
  91. "version": "1.1.4"
  92. }