package.json 2.6 KB

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