aboutsummaryrefslogtreecommitdiff
path: root/node_modules/os-tmpdir
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/os-tmpdir
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/os-tmpdir')
-rw-r--r--node_modules/os-tmpdir/package.json92
1 files changed, 12 insertions, 80 deletions
diff --git a/node_modules/os-tmpdir/package.json b/node_modules/os-tmpdir/package.json
index e0acabd51..180a3176b 100644
--- a/node_modules/os-tmpdir/package.json
+++ b/node_modules/os-tmpdir/package.json
@@ -1,77 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "os-tmpdir@^1.0.0",
- "scope": null,
- "escapedName": "os-tmpdir",
- "name": "os-tmpdir",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/osenv"
- ]
- ],
- "_from": "os-tmpdir@>=1.0.0 <2.0.0",
- "_id": "os-tmpdir@1.0.2",
- "_inCache": true,
- "_location": "/os-tmpdir",
- "_nodeVersion": "6.6.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/os-tmpdir-1.0.2.tgz_1475211274587_0.14931037812493742"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "os-tmpdir@^1.0.0",
- "scope": null,
- "escapedName": "os-tmpdir",
- "name": "os-tmpdir",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/osenv"
- ],
- "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
- "_shrinkwrap": null,
- "_spec": "os-tmpdir@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/osenv",
+ "name": "os-tmpdir",
+ "version": "1.0.2",
+ "description": "Node.js os.tmpdir() ponyfill",
+ "license": "MIT",
+ "repository": "sindresorhus/os-tmpdir",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/os-tmpdir/issues"
- },
- "dependencies": {},
- "description": "Node.js os.tmpdir() ponyfill",
- "devDependencies": {
- "ava": "*",
- "xo": "^0.16.0"
- },
- "directories": {},
- "dist": {
- "shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
- "tarball": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "1abf9cf5611b4be7377060ea67054b45cbf6813c",
- "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
"keywords": [
"built-in",
"core",
@@ -88,22 +34,8 @@
"env",
"environment"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "os-tmpdir",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.2"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "^0.16.0"
+ }
}