package.json 2.5 KB

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