UNPKG

funcunit

Version:
75 lines (74 loc) 1.76 kB
{ "_from": "home-or-tmp@^1.0.0", "_id": "home-or-tmp@1.0.0", "_inBundle": false, "_integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=", "_location": "/home-or-tmp", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "home-or-tmp@^1.0.0", "name": "home-or-tmp", "escapedName": "home-or-tmp", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/babel-core", "/transpile/babel-core" ], "_resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz", "_shasum": "4b9f1e40800c3e50c6c27f781676afcce71f3985", "_spec": "home-or-tmp@^1.0.0", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/babel-core", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/home-or-tmp/issues" }, "bundleDependencies": false, "dependencies": { "os-tmpdir": "^1.0.1", "user-home": "^1.1.1" }, "deprecated": false, "description": "Get the user home directory with fallback to the system temp directory", "devDependencies": { "ava": "0.0.4" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/home-or-tmp#readme", "keywords": [ "user", "home", "homedir", "dir", "directory", "folder", "path", "tmp", "temp", "fallback", "graceful" ], "license": "MIT", "name": "home-or-tmp", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/home-or-tmp.git" }, "scripts": { "test": "node test.js" }, "version": "1.0.0" }