package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "uniqid@4.1.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "uniqid@4.1.1",
  9. "_id": "uniqid@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-iSIN32t1GuUrX3JISGNShZa7hME=",
  12. "_location": "/uniqid",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "uniqid@4.1.1",
  18. "name": "uniqid",
  19. "escapedName": "uniqid",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/postcss-filter-plugins"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz",
  28. "_spec": "4.1.1",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Halász Ádám",
  32. "email": "mail@adamhalasz.com",
  33. "url": "http://adamhalasz.com/"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/adamhalasz/uniqid/issues",
  37. "email": "mail@adamhalasz.com"
  38. },
  39. "dependencies": {
  40. "macaddress": "^0.2.8"
  41. },
  42. "description": "Unique ID Generator",
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "http://github.com/adamhalasz/diet-uniqid/",
  47. "keywords": [
  48. "unique id",
  49. "uniqid",
  50. "unique identifier",
  51. "hexatridecimal"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "uniqid",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/adamhalasz/uniqid.git"
  59. },
  60. "version": "4.1.1"
  61. }