backoffice/node_modules/findup-sync/package.json

78 lines
1.8 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_args": [
[
"findup-sync@0.1.3",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "findup-sync@0.1.3",
"_id": "findup-sync@0.1.3",
"_inBundle": false,
"_integrity": "sha1-fz56l7gjksZTvwZYm9hRkOk8NoM=",
"_location": "/findup-sync",
"_phantomChildren": {
"inherits": "2.0.3",
"lru-cache": "2.7.3",
"sigmund": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "findup-sync@0.1.3",
"name": "findup-sync",
"escapedName": "findup-sync",
"rawSpec": "0.1.3",
"saveSpec": null,
"fetchSpec": "0.1.3"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",
"_spec": "0.1.3",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
},
"bugs": {
"url": "https://github.com/cowboy/node-findup-sync/issues"
},
"dependencies": {
"glob": "~3.2.9",
"lodash": "~2.4.1"
},
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-nodeunit": "~0.3.3"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/cowboy/node-findup-sync",
"keywords": [
"find",
"glob",
"file"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
}
],
"main": "lib/findup-sync",
"name": "findup-sync",
"repository": {
"type": "git",
"url": "git://github.com/cowboy/node-findup-sync.git"
},
"scripts": {
"test": "grunt nodeunit"
},
"version": "0.1.3"
}