package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "tempfile@~0.1.2",
  6. "scope": null,
  7. "escapedName": "tempfile",
  8. "name": "tempfile",
  9. "rawSpec": "~0.1.2",
  10. "spec": ">=0.1.2 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/temp-write"
  14. ]
  15. ],
  16. "_from": "tempfile@>=0.1.2 <0.2.0",
  17. "_id": "tempfile@0.1.3",
  18. "_inCache": true,
  19. "_location": "/tempfile",
  20. "_npmUser": {
  21. "name": "sindresorhus",
  22. "email": "sindresorhus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.6",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "tempfile@~0.1.2",
  28. "scope": null,
  29. "escapedName": "tempfile",
  30. "name": "tempfile",
  31. "rawSpec": "~0.1.2",
  32. "spec": ">=0.1.2 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/temp-write"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz",
  39. "_shasum": "7d6b710047339d39f847327a056dadf183103010",
  40. "_shrinkwrap": null,
  41. "_spec": "tempfile@~0.1.2",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/temp-write",
  43. "author": {
  44. "name": "Sindre Sorhus",
  45. "email": "sindresorhus@gmail.com",
  46. "url": "http://sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/tempfile/issues"
  50. },
  51. "dependencies": {
  52. "uuid": "~1.4.0"
  53. },
  54. "description": "Get a random temp file path",
  55. "devDependencies": {
  56. "mocha": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "7d6b710047339d39f847327a056dadf183103010",
  61. "tarball": "https://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/sindresorhus/tempfile",
  70. "keywords": [
  71. "tmp",
  72. "temp",
  73. "temporary",
  74. "tempfile",
  75. "file",
  76. "path",
  77. "random",
  78. "rand"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "sindresorhus",
  84. "email": "sindresorhus@gmail.com"
  85. }
  86. ],
  87. "name": "tempfile",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/sindresorhus/tempfile.git"
  93. },
  94. "scripts": {
  95. "test": "mocha"
  96. },
  97. "version": "0.1.3"
  98. }