package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "repeat-element@1.1.3",
  5. "E:\\item\\newItem\\admin"
  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. "/braces",
  27. "/expand-range/fill-range",
  28. "/jest-config/braces",
  29. "/jest-haste-map/braces",
  30. "/jest-message-util/braces",
  31. "/jest-runtime/braces",
  32. "/jest/braces",
  33. "/test-exclude/braces"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
  36. "_spec": "1.1.3",
  37. "_where": "E:\\item\\newItem\\admin",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  44. },
  45. "description": "Create an array by repeating the given value n times.",
  46. "devDependencies": {
  47. "benchmarked": "^2.0.0",
  48. "chalk": "^2.4.1",
  49. "glob": "^7.1.2",
  50. "gulp-format-md": "^1.0.0",
  51. "minimist": "^1.2.0",
  52. "mocha": "^3.5.3"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/repeat-element",
  61. "keywords": [
  62. "array",
  63. "element",
  64. "repeat",
  65. "string"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "repeat-element",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "toc": false,
  79. "layout": "default",
  80. "tasks": [
  81. "readme"
  82. ],
  83. "plugins": [
  84. "gulp-format-md"
  85. ],
  86. "lint": {
  87. "reflinks": true
  88. }
  89. },
  90. "version": "1.1.3"
  91. }