package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "temp@^0.8.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift"
  6. ]
  7. ],
  8. "_from": "temp@>=0.8.1 <0.9.0",
  9. "_id": "temp@0.8.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/temp",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "brwcodes@gmail.com",
  16. "name": "bruce"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "temp",
  22. "raw": "temp@^0.8.1",
  23. "rawSpec": "^0.8.1",
  24. "scope": null,
  25. "spec": ">=0.8.1 <0.9.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/jscodeshift",
  30. "/webpack-addons/jscodeshift"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz",
  33. "_shasum": "e0c6bc4d26b903124410e4fed81103014dfc1f59",
  34. "_shrinkwrap": null,
  35. "_spec": "temp@^0.8.1",
  36. "_where": "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift",
  37. "author": {
  38. "email": "brwcodes@gmail.com",
  39. "name": "Bruce Williams"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/bruce/node-temp/issues"
  43. },
  44. "dependencies": {
  45. "os-tmpdir": "^1.0.0",
  46. "rimraf": "~2.2.6"
  47. },
  48. "description": "Temporary files and directories",
  49. "devDependencies": {},
  50. "directories": {
  51. "lib": "lib"
  52. },
  53. "dist": {
  54. "shasum": "e0c6bc4d26b903124410e4fed81103014dfc1f59",
  55. "tarball": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz"
  56. },
  57. "engines": [
  58. "node >=0.8.0"
  59. ],
  60. "gitHead": "76966b174840a540c8d1566507f2afcad99a3afa",
  61. "homepage": "https://github.com/bruce/node-temp",
  62. "keywords": [
  63. "temp",
  64. "tempdir",
  65. "tempfile",
  66. "temporary",
  67. "tmp",
  68. "tmpdir",
  69. "tmpfile"
  70. ],
  71. "license": "MIT",
  72. "main": "./lib/temp",
  73. "maintainers": [
  74. {
  75. "name": "bruce",
  76. "email": "bruce@codefluency.com"
  77. }
  78. ],
  79. "name": "temp",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/bruce/node-temp.git"
  85. },
  86. "scripts": {
  87. "test": "node test/temp-test.js"
  88. },
  89. "tags": [
  90. "security",
  91. "temp",
  92. "tempdir",
  93. "tempfile",
  94. "temporary",
  95. "tmpdir",
  96. "tmpfile"
  97. ],
  98. "version": "0.8.3"
  99. }