package.json 1.9 KB

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