Files
enviPy-bayer/static/js/ketcher2/node_modules/require-glob/package.json
2025-06-23 20:13:54 +02:00

90 lines
2.2 KiB
JSON

{
"_from": "require-glob@^3.2.0",
"_id": "require-glob@3.2.0",
"_inBundle": false,
"_integrity": "sha1-kL/iyO+0ufly65o/XlgIMuBPZNM=",
"_location": "/require-glob",
"_phantomChildren": {
"array-union": "1.0.2",
"glob": "7.1.2",
"object-assign": "4.1.1",
"path-dirname": "1.0.2",
"pify": "2.3.0",
"pinkie-promise": "2.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "require-glob@^3.2.0",
"name": "require-glob",
"escapedName": "require-glob",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/handlebars-wax"
],
"_resolved": "https://registry.npmjs.org/require-glob/-/require-glob-3.2.0.tgz",
"_shasum": "90bfe2c8efb4b9f972eb9a3f5e580832e04f64d3",
"_spec": "require-glob@^3.2.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/handlebars-wax",
"author": {
"name": "Shannon Moeller",
"email": "me@shannonmoeller.com",
"url": "http://shannonmoeller.com"
},
"bugs": {
"url": "https://github.com/shannonmoeller/require-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob-parent": "^3.0.0",
"globby": "^6.0.0",
"parent-module": "^0.1.0"
},
"deprecated": false,
"description": "Require multiple modules using glob patterns. Supports exclusions.",
"devDependencies": {
"ava": "^0.16.0",
"coveralls": "^2.11.14",
"nyc": "^8.3.0",
"watch": "^0.19.2",
"xo": "^0.16.0"
},
"engines": {
"node": ">= 0.12"
},
"homepage": "https://github.com/shannonmoeller/require-glob",
"keywords": [
"dir",
"directory",
"directories",
"file",
"files",
"glob",
"globs",
"map",
"mapreduce",
"multi",
"multiple",
"reduce",
"require",
"tree"
],
"license": "MIT",
"main": "src/require-glob.js",
"name": "require-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/shannonmoeller/require-glob.git"
},
"scripts": {
"coveralls": "nyc report -r text-lcov | coveralls",
"pretest": "xo src/*.js test/*.js",
"test": "nyc ava -v test/*.js",
"watch": "watch 'npm test' src test -du"
},
"version": "3.2.0"
}