package.json 2.9 KB

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