package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "unique-slug@2.0.2",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_from": "unique-slug@2.0.2",
  9. "_id": "unique-slug@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
  12. "_location": "/unique-slug",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unique-slug@2.0.2",
  18. "name": "unique-slug",
  19. "escapedName": "unique-slug",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/unique-filename"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
  28. "_spec": "2.0.2",
  29. "_where": "D:\\代码\\单商户\\admin",
  30. "author": {
  31. "name": "Rebecca Turner",
  32. "email": "me@re-becca.org",
  33. "url": "http://re-becca.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/iarna/unique-slug/issues"
  37. },
  38. "dependencies": {
  39. "imurmurhash": "^0.1.4"
  40. },
  41. "description": "Generate a unique character string suitible for use in files and URLs.",
  42. "devDependencies": {
  43. "standard": "^12.0.1",
  44. "tap": "^12.7.0"
  45. },
  46. "homepage": "https://github.com/iarna/unique-slug#readme",
  47. "keywords": [],
  48. "license": "ISC",
  49. "main": "index.js",
  50. "name": "unique-slug",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/iarna/unique-slug.git"
  54. },
  55. "scripts": {
  56. "test": "standard && tap --coverage test"
  57. },
  58. "version": "2.0.2"
  59. }