package.json 1.9 KB

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