package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "os-tmpdir@^1.0.1",
  3. "_id": "os-tmpdir@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
  6. "_location": "/os-tmpdir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-tmpdir@^1.0.1",
  12. "name": "os-tmpdir",
  13. "escapedName": "os-tmpdir",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/home-or-tmp",
  20. "/osenv",
  21. "/tmp"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  24. "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
  25. "_spec": "os-tmpdir@^1.0.1",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\home-or-tmp",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Node.js os.tmpdir() ponyfill",
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "^0.16.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
  49. "keywords": [
  50. "built-in",
  51. "core",
  52. "ponyfill",
  53. "polyfill",
  54. "shim",
  55. "os",
  56. "tmpdir",
  57. "tempdir",
  58. "tmp",
  59. "temp",
  60. "dir",
  61. "directory",
  62. "env",
  63. "environment"
  64. ],
  65. "license": "MIT",
  66. "name": "os-tmpdir",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "1.0.2"
  75. }