Bones/node_modules/latest-version/package.json

98 lines
2.2 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"latest-version@^2.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\update-notifier"
]
],
"_from": "latest-version@>=2.0.0-0 <3.0.0-0",
"_id": "latest-version@2.0.0",
"_inCache": true,
"_location": "/latest-version",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "latest-version",
"raw": "latest-version@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0-0 <3.0.0-0",
"type": "range"
},
"_requiredBy": [
"/update-notifier"
],
"_resolved": "https://registry.npmjs.org/latest-version/-/latest-version-2.0.0.tgz",
"_shasum": "56f8d6139620847b8017f8f1f4d78e211324168b",
"_shrinkwrap": null,
"_spec": "latest-version@^2.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\update-notifier",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/latest-version/issues"
},
"dependencies": {
"package-json": "^2.0.0"
},
"description": "Get the latest version of a npm package",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "56f8d6139620847b8017f8f1f4d78e211324168b",
"tarball": "https://registry.npmjs.org/latest-version/-/latest-version-2.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "851d3f43a06dcf6837f102a6f1cebd64d988ad68",
"homepage": "https://github.com/sindresorhus/latest-version",
"installable": true,
"keywords": [
"current",
"latest",
"module",
"npm",
"package",
"package.json",
"pkg",
"version"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "latest-version",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/sindresorhus/latest-version"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0",
"xo": {
"ignores": [
"test.js"
]
}
}