Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
tmp-promise
/
Filename :
package.json
back
Copy
{ "name": "tmp-promise", "version": "1.1.0", "description": "The tmp package with promises support and disposers.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "mocha" }, "keywords": [ "tmp", "promise", "tempfile", "mkdtemp", "mktemp" ], "author": "Benjamin Gruenbaum and collaborators.", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/benjamingr/tmp-promise.git" }, "dependencies": { "bluebird": "^3.5.0", "tmp": "0.1.0" }, "devDependencies": { "@types/tmp": "0.0.33", "mocha": "^3.1.2" } }