Bones/node_modules/is-windows/package.json

122 lines
2.7 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"is-windows@^0.2.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\is-absolute"
]
],
"_from": "is-windows@>=0.2.0-0 <0.3.0-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": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"name": "is-windows",
"raw": "is-windows@^0.2.0",
"rawSpec": "^0.2.0",
"scope": null,
"spec": ">=0.2.0-0 <0.3.0-0",
"type": "range"
},
"_requiredBy": [
"/is-absolute"
],
"_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
"_shasum": "de1aa6d63ea29dd248737b69f1ff8b8002d2108c",
"_shrinkwrap": null,
"_spec": "is-windows@^0.2.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\is-absolute",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-windows/issues"
},
"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",
"installable": true,
"keywords": [
"check",
"is",
"is-windows",
"nix",
"platform",
"process",
"unix",
"win",
"win32",
"windows"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-windows",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-windows.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb"
],
"related": {
"list": [
"is-absolute",
"is-glob",
"is-relative",
"isobject",
"window-size"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "0.2.0"
}