amis-rpc-design/node_modules/temp/package.json

49 lines
789 B
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"name": "temp",
"description": "Temporary files and directories",
"tags": [
"temporary",
"temp",
"tempfile",
"tempdir",
"tmpfile",
"tmpdir",
"security"
],
"version": "0.8.4",
"author": "Bruce Williams <brwcodes@gmail.com>",
"license": "MIT",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/temp",
"dependencies": {
"rimraf": "~2.6.2"
},
"keywords": [
"temporary",
"tmp",
"temp",
"tempdir",
"tempfile",
"tmpdir",
"tmpfile"
],
"files": [
"lib"
],
"devDependencies": {
"mocha": "6.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/bruce/node-temp.git"
},
"scripts": {
"test": "mocha test/temp-test.js"
}
}