package.json 2.4 KB

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