package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "arr-diff@^4.0.0",
  3. "_id": "arr-diff@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
  6. "_location": "/arr-diff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-diff@^4.0.0",
  12. "name": "arr-diff",
  13. "escapedName": "arr-diff",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/micromatch",
  20. "/nanomatch",
  21. "/plugin-error"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/arr-diff/-/arr-diff-4.0.0.tgz",
  24. "_shasum": "d6461074febfec71e7e15235761a329a5dc7c520",
  25. "_spec": "arr-diff@^4.0.0",
  26. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/micromatch",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jon Schlinkert",
  38. "email": "jon.schlinkert@sellside.com",
  39. "url": "http://twitter.com/jonschlinkert"
  40. },
  41. {
  42. "name": "Paul Miller",
  43. "email": "paul+gh@paulmillr.com",
  44. "url": "paulmillr.com"
  45. }
  46. ],
  47. "dependencies": {},
  48. "deprecated": false,
  49. "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
  50. "devDependencies": {
  51. "ansi-bold": "^0.1.1",
  52. "arr-flatten": "^1.0.1",
  53. "array-differ": "^1.0.0",
  54. "benchmarked": "^0.2.4",
  55. "gulp-format-md": "^0.1.9",
  56. "minimist": "^1.2.0",
  57. "mocha": "^2.4.5"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jonschlinkert/arr-diff",
  66. "keywords": [
  67. "arr",
  68. "array",
  69. "array differ",
  70. "array-differ",
  71. "diff",
  72. "differ",
  73. "difference"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "arr-diff",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "verb": {
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "related": {
  95. "list": [
  96. "arr-flatten",
  97. "array-filter",
  98. "array-intersection"
  99. ]
  100. },
  101. "reflinks": [
  102. "array-differ",
  103. "verb"
  104. ],
  105. "lint": {
  106. "reflinks": true
  107. }
  108. },
  109. "version": "4.0.0"
  110. }