File: /var/www/tana/frontend/node_modules/temp-write/package.json
{
"_args": [
[
"temp-write@2.1.0",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "temp-write@2.1.0",
"_id": "temp-write@2.1.0",
"_inBundle": false,
"_integrity": "sha1-WYkJGODvCdVIqqNC9L00CdhATpY=",
"_location": "/temp-write",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "temp-write@2.1.0",
"name": "temp-write",
"escapedName": "temp-write",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/opn-cli"
],
"_resolved": "https://registry.npmjs.org/temp-write/-/temp-write-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/temp-write/issues"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"mkdirp": "^0.5.0",
"os-tmpdir": "^1.0.0",
"pify": "^2.2.0",
"pinkie-promise": "^2.0.0",
"uuid": "^2.0.1"
},
"description": "Write string/buffer to a random temp file",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/temp-write#readme",
"keywords": [
"tmp",
"temp",
"temporary",
"tempfile",
"file",
"filename",
"path",
"random",
"rand",
"write",
"fs",
"string",
"buffer"
],
"license": "MIT",
"name": "temp-write",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/temp-write.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0",
"xo": {
"ignores": [
"test.js"
]
}
}