74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"_from": "tempfile@^2.0.0",
|
|
"_id": "tempfile@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
|
|
"_location": "/tempfile",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tempfile@^2.0.0",
|
|
"name": "tempfile",
|
|
"escapedName": "tempfile",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bin-build",
|
|
"/exec-buffer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz",
|
|
"_shasum": "6b0446856a9b1114d1856ffcbe509cccb0977265",
|
|
"_spec": "tempfile@^2.0.0",
|
|
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/bin-build",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/tempfile/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"temp-dir": "^1.0.0",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get a random temporary file path",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/tempfile#readme",
|
|
"keywords": [
|
|
"tmp",
|
|
"temp",
|
|
"temporary",
|
|
"tempfile",
|
|
"file",
|
|
"path",
|
|
"random",
|
|
"rand",
|
|
"uuid"
|
|
],
|
|
"license": "MIT",
|
|
"name": "tempfile",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/tempfile.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|