package.json 2.4 KB

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