aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-windows
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/is-windows
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-windows')
-rw-r--r--node_modules/is-windows/package.json102
1 files changed, 17 insertions, 85 deletions
diff --git a/node_modules/is-windows/package.json b/node_modules/is-windows/package.json
index c86a7e5b2..112b13823 100644
--- a/node_modules/is-windows/package.json
+++ b/node_modules/is-windows/package.json
@@ -1,77 +1,28 @@
{
- "_args": [
- [
- {
- "raw": "is-windows@^0.2.0",
- "scope": null,
- "escapedName": "is-windows",
- "name": "is-windows",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/global-modules"
- ]
- ],
- "_from": "is-windows@>=0.2.0 <0.3.0",
- "_id": "is-windows@0.2.0",
- "_inCache": true,
- "_location": "/is-windows",
- "_nodeVersion": "6.2.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/is-windows-0.2.0.tgz_1465117629609_0.3620154741220176"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.8.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-windows@^0.2.0",
- "scope": null,
- "escapedName": "is-windows",
- "name": "is-windows",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
+ "name": "is-windows",
+ "description": "Returns true if the platform is windwows.",
+ "version": "0.2.0",
+ "homepage": "https://github.com/jonschlinkert/is-windows",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/is-windows",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/is-windows/issues"
},
- "_requiredBy": [
- "/global-modules",
- "/global-prefix"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
- "_shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
- "_shrinkwrap": null,
- "_spec": "is-windows@^0.2.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/global-modules",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-windows/issues"
+ "scripts": {
+ "test": "mocha"
},
- "dependencies": {},
- "description": "Returns true if the platform is windwows.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "*"
},
- "directories": {},
- "dist": {
- "shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
- "tarball": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "79167eabd3da5438439ac9c60ff1ef3ced8c148d",
- "homepage": "https://github.com/jonschlinkert/is-windows",
"keywords": [
"check",
"is",
@@ -84,24 +35,6 @@
"win32",
"windows"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "is-windows",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/is-windows.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"toc": false,
"layout": "default",
@@ -126,6 +59,5 @@
"reflinks": [
"verb"
]
- },
- "version": "0.2.0"
+ }
}