Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "write@^0.2.1",
  3. "_id": "write@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
  6. "_location": "/write",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "write@^0.2.1",
  12. "name": "write",
  13. "escapedName": "write",
  14. "rawSpec": "^0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/flat-cache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
  22. "_shasum": "5fc03828e264cea3fe91455476f7a3c566cb0757",
  23. "_spec": "write@^0.2.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/flat-cache",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/write/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "mkdirp": "^0.5.1"
  35. },
  36. "deprecated": false,
  37. "description": "Write files to disk, creating intermediate directories if they don't exist.",
  38. "devDependencies": {
  39. "async": "^1.4.0",
  40. "delete": "^0.2.1",
  41. "mocha": "^2.2.5",
  42. "should": "^7.0.2"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/write",
  51. "keywords": [
  52. "file",
  53. "filepath",
  54. "files",
  55. "filesystem",
  56. "folder",
  57. "fs",
  58. "fs.writeFile",
  59. "fs.writeFileSync",
  60. "path",
  61. "write"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "write",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/write.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "version": "0.2.1"
  74. }