package.json 1.3 KB

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