70 lines
1.8 KiB
JSON
Raw Normal View History

2022-09-30 05:39:11 +00:00
{
"_from": "temp-file@^3.3.7",
"_id": "temp-file@3.3.7",
"_inBundle": false,
"_integrity": "sha512-9tBJKt7GZAQt/Rg0QzVWA8Am8c1EFl+CAv04/aBVqlx5oyfQ508sFIABshQ0xbZu6mBrFLWIUXO/bbLYghW70g==",
"_location": "/temp-file",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "temp-file@^3.3.7",
"name": "temp-file",
"escapedName": "temp-file",
"rawSpec": "^3.3.7",
"saveSpec": null,
"fetchSpec": "^3.3.7"
},
"_requiredBy": [
"/app-builder-lib",
"/builder-util"
],
"_resolved": "https://registry.npmjs.org/temp-file/-/temp-file-3.3.7.tgz",
"_shasum": "686885d635f872748e384e871855958470aeb18a",
"_spec": "temp-file@^3.3.7",
"_where": "/home/shihaam/www/freezer.shihaam.me/node_modules/app-builder-lib",
"author": {
"name": "Vladimir Krivosheev"
},
"babel": {
"presets": [
"babel-preset-ts-node8"
]
},
"bugs": {
"url": "https://github.com/develar/temp-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"async-exit-hook": "^2.0.1",
"fs-extra": "^8.1.0"
},
"deprecated": false,
"description": "```typescript export function getTempName(prefix?: string | null | undefined): string;",
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/js-yaml": "^3.12.2",
"@types/node": "^13.7.7",
"babel-preset-ts-node8": "^4.0.0",
"ts-babel": "^6.1.7",
"typescript": "^3.8.3"
},
"files": [
"out"
],
"homepage": "https://github.com/develar/temp-file",
"license": "MIT",
"main": "out/main.js",
"name": "temp-file",
"repository": {
"type": "git",
"url": "git+https://github.com/develar/temp-file.git"
},
"scripts": {
"compile": "ts-babel",
"release": "yarn compile && npm publish"
},
"typings": "./out/main.d.ts",
"version": "3.3.7"
}