Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
70
node_modules/path-root-regex/package.json
generated
vendored
70
node_modules/path-root-regex/package.json
generated
vendored
|
@ -1,28 +1,51 @@
|
|||
{
|
||||
"name": "path-root-regex",
|
||||
"description": "Regular expression for getting the root of a posix or windows filepath.",
|
||||
"version": "0.1.2",
|
||||
"homepage": "https://github.com/regexhq/path-root-regex",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "regexhq/path-root-regex",
|
||||
"_args": [
|
||||
[
|
||||
"path-root-regex@0.1.2",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "path-root-regex@0.1.2",
|
||||
"_id": "path-root-regex@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=",
|
||||
"_location": "/path-root-regex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "path-root-regex@0.1.2",
|
||||
"name": "path-root-regex",
|
||||
"escapedName": "path-root-regex",
|
||||
"rawSpec": "0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/path-root"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
|
||||
"_spec": "0.1.2",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/regexhq/path-root-regex/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"description": "Regular expression for getting the root of a posix or windows filepath.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/regexhq/path-root-regex",
|
||||
"keywords": [
|
||||
"detect",
|
||||
"expression",
|
||||
|
@ -37,6 +60,16 @@
|
|||
"root",
|
||||
"test"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "path-root-regex",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/regexhq/path-root-regex.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
|
@ -61,5 +94,6 @@
|
|||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "0.1.2"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue