package.json 2.7 KB

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