package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "repeat-element@1.1.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/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.npm.taobao.org/repeat-element/download/repeat-element-1.1.3.tgz",
  36. "_spec": "1.1.3",
  37. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }