forked from enviPath/enviPy
Current Dev State
This commit is contained in:
82
static/js/ketcher2/node_modules/findup-sync/package.json
generated
vendored
Normal file
82
static/js/ketcher2/node_modules/findup-sync/package.json
generated
vendored
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"_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": [
|
||||
"/gulp-load-plugins",
|
||||
"/liftoff"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
|
||||
"_shasum": "40043929e7bc60adf0b7f4827c4c6e75a0deca12",
|
||||
"_spec": "findup-sync@^0.4.2",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/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"
|
||||
}
|
||||
Reference in New Issue
Block a user