Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/tempfile/package.json
{ "_from": "tempfile@^1.1.1", "_id": "tempfile@1.1.1", "_inBundle": false, "_integrity": "sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I=", "_location": "/conventional-changelog-cli/tempfile", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tempfile@^1.1.1", "name": "tempfile", "escapedName": "tempfile", "rawSpec": "^1.1.1", "saveSpec": null, "fetchSpec": "^1.1.1" }, "_requiredBy": [ "/conventional-changelog-cli" ], "_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz", "_shasum": "5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2", "_spec": "tempfile@^1.1.1", "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli", "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" } |