package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "repeat-element@1.1.3",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeat-element@1.1.3",
  10. "_id": "repeat-element@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-eC4NglwMWjuzlzH4Tv7mt0Lmsc4=",
  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. ],
  28. "_resolved": "http://registry.npm.taobao.org/repeat-element/download/repeat-element-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  37. },
  38. "description": "Create an array by repeating the given value n times.",
  39. "devDependencies": {
  40. "benchmarked": "^2.0.0",
  41. "chalk": "^2.4.1",
  42. "glob": "^7.1.2",
  43. "gulp-format-md": "^1.0.0",
  44. "minimist": "^1.2.0",
  45. "mocha": "^3.5.3"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/repeat-element",
  54. "keywords": [
  55. "array",
  56. "element",
  57. "repeat",
  58. "string"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "repeat-element",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "toc": false,
  72. "layout": "default",
  73. "tasks": [
  74. "readme"
  75. ],
  76. "plugins": [
  77. "gulp-format-md"
  78. ],
  79. "lint": {
  80. "reflinks": true
  81. }
  82. },
  83. "version": "1.1.3"
  84. }