Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
76
node_modules/path-root/package.json
generated
vendored
76
node_modules/path-root/package.json
generated
vendored
|
@ -1,68 +1,35 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"path-root@0.1.1",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "path-root@0.1.1",
|
||||
"_id": "path-root@0.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
|
||||
"_location": "/path-root",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "path-root@0.1.1",
|
||||
"name": "path-root",
|
||||
"escapedName": "path-root",
|
||||
"rawSpec": "0.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/parse-filepath"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
|
||||
"_spec": "0.1.1",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"name": "path-root",
|
||||
"description": "Get the root of a posix or windows filepath.",
|
||||
"version": "0.1.1",
|
||||
"homepage": "https://github.com/jonschlinkert/path-root",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/path-root",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/path-root/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"path-root-regex": "^0.1.0"
|
||||
},
|
||||
"description": "Get the root of a posix or windows filepath.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/path-root",
|
||||
"keywords": [
|
||||
"path",
|
||||
"root"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "path-root",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/path-root.git"
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"path-root-regex": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"keywords": [
|
||||
"path",
|
||||
"root"
|
||||
],
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
|
@ -87,6 +54,5 @@
|
|||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue