123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "_args": [
- [
- {
- "raw": "is-windows@^1.0.2",
- "scope": null,
- "escapedName": "is-windows",
- "name": "is-windows",
- "rawSpec": "^1.0.2",
- "spec": ">=1.0.2 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/nanomatch"
- ]
- ],
- "_from": "is-windows@>=1.0.2 <2.0.0",
- "_id": "is-windows@1.0.2",
- "_inCache": true,
- "_location": "/is-windows",
- "_nodeVersion": "9.5.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/is-windows_1.0.2_1518593802371_0.8807568142517928"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-windows@^1.0.2",
- "scope": null,
- "escapedName": "is-windows",
- "name": "is-windows",
- "rawSpec": "^1.0.2",
- "spec": ">=1.0.2 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/nanomatch"
- ],
- "_resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
- "_shasum": "d1850eb9791ecd18e6182ce12a30f396634bb19d",
- "_shrinkwrap": null,
- "_spec": "is-windows@^1.0.2",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/nanomatch",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-windows/issues"
- },
- "contributors": [
- {
- "name": "Jon Schlinkert",
- "url": "http://twitter.com/jonschlinkert"
- },
- {
- "name": "Simen Bekkhus",
- "url": "https://github.com/SimenB"
- },
- {
- "name": "刘祺",
- "url": "gucong.co.cc"
- }
- ],
- "dependencies": {},
- "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
- "devDependencies": {
- "gulp-format-md": "^1.0.0",
- "mocha": "^3.5.3"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
- "shasum": "d1850eb9791ecd18e6182ce12a30f396634bb19d",
- "tarball": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
- "fileCount": 4,
- "unpackedSize": 7963
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "4dcfff4ed9e36ad761a1a24d3899c832382d7254",
- "homepage": "https://github.com/jonschlinkert/is-windows",
- "keywords": [
- "check",
- "cywin",
- "is",
- "is-windows",
- "nix",
- "operating system",
- "os",
- "platform",
- "process",
- "unix",
- "win",
- "win32",
- "windows"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- },
- {
- "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",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "is-absolute",
- "is-glob",
- "is-relative",
- "isobject",
- "window-size"
- ]
- },
- "lint": {
- "reflinks": true
- },
- "reflinks": [
- "verb"
- ]
- },
- "version": "1.0.2"
- }
|