package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "repeat-element@^1.1.2",
  6. "scope": null,
  7. "escapedName": "repeat-element",
  8. "name": "repeat-element",
  9. "rawSpec": "^1.1.2",
  10. "spec": ">=1.1.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/braces"
  14. ]
  15. ],
  16. "_from": "repeat-element@>=1.1.2 <2.0.0",
  17. "_id": "repeat-element@1.1.2",
  18. "_inCache": true,
  19. "_location": "/repeat-element",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "repeat-element@^1.1.2",
  29. "scope": null,
  30. "escapedName": "repeat-element",
  31. "name": "repeat-element",
  32. "rawSpec": "^1.1.2",
  33. "spec": ">=1.1.2 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/braces",
  38. "/fill-range"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
  41. "_shasum": "ef089a178d1483baae4d93eb98b4f9e4e11d990a",
  42. "_shrinkwrap": null,
  43. "_spec": "repeat-element@^1.1.2",
  44. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/braces",
  45. "author": {
  46. "name": "Jon Schlinkert",
  47. "url": "https://github.com/jonschlinkert"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Create an array by repeating the given value n times.",
  54. "devDependencies": {
  55. "benchmarked": "^0.1.4",
  56. "chalk": "^1.0.0",
  57. "glob": "^5.0.5",
  58. "minimist": "^1.1.1",
  59. "mocha": "^2.2.4"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "ef089a178d1483baae4d93eb98b4f9e4e11d990a",
  64. "tarball": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "7a6b21d58eafcc44fc8de133c70a8398ee9fdd8d",
  73. "homepage": "https://github.com/jonschlinkert/repeat-element",
  74. "keywords": [
  75. "array",
  76. "element",
  77. "repeat",
  78. "string"
  79. ],
  80. "license": {
  81. "type": "MIT",
  82. "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
  83. },
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "jonschlinkert",
  88. "email": "github@sellside.com"
  89. }
  90. ],
  91. "name": "repeat-element",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/jonschlinkert/repeat-element.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "version": "1.1.2"
  102. }