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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "arr-flatten@^1.1.0",
  3. "_id": "arr-flatten@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
  6. "_location": "/arr-flatten",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-flatten@^1.1.0",
  12. "name": "arr-flatten",
  13. "escapedName": "arr-flatten",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/bach",
  20. "/braces",
  21. "/undertaker"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  24. "_shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
  25. "_spec": "arr-flatten@^1.1.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\braces",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jon Schlinkert",
  38. "url": "http://twitter.com/jonschlinkert"
  39. },
  40. {
  41. "name": "Luke Edwards",
  42. "url": "https://lukeed.com"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "Recursively flatten an array or arrays.",
  47. "devDependencies": {
  48. "ansi-bold": "^0.1.1",
  49. "array-flatten": "^2.1.1",
  50. "array-slice": "^1.0.0",
  51. "benchmarked": "^1.0.0",
  52. "compute-flatten": "^1.0.0",
  53. "flatit": "^1.1.1",
  54. "flatten": "^1.0.2",
  55. "flatten-array": "^1.0.0",
  56. "glob": "^7.1.1",
  57. "gulp-format-md": "^0.1.12",
  58. "just-flatten-it": "^1.1.23",
  59. "lodash.flattendeep": "^4.4.0",
  60. "m_flattened": "^1.0.1",
  61. "mocha": "^3.2.0",
  62. "utils-flatten": "^1.0.0",
  63. "write": "^0.3.3"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  72. "keywords": [
  73. "arr",
  74. "array",
  75. "elements",
  76. "flat",
  77. "flatten",
  78. "nested",
  79. "recurse",
  80. "recursive",
  81. "recursively"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "arr-flatten",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "verb": {
  94. "toc": false,
  95. "layout": "default",
  96. "tasks": [
  97. "readme"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "related": {
  103. "list": [
  104. "arr-filter",
  105. "arr-union",
  106. "array-each",
  107. "array-unique"
  108. ]
  109. },
  110. "lint": {
  111. "reflinks": true
  112. }
  113. },
  114. "version": "1.1.0"
  115. }