package.json 1.5 KB

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