Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
format-message-cli
/
node_modules
/
write
/
Filename :
package.json
back
Copy
{ "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" ] }