File: /home/thehunarfound/public_html/DMS/node_modules/bin-build/node_modules/tempfile/package.json
{
"_from": "tempfile@^1.0.0",
"_id": "tempfile@1.1.1",
"_inBundle": false,
"_integrity": "sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I=",
"_location": "/bin-build/tempfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tempfile@^1.0.0",
"name": "tempfile",
"escapedName": "tempfile",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/bin-build"
],
"_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz",
"_shasum": "5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2",
"_spec": "tempfile@^1.0.0",
"_where": "D:\\xamp2\\htdocs\\DMS\\node_modules\\bin-build",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/tempfile/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-tmpdir": "^1.0.0",
"uuid": "^2.0.1"
},
"deprecated": false,
"description": "Get a random temp file path",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/tempfile#readme",
"keywords": [
"tmp",
"temp",
"temporary",
"tempfile",
"file",
"path",
"random",
"rand"
],
"license": "MIT",
"name": "tempfile",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/tempfile.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.1"
}