package.json 1.4 KB

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