package.json 2.4 KB

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