package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "uniqs@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/postcss-minify-params",
  27. "/postcss-unique-selectors"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/uniqs/download/uniqs-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Felix Gnass",
  34. "email": "fgnass@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/fgnass/uniqs/issues"
  38. },
  39. "description": "Tiny utility to create unions and de-duplicated lists",
  40. "homepage": "https://github.com/fgnass/uniqs#readme",
  41. "keywords": [
  42. "unique",
  43. "uniq",
  44. "dedupe",
  45. "union"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "uniqs",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/fgnass/uniqs.git"
  53. },
  54. "scripts": {
  55. "test": "node test"
  56. },
  57. "version": "2.0.0"
  58. }