You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "repeat-element@^1.1.2",
  3. "_id": "repeat-element@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
  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.3.tgz",
  22. "_shasum": "782e0d825c0c5a3bb39731f84efee6b742e6b1ce",
  23. "_spec": "repeat-element@^1.1.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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": "^2.0.0",
  37. "chalk": "^2.4.1",
  38. "glob": "^7.1.2",
  39. "gulp-format-md": "^1.0.0",
  40. "minimist": "^1.2.0",
  41. "mocha": "^3.5.3"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/repeat-element",
  50. "keywords": [
  51. "array",
  52. "element",
  53. "repeat",
  54. "string"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "repeat-element",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  62. },
  63. "scripts": {
  64. "test": "mocha"
  65. },
  66. "verb": {
  67. "toc": false,
  68. "layout": "default",
  69. "tasks": [
  70. "readme"
  71. ],
  72. "plugins": [
  73. "gulp-format-md"
  74. ],
  75. "lint": {
  76. "reflinks": true
  77. }
  78. },
  79. "version": "1.1.3"
  80. }