package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "arr-flatten@^1.0.1",
  6. "scope": null,
  7. "escapedName": "arr-flatten",
  8. "name": "arr-flatten",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/arr-diff"
  14. ]
  15. ],
  16. "_from": "arr-flatten@>=1.0.1 <2.0.0",
  17. "_id": "arr-flatten@1.0.3",
  18. "_inCache": true,
  19. "_location": "/arr-flatten",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/arr-flatten-1.0.3.tgz_1492401133892_0.4026696104556322"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.2.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "arr-flatten@^1.0.1",
  33. "scope": null,
  34. "escapedName": "arr-flatten",
  35. "name": "arr-flatten",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/arr-diff"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.3.tgz",
  44. "_shasum": "a274ed85ac08849b6bd7847c4580745dc51adfb1",
  45. "_shrinkwrap": null,
  46. "_spec": "arr-flatten@^1.0.1",
  47. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/arr-diff",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Recursively flatten an array or arrays.",
  57. "devDependencies": {
  58. "ansi-bold": "^0.1.1",
  59. "array-flatten": "^2.1.1",
  60. "array-slice": "^1.0.0",
  61. "benchmarked": "^1.0.0",
  62. "compute-flatten": "^1.0.0",
  63. "flatit": "^1.1.1",
  64. "flatten": "^1.0.2",
  65. "flatten-array": "^1.0.0",
  66. "glob": "^7.1.1",
  67. "gulp-format-md": "^0.1.12",
  68. "just-flatten-it": "^1.1.23",
  69. "lodash.flattendeep": "^4.4.0",
  70. "m_flattened": "^1.0.1",
  71. "mocha": "^3.2.0",
  72. "utils-flatten": "^1.0.0",
  73. "write": "^0.3.3"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "a274ed85ac08849b6bd7847c4580745dc51adfb1",
  78. "tarball": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.3.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "index.js"
  85. ],
  86. "gitHead": "9a3bc015a6989496202060dde74785d848e2d2f4",
  87. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  88. "keywords": [
  89. "arr",
  90. "array",
  91. "elements",
  92. "flat",
  93. "flatten",
  94. "nested",
  95. "recurse",
  96. "recursive",
  97. "recursively"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "maintainers": [
  102. {
  103. "name": "jonschlinkert",
  104. "email": "github@sellside.com"
  105. }
  106. ],
  107. "name": "arr-flatten",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  113. },
  114. "scripts": {
  115. "test": "mocha"
  116. },
  117. "verb": {
  118. "toc": false,
  119. "layout": "default",
  120. "tasks": [
  121. "readme"
  122. ],
  123. "plugins": [
  124. "gulp-format-md"
  125. ],
  126. "related": {
  127. "list": [
  128. "arr-union",
  129. "array-unique",
  130. "array-each",
  131. "arr-filter"
  132. ]
  133. },
  134. "lint": {
  135. "reflinks": true
  136. }
  137. },
  138. "version": "1.0.3"
  139. }