Nova-Client/Solar/Launcher/node_modules/tmp-promise/package.json
2023-03-19 19:32:58 +00:00

63 lines
1.6 KiB
JSON

{
"_from": "tmp-promise@^1.0.5",
"_id": "tmp-promise@1.1.0",
"_inBundle": false,
"_integrity": "sha512-8+Ah9aB1IRXCnIOxXZ0uFozV1nMU5xiu7hhFVUSxZ3bYu+psD4TzagCzVbexUCgNNGJnsmNDQlS4nG3mTyoNkw==",
"_location": "/tmp-promise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tmp-promise@^1.0.5",
"name": "tmp-promise",
"escapedName": "tmp-promise",
"rawSpec": "^1.0.5",
"saveSpec": null,
"fetchSpec": "^1.0.5"
},
"_requiredBy": [
"/asar"
],
"_resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-1.1.0.tgz",
"_shasum": "bb924d239029157b9bc1d506a6aa341f8b13e64c",
"_spec": "tmp-promise@^1.0.5",
"_where": "C:\\Users\\trev7\\Desktop\\JS Projects\\Launcher\\node_modules\\asar",
"author": {
"name": "Benjamin Gruenbaum and collaborators."
},
"bugs": {
"url": "https://github.com/benjamingr/tmp-promise/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.0",
"tmp": "0.1.0"
},
"deprecated": false,
"description": "The tmp package with promises support and disposers.",
"devDependencies": {
"@types/tmp": "0.0.33",
"mocha": "^3.1.2"
},
"homepage": "https://github.com/benjamingr/tmp-promise#readme",
"keywords": [
"tmp",
"promise",
"tempfile",
"mkdtemp",
"mktemp"
],
"license": "MIT",
"main": "index.js",
"name": "tmp-promise",
"repository": {
"type": "git",
"url": "git://github.com/benjamingr/tmp-promise.git"
},
"scripts": {
"test": "mocha"
},
"types": "index.d.ts",
"version": "1.1.0"
}