package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "/babel-jest/braces",
  20. "/braces",
  21. "/expand-range/fill-range"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
  24. "_shasum": "be681520847ab58c7568ac75fbfad28ed42d39e9",
  25. "_spec": "repeat-element@^1.1.2",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\braces",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Create an array by repeating the given value n times.",
  37. "devDependencies": {
  38. "benchmarked": "^2.0.0",
  39. "chalk": "^2.4.1",
  40. "glob": "^7.1.2",
  41. "gulp-format-md": "^1.0.0",
  42. "minimist": "^1.2.0",
  43. "mocha": "^3.5.3"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/repeat-element",
  52. "keywords": [
  53. "array",
  54. "element",
  55. "repeat",
  56. "string"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "repeat-element",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "verb": {
  69. "toc": false,
  70. "layout": "default",
  71. "tasks": [
  72. "readme"
  73. ],
  74. "plugins": [
  75. "gulp-format-md"
  76. ],
  77. "lint": {
  78. "reflinks": true
  79. }
  80. },
  81. "version": "1.1.4"
  82. }