package.json 2.5 KB

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