package.json 1.6 KB

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