package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "arr-flatten@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "arr-flatten@1.1.0",
  10. "_id": "arr-flatten@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=",
  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. "/jest-config/arr-diff",
  28. "/jest-haste-map/arr-diff",
  29. "/jest-message-util/arr-diff",
  30. "/jest-runtime/arr-diff",
  31. "/jest/arr-diff",
  32. "/test-exclude/arr-diff"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/arr-flatten/download/arr-flatten-1.1.0.tgz",
  35. "_spec": "1.1.0",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  43. },
  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. "description": "Recursively flatten an array or arrays.",
  55. "devDependencies": {
  56. "ansi-bold": "^0.1.1",
  57. "array-flatten": "^2.1.1",
  58. "array-slice": "^1.0.0",
  59. "benchmarked": "^1.0.0",
  60. "compute-flatten": "^1.0.0",
  61. "flatit": "^1.1.1",
  62. "flatten": "^1.0.2",
  63. "flatten-array": "^1.0.0",
  64. "glob": "^7.1.1",
  65. "gulp-format-md": "^0.1.12",
  66. "just-flatten-it": "^1.1.23",
  67. "lodash.flattendeep": "^4.4.0",
  68. "m_flattened": "^1.0.1",
  69. "mocha": "^3.2.0",
  70. "utils-flatten": "^1.0.0",
  71. "write": "^0.3.3"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  80. "keywords": [
  81. "arr",
  82. "array",
  83. "elements",
  84. "flat",
  85. "flatten",
  86. "nested",
  87. "recurse",
  88. "recursive",
  89. "recursively"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "arr-flatten",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "verb": {
  102. "toc": false,
  103. "layout": "default",
  104. "tasks": [
  105. "readme"
  106. ],
  107. "plugins": [
  108. "gulp-format-md"
  109. ],
  110. "related": {
  111. "list": [
  112. "arr-filter",
  113. "arr-union",
  114. "array-each",
  115. "array-unique"
  116. ]
  117. },
  118. "lint": {
  119. "reflinks": true
  120. }
  121. },
  122. "version": "1.1.0"
  123. }