package.json 1.6 KB

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