package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "arr-flatten@^1.1.0",
  3. "_id": "[email protected]",
  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. "/gulp-clone/arr-diff",
  22. "/gulp-concat-css/arr-diff",
  23. "/gulp-copy/arr-diff",
  24. "/gulp-flatten/arr-diff",
  25. "/gulp-less/arr-diff",
  26. "/gulp-notify/arr-diff",
  27. "/gulp-plumber/arr-diff",
  28. "/undertaker"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  31. "_shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
  32. "_spec": "arr-flatten@^1.1.0",
  33. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\braces",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. },
  47. {
  48. "name": "Luke Edwards",
  49. "url": "https://lukeed.com"
  50. }
  51. ],
  52. "deprecated": false,
  53. "description": "Recursively flatten an array or arrays.",
  54. "devDependencies": {
  55. "ansi-bold": "^0.1.1",
  56. "array-flatten": "^2.1.1",
  57. "array-slice": "^1.0.0",
  58. "benchmarked": "^1.0.0",
  59. "compute-flatten": "^1.0.0",
  60. "flatit": "^1.1.1",
  61. "flatten": "^1.0.2",
  62. "flatten-array": "^1.0.0",
  63. "glob": "^7.1.1",
  64. "gulp-format-md": "^0.1.12",
  65. "just-flatten-it": "^1.1.23",
  66. "lodash.flattendeep": "^4.4.0",
  67. "m_flattened": "^1.0.1",
  68. "mocha": "^3.2.0",
  69. "utils-flatten": "^1.0.0",
  70. "write": "^0.3.3"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  79. "keywords": [
  80. "arr",
  81. "array",
  82. "elements",
  83. "flat",
  84. "flatten",
  85. "nested",
  86. "recurse",
  87. "recursive",
  88. "recursively"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "arr-flatten",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "related": {
  110. "list": [
  111. "arr-filter",
  112. "arr-union",
  113. "array-each",
  114. "array-unique"
  115. ]
  116. },
  117. "lint": {
  118. "reflinks": true
  119. }
  120. },
  121. "version": "1.1.0"
  122. }