Files
ola5doc/publi/node_modules/to-regex/package.json
T

108 lines
2.3 KiB
JSON

{
"_from": "to-regex@^3.0.1",
"_id": "to-regex@3.0.1",
"_inBundle": false,
"_integrity": "sha1-FTWL7kosg712N3uh3ASdDxiDeq4=",
"_location": "/to-regex",
"_phantomChildren": {
"is-accessor-descriptor": "0.1.6",
"is-data-descriptor": "0.1.4"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "to-regex@^3.0.1",
"name": "to-regex",
"escapedName": "to-regex",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/braces",
"/expand-brackets",
"/extglob",
"/micromatch",
"/nanomatch"
],
"_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.1.tgz",
"_shasum": "15358bee4a2c83bd76377ba1dc049d0f18837aae",
"_spec": "to-regex@^3.0.1",
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/to-regex/issues"
},
"bundleDependencies": false,
"dependencies": {
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"regex-not": "^1.0.0"
},
"deprecated": false,
"description": "Generate a regex from a string or array of strings.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.10",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/to-regex",
"keywords": [
"match",
"regex",
"regular expression",
"test",
"to"
],
"license": "MIT",
"main": "index.js",
"name": "to-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/to-regex.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": {
"method": "preWrite"
},
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"has-glob",
"is-glob",
"path-regex",
"to-regex-range"
]
},
"reflinks": [
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
},
"version": "3.0.1"
}