package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "arr-flatten@1.1.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "arr-flatten@1.1.0",
  10. "_id": "arr-flatten@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
  13. "_location": "/arr-flatten",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "arr-flatten@1.1.0",
  19. "name": "arr-flatten",
  20. "escapedName": "arr-flatten",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/anymatch/braces",
  27. "/arr-diff",
  28. "/http-proxy-middleware/braces",
  29. "/sane/braces",
  30. "/watchpack-chokidar2/braces",
  31. "/webpack-dev-server/braces"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  34. "_spec": "1.1.0",
  35. "_where": "E:\\2023\\5\\myjadmin",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Luke Edwards",
  50. "url": "https://lukeed.com"
  51. }
  52. ],
  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. }