项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

119 lines
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "arr-flatten@1.1.0",
  5. "D:\\A易云\\YiYunJianZhu"
  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. "/http-proxy-middleware/arr-diff"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "D:\\A易云\\YiYunJianZhu",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "name": "Luke Edwards",
  46. "url": "https://lukeed.com"
  47. }
  48. ],
  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. }