1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "bin-version@^1.0.0",
- "D:\\work\\im\\node_modules\\bin-version-check"
- ]
- ],
- "_from": "bin-version@>=1.0.0 <2.0.0",
- "_id": "bin-version@1.0.4",
- "_inCache": true,
- "_installable": true,
- "_location": "/bin-version",
- "_nodeVersion": "3.0.0",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.13.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "bin-version",
- "raw": "bin-version@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/bin-version-check"
- ],
- "_resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz",
- "_shasum": "9eb498ee6fd76f7ab9a7c160436f89579435d78e",
- "_shrinkwrap": null,
- "_spec": "bin-version@^1.0.0",
- "_where": "D:\\work\\im\\node_modules\\bin-version-check",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/bin-version/issues"
- },
- "dependencies": {
- "find-versions": "^1.0.0"
- },
- "description": "Get the version of a binary in semver format",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "directories": {},
- "dist": {
- "shasum": "9eb498ee6fd76f7ab9a7c160436f89579435d78e",
- "tarball": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "78bdb0f3fa6c09c0b2228996d6d1fab4b58bbf06",
- "homepage": "https://github.com/sindresorhus/bin-version#readme",
- "keywords": [
- "bin",
- "binary",
- "executable",
- "version",
- "semver",
- "semantic",
- "cli"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- }
- ],
- "name": "bin-version",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/bin-version.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.0.4"
- }
|