package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "repeat-element@1.1.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeat-element@1.1.2",
  10. "_id": "repeat-element@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
  13. "_location": "/repeat-element",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "repeat-element@1.1.2",
  19. "name": "repeat-element",
  20. "escapedName": "repeat-element",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/braces",
  27. "/expand-range/fill-range",
  28. "/http-proxy-middleware/braces"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
  31. "_spec": "1.1.2",
  32. "_where": "D:\\projects\\dealer_front",
  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": "^0.1.4",
  43. "chalk": "^1.0.0",
  44. "glob": "^5.0.5",
  45. "minimist": "^1.1.1",
  46. "mocha": "^2.2.4"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/repeat-element",
  55. "keywords": [
  56. "array",
  57. "element",
  58. "repeat",
  59. "string"
  60. ],
  61. "license": {
  62. "type": "MIT",
  63. "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
  64. },
  65. "main": "index.js",
  66. "name": "repeat-element",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/jonschlinkert/repeat-element.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "version": "1.1.2"
  75. }