You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"_from": "latest-version@^2.0.0",
|
|
"_id": "latest-version@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VvjWE5YghHuAF/jx9NeOIRMkFos=",
|
|
"_location": "/latest-version",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "latest-version@^2.0.0",
|
|
"name": "latest-version",
|
|
"escapedName": "latest-version",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/update-notifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/latest-version/-/latest-version-2.0.0.tgz",
|
|
"_shasum": "56f8d6139620847b8017f8f1f4d78e211324168b",
|
|
"_spec": "latest-version@^2.0.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/update-notifier",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/latest-version/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"package-json": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get the latest version of a npm package",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/latest-version#readme",
|
|
"keywords": [
|
|
"latest",
|
|
"version",
|
|
"npm",
|
|
"pkg",
|
|
"package",
|
|
"package.json",
|
|
"current",
|
|
"module"
|
|
],
|
|
"license": "MIT",
|
|
"name": "latest-version",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/latest-version.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.0.0",
|
|
"xo": {
|
|
"ignores": [
|
|
"test.js"
|
|
]
|
|
}
|
|
}
|