package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "repeat-element@^1.1.2",
  3. "_id": "repeat-element@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
  6. "_location": "/repeat-element",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "repeat-element@^1.1.2",
  12. "name": "repeat-element",
  13. "escapedName": "repeat-element",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/braces"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
  22. "_shasum": "ef089a178d1483baae4d93eb98b4f9e4e11d990a",
  23. "_spec": "repeat-element@^1.1.2",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/braces",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Create an array by repeating the given value n times.",
  35. "devDependencies": {
  36. "benchmarked": "^0.1.4",
  37. "chalk": "^1.0.0",
  38. "glob": "^5.0.5",
  39. "minimist": "^1.1.1",
  40. "mocha": "^2.2.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/repeat-element",
  49. "keywords": [
  50. "array",
  51. "element",
  52. "repeat",
  53. "string"
  54. ],
  55. "license": {
  56. "type": "MIT",
  57. "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
  58. },
  59. "main": "index.js",
  60. "name": "repeat-element",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/jonschlinkert/repeat-element.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "version": "1.1.2"
  69. }