| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "write",
- "description": "Write files to disk, creating intermediate directories if they don't exist.",
- "version": "0.2.1",
- "homepage": "https://github.com/jonschlinkert/write",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "repository": "jonschlinkert/write",
- "bugs": {
- "url": "https://github.com/jonschlinkert/write/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "dependencies": {
- "mkdirp": "^0.5.1"
- },
- "devDependencies": {
- "async": "^1.4.0",
- "delete": "^0.2.1",
- "mocha": "^2.2.5",
- "should": "^7.0.2"
- },
- "keywords": [
- "file",
- "filepath",
- "files",
- "filesystem",
- "folder",
- "fs",
- "fs.writeFile",
- "fs.writeFileSync",
- "path",
- "write"
- ],
- "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
- "_from": "write@0.2.1",
- "_resolved": "https://registry.npm.taobao.org/write/download/write-0.2.1.tgz"
- }
|