123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "command-exists@^1.2.8",
- "_id": "command-exists@1.2.9",
- "_inBundle": false,
- "_integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
- "_location": "/command-exists",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "command-exists@^1.2.8",
- "name": "command-exists",
- "escapedName": "command-exists",
- "rawSpec": "^1.2.8",
- "saveSpec": null,
- "fetchSpec": "^1.2.8"
- },
- "_requiredBy": [
- "/hexo/hexo-cli"
- ],
- "_resolved": "https://registry.npmmirror.com/command-exists/-/command-exists-1.2.9.tgz",
- "_shasum": "c50725af3808c8ab0260fd60b01fbfa25b954f69",
- "_spec": "command-exists@^1.2.8",
- "_where": "/var/www/AfterAales/node_modules/hexo/node_modules/hexo-cli",
- "author": {
- "name": "Matthew Conlen"
- },
- "bugs": {
- "url": "https://github.com/mathisonian/command-exists/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Arthur Silber",
- "email": "arthur@arthursilber.de",
- "url": "https://arthursilber.de"
- }
- ],
- "deprecated": false,
- "description": "check whether a command line command exists in the current environment",
- "devDependencies": {
- "expect.js": "^0.3.1",
- "jshint": "^2.9.1",
- "mocha": "^2.5.3"
- },
- "homepage": "https://github.com/mathisonian/command-exists",
- "keywords": [
- "cli",
- "command",
- "exists"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "command-exists",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/mathisonian/command-exists.git"
- },
- "scripts": {
- "test": "mocha test/test.js"
- },
- "version": "1.2.9"
- }
|