package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "arr-diff@4.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "arr-diff@4.0.0",
  10. "_id": "arr-diff@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
  13. "_location": "/arr-diff",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "arr-diff@4.0.0",
  19. "name": "arr-diff",
  20. "escapedName": "arr-diff",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/micromatch",
  27. "/nanomatch",
  28. "/svg-baker/micromatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  31. "_spec": "4.0.0",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jon Schlinkert",
  43. "email": "jon.schlinkert@sellside.com",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Paul Miller",
  48. "email": "paul+gh@paulmillr.com",
  49. "url": "paulmillr.com"
  50. }
  51. ],
  52. "dependencies": {},
  53. "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.",
  54. "devDependencies": {
  55. "ansi-bold": "^0.1.1",
  56. "arr-flatten": "^1.0.1",
  57. "array-differ": "^1.0.0",
  58. "benchmarked": "^0.2.4",
  59. "gulp-format-md": "^0.1.9",
  60. "minimist": "^1.2.0",
  61. "mocha": "^2.4.5"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jonschlinkert/arr-diff",
  70. "keywords": [
  71. "arr",
  72. "array",
  73. "array differ",
  74. "array-differ",
  75. "diff",
  76. "differ",
  77. "difference"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "arr-diff",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "list": [
  100. "arr-flatten",
  101. "array-filter",
  102. "array-intersection"
  103. ]
  104. },
  105. "reflinks": [
  106. "array-differ",
  107. "verb"
  108. ],
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "4.0.0"
  114. }