package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "repeat-element@1.1.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  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. "/fill-range"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  38. },
  39. "description": "Create an array by repeating the given value n times.",
  40. "devDependencies": {
  41. "benchmarked": "^0.1.4",
  42. "chalk": "^1.0.0",
  43. "glob": "^5.0.5",
  44. "minimist": "^1.1.1",
  45. "mocha": "^2.2.4"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/repeat-element",
  54. "keywords": [
  55. "array",
  56. "element",
  57. "repeat",
  58. "string"
  59. ],
  60. "license": {
  61. "type": "MIT",
  62. "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
  63. },
  64. "main": "index.js",
  65. "name": "repeat-element",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/jonschlinkert/repeat-element.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "version": "1.1.2"
  74. }