package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "uniqs@2.0.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "uniqs@2.0.0",
  9. "_id": "uniqs@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=",
  12. "_location": "/uniqs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "uniqs@2.0.0",
  18. "name": "uniqs",
  19. "escapedName": "uniqs",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-discard-unused",
  26. "/postcss-minify-params",
  27. "/postcss-unique-selectors",
  28. "/postcss-zindex"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "D:\\projects\\dealer_front",
  33. "author": {
  34. "name": "Felix Gnass",
  35. "email": "fgnass@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/fgnass/uniqs/issues"
  39. },
  40. "description": "Tiny utility to create unions and de-duplicated lists",
  41. "homepage": "https://github.com/fgnass/uniqs#readme",
  42. "keywords": [
  43. "unique",
  44. "uniq",
  45. "dedupe",
  46. "union"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "uniqs",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/fgnass/uniqs.git"
  54. },
  55. "scripts": {
  56. "test": "node test"
  57. },
  58. "version": "2.0.0"
  59. }