79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"tempfile@2.0.0",
|
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "tempfile@2.0.0",
|
|
"_id": "tempfile@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
|
|
"_location": "/tempfile",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "2.0.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/tempfile/issues"
|
|
},
|
|
"dependencies": {
|
|
"temp-dir": "^1.0.0",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"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"
|
|
}
|