package.json 769 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "array-differ",
  3. "version": "1.0.0",
  4. "description": "Create an array with values that are present in the first input array but not additional ones",
  5. "license": "MIT",
  6. "repository": "sindresorhus/array-differ",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "array",
  23. "difference",
  24. "diff",
  25. "differ",
  26. "filter",
  27. "exclude"
  28. ],
  29. "devDependencies": {
  30. "mocha": "*"
  31. },
  32. "__npminstall_done": true,
  33. "_from": "array-differ@1.0.0",
  34. "_resolved": "https://registry.npmmirror.com/array-differ/-/array-differ-1.0.0.tgz"
  35. }