114 lines
2.6 KiB
JSON
114 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "find-versions@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "find-versions",
|
|
"name": "find-versions",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\bin-version"
|
|
]
|
|
],
|
|
"_from": "find-versions@>=1.0.0 <2.0.0",
|
|
"_id": "find-versions@1.2.1",
|
|
"_inCache": true,
|
|
"_location": "/find-versions",
|
|
"_nodeVersion": "4.2.1",
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"_npmVersion": "2.14.7",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "find-versions@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "find-versions",
|
|
"name": "find-versions",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/bin-version"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz",
|
|
"_shasum": "cbde9f12e38575a0af1be1b9a2c5d5fd8f186b62",
|
|
"_shrinkwrap": null,
|
|
"_spec": "find-versions@^1.0.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\bin-version",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bin": {
|
|
"find-versions": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/find-versions/issues"
|
|
},
|
|
"dependencies": {
|
|
"array-uniq": "^1.0.0",
|
|
"get-stdin": "^4.0.1",
|
|
"meow": "^3.5.0",
|
|
"semver-regex": "^1.0.0"
|
|
},
|
|
"description": "Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "cbde9f12e38575a0af1be1b9a2c5d5fd8f186b62",
|
|
"tarball": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js"
|
|
],
|
|
"gitHead": "dbe50cd3588d331e01160b4e43c9a477bdf9a49f",
|
|
"homepage": "https://github.com/sindresorhus/find-versions",
|
|
"keywords": [
|
|
"cli-app",
|
|
"cli",
|
|
"semver",
|
|
"version",
|
|
"versions",
|
|
"regex",
|
|
"regexp",
|
|
"re",
|
|
"match",
|
|
"matching",
|
|
"semantic",
|
|
"find",
|
|
"extract",
|
|
"get"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "find-versions",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/find-versions.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|