package.json 2.3 KB
{
  "_args": [
    [
      "findup-sync@2.0.0",
      "C:\\Users\\Administrator\\Desktop\\gentelella"
    ]
  ],
  "_development": true,
  "_from": "findup-sync@2.0.0",
  "_id": "findup-sync@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=",
  "_location": "/findup-sync",
  "_phantomChildren": {
    "arr-diff": "4.0.0",
    "array-unique": "0.3.2",
    "assign-symbols": "1.0.0",
    "braces": "2.3.2",
    "extglob": "2.0.4",
    "fragment-cache": "0.2.1",
    "is-descriptor": "1.0.2",
    "is-extglob": "2.1.1",
    "is-plain-object": "2.0.4",
    "nanomatch": "1.2.13",
    "object.pick": "1.3.0",
    "regex-not": "1.0.0",
    "safe-regex": "1.1.0",
    "snapdragon": "0.8.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "findup-sync@2.0.0",
    "name": "findup-sync",
    "escapedName": "findup-sync",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/liftoff"
  ],
  "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
  "author": {
    "name": "\"Cowboy\" Ben Alman",
    "url": "http://benalman.com"
  },
  "bugs": {
    "url": "https://github.com/js-cli/node-findup-sync/issues"
  },
  "dependencies": {
    "detect-file": "^1.0.0",
    "is-glob": "^3.1.0",
    "micromatch": "^3.0.4",
    "resolve-dir": "^1.0.1"
  },
  "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  "devDependencies": {
    "homedir-polyfill": "^1.0.1",
    "is-absolute": "^1.0.0",
    "jshint": "^2.9.5",
    "mocha": "^3.5.0",
    "normalize-path": "^2.1.1",
    "resolve": "^1.4.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/js-cli/node-findup-sync#readme",
  "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/js-cli/node-findup-sync.git"
  },
  "scripts": {
    "lint": "jshint index.js test/support/index.js test/test.js",
    "test": "npm run lint && mocha"
  },
  "version": "2.0.0"
}