wishthis/node_modules/matchdep/package.json

76 lines
1.7 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"matchdep@2.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "matchdep@2.0.0",
"_id": "matchdep@2.0.0",
"_inBundle": false,
"_integrity": "sha1-xvNINKDY28OzfCfui7yyfHd1WC4=",
"_location": "/matchdep",
"_phantomChildren": {
"detect-file": "1.0.0",
"is-extglob": "2.1.1",
"micromatch": "3.1.10",
"resolve-dir": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "matchdep@2.0.0",
"name": "matchdep",
"escapedName": "matchdep",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"bugs": {
"url": "https://github.com/tkellen/js-matchdep/issues"
},
"dependencies": {
"findup-sync": "^2.0.0",
"micromatch": "^3.0.4",
"resolve": "^1.4.0",
"stack-trace": "0.0.10"
},
2022-02-23 16:41:13 +00:00
"description": "Use micromatch to filter npm module dependencies by name.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/tkellen/js-matchdep",
2022-01-21 08:28:41 +00:00
"keywords": [
"package.json",
"dependencies",
"devDependencies",
"peerDependencies"
2022-02-23 16:41:13 +00:00
],
"license": "MIT",
"main": "lib/matchdep",
"name": "matchdep",
"repository": {
"type": "git",
"url": "git://github.com/tkellen/js-matchdep.git"
},
"scripts": {
"test": "grunt"
},
"version": "2.0.0"
2022-01-21 08:28:41 +00:00
}