package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "array-differ@^1.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
  6. "_location": "/array-differ",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-differ@^1.0.0",
  12. "name": "array-differ",
  13. "escapedName": "array-differ",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-util"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
  22. "_shasum": "eff52e3758249d33be402b8bb8e564bb2b5d4031",
  23. "_spec": "array-differ@^1.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-util",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "http://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/array-differ/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Create an array with values that are present in the first input array but not additional ones",
  36. "devDependencies": {
  37. "mocha": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/array-differ#readme",
  46. "keywords": [
  47. "array",
  48. "difference",
  49. "diff",
  50. "differ",
  51. "filter",
  52. "exclude"
  53. ],
  54. "license": "MIT",
  55. "name": "array-differ",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/sindresorhus/array-differ.git"
  59. },
  60. "scripts": {
  61. "test": "mocha"
  62. },
  63. "version": "1.0.0"
  64. }