package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "arr-diff@^1.0.1",
  3. "_id": "arr-diff@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OQwDZUqYaQwyyhDJHThmzId8daf4/RFNLaeh3AevmSeZ5Y7ug4Ga/yKc6l6kTZOBW781rCj103ZuTh8GAsB3+Q==",
  6. "_location": "/plugin-error/arr-diff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-diff@^1.0.1",
  12. "name": "arr-diff",
  13. "escapedName": "arr-diff",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/plugin-error"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/arr-diff/-/arr-diff-1.1.0.tgz",
  22. "_shasum": "687c32758163588fef7de7b36fabe495eb1a399a",
  23. "_spec": "arr-diff@^1.0.1",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\plugin-error",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "arr-flatten": "^1.0.1",
  35. "array-slice": "^0.2.3"
  36. },
  37. "deprecated": false,
  38. "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.",
  39. "devDependencies": {
  40. "array-differ": "^1.0.0",
  41. "benchmarked": "^0.1.4",
  42. "chalk": "^1.1.1",
  43. "mocha": "^2.2.5",
  44. "should": "^7.0.4"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/arr-diff",
  53. "keywords": [
  54. "arr",
  55. "array",
  56. "diff",
  57. "differ",
  58. "difference"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "arr-diff",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "related": {
  72. "list": [
  73. "arr-flatten",
  74. "array-filter",
  75. "array-intersection"
  76. ]
  77. }
  78. },
  79. "version": "1.1.0"
  80. }