UNPKG

funcunit

Version:
78 lines (77 loc) 1.9 kB
{ "_from": "is-appveyor@^1.0.0", "_id": "is-appveyor@1.0.0", "_inBundle": false, "_integrity": "sha1-EwmwrLQ2ZSRFoUEAXfqh/j8q+Ac=", "_location": "/is-appveyor", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-appveyor@^1.0.0", "name": "is-appveyor", "escapedName": "is-appveyor", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/steal-tools" ], "_resolved": "https://registry.npmjs.org/is-appveyor/-/is-appveyor-1.0.0.tgz", "_shasum": "1309b0acb436652445a141005dfaa1fe3f2af807", "_spec": "is-appveyor@^1.0.0", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/steal-tools", "author": { "name": "Shinnosuke Watanabe", "url": "https://github.com/shinnn" }, "bugs": { "url": "https://github.com/shinnn/is-appveyor/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Check if Node script is running on AppVeyor", "devDependencies": { "eslint": "^0.8.2", "jscs": "^1.6.2", "tape": "^3.0.0" }, "files": [ "index.js", "LICENSE" ], "homepage": "https://github.com/shinnn/is-appveyor#readme", "keywords": [ "shell", "cli", "env", "environment", "variable", "command", "command-line", "windows", "ci", "appveyor", "detect", "check" ], "licenses": [ { "type": "MIT", "url": "https://github.com/shinnn/is-appveyor/blob/master/LICENSE" } ], "name": "is-appveyor", "repository": { "type": "git", "url": "git+https://github.com/shinnn/is-appveyor.git" }, "scripts": { "debug": "node -e \"console.log(process.env);\"", "lint": "eslint *.js test/*.js & jscs .", "pretest": "eval ${npm_package_scripts_lint}", "test": "node test/test-false.js" }, "version": "1.0.0" }