123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "findup-sync@^0.4.2",
- "_id": "findup-sync@0.4.3",
- "_inBundle": false,
- "_integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=",
- "_location": "/findup-sync",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "findup-sync@^0.4.2",
- "name": "findup-sync",
- "escapedName": "findup-sync",
- "rawSpec": "^0.4.2",
- "saveSpec": null,
- "fetchSpec": "^0.4.2"
- },
- "_requiredBy": [
- "/liftoff"
- ],
- "_resolved": "http://registry.npm.taobao.org/findup-sync/download/findup-sync-0.4.3.tgz",
- "_shasum": "40043929e7bc60adf0b7f4827c4c6e75a0deca12",
- "_spec": "findup-sync@^0.4.2",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\liftoff",
- "author": {
- "name": "\"Cowboy\" Ben Alman",
- "url": "http://benalman.com"
- },
- "bugs": {
- "url": "https://github.com/cowboy/node-findup-sync/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "detect-file": "^0.1.0",
- "is-glob": "^2.0.1",
- "micromatch": "^2.3.7",
- "resolve-dir": "^0.1.0"
- },
- "deprecated": false,
- "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
- "devDependencies": {
- "fs-exists-sync": "^0.1.0",
- "grunt": "^1.0.1",
- "grunt-contrib-jshint": "^0.12.0",
- "is-absolute": "^0.2.3",
- "minimist": "^1.2.0",
- "mocha": "^2.4.5",
- "normalize-path": "^2.0.1",
- "os-homedir": "^1.0.1",
- "resolve": "^1.1.7"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/cowboy/node-findup-sync",
- "keywords": [
- "file",
- "find",
- "find-up",
- "findup",
- "glob",
- "match",
- "pattern",
- "resolve",
- "search"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "findup-sync",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cowboy/node-findup-sync.git"
- },
- "scripts": {
- "test": "grunt && mocha"
- },
- "version": "0.4.3"
- }
|