package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "os-tmpdir@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "os-tmpdir@1.0.2",
  10. "_id": "os-tmpdir@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
  13. "_location": "/os-tmpdir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "os-tmpdir@1.0.2",
  19. "name": "os-tmpdir",
  20. "escapedName": "os-tmpdir",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/home-or-tmp",
  27. "/osenv",
  28. "/tmp"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/os-tmpdir/download/os-tmpdir-1.0.2.tgz",
  31. "_spec": "1.0.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  40. },
  41. "description": "Node.js os.tmpdir() ponyfill",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "^0.16.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
  53. "keywords": [
  54. "built-in",
  55. "core",
  56. "ponyfill",
  57. "polyfill",
  58. "shim",
  59. "os",
  60. "tmpdir",
  61. "tempdir",
  62. "tmp",
  63. "temp",
  64. "dir",
  65. "directory",
  66. "env",
  67. "environment"
  68. ],
  69. "license": "MIT",
  70. "name": "os-tmpdir",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.0.2"
  79. }