package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "unique-filename@1.1.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unique-filename@1.1.1",
  10. "_id": "unique-filename@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HWl2k2mtoFgxA6HmrodoG1ZXMjA=",
  13. "_location": "/unique-filename",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "unique-filename@1.1.1",
  19. "name": "unique-filename",
  20. "escapedName": "unique-filename",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache",
  27. "/cacache",
  28. "/compression-webpack-plugin/cacache"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/unique-filename/download/unique-filename-1.1.1.tgz",
  31. "_spec": "1.1.1",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "author": {
  34. "name": "Rebecca Turner",
  35. "email": "me@re-becca.org",
  36. "url": "http://re-becca.org/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/iarna/unique-filename/issues"
  40. },
  41. "dependencies": {
  42. "unique-slug": "^2.0.0"
  43. },
  44. "description": "Generate a unique filename for use in temporary directories or caches.",
  45. "devDependencies": {
  46. "standard": "^5.4.1",
  47. "tap": "^2.3.1"
  48. },
  49. "homepage": "https://github.com/iarna/unique-filename",
  50. "keywords": [],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "unique-filename",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/iarna/unique-filename.git"
  57. },
  58. "scripts": {
  59. "test": "standard && tap test"
  60. },
  61. "version": "1.1.1"
  62. }