mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
10
node_modules/whatwg-url-compat/.npmignore
generated
vendored
Normal file
10
node_modules/whatwg-url-compat/.npmignore
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
.gitattributes
|
||||
.jshint*
|
||||
.jscsrc
|
||||
.travis.yml
|
||||
|
||||
scripts/
|
||||
test/
|
||||
|
||||
jsconfig.js
|
||||
.settings/
|
||||
21
node_modules/whatwg-url-compat/LICENSE.txt
generated
vendored
Normal file
21
node_modules/whatwg-url-compat/LICENSE.txt
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Sebastian Mayr
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
7
node_modules/whatwg-url-compat/README.md
generated
vendored
Normal file
7
node_modules/whatwg-url-compat/README.md
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# whatwg-url
|
||||
|
||||
whatwg-url is a full implementation of the [WHATWG URL](https://url.spec.whatwg.org/) specification.
|
||||
|
||||
## Current State
|
||||
|
||||
whatwg-url is currently up to date with the URL spec up to commit [1eab2abb38](https://github.com/whatwg/url/tree/1eab2abb3806158fc7a550ac5b7deb2d6fff5602).
|
||||
5
node_modules/whatwg-url-compat/jsconfig.json
generated
vendored
Normal file
5
node_modules/whatwg-url-compat/jsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6"
|
||||
}
|
||||
}
|
||||
1374
node_modules/whatwg-url-compat/lib/url.js
generated
vendored
Normal file
1374
node_modules/whatwg-url-compat/lib/url.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
83
node_modules/whatwg-url-compat/package.json
generated
vendored
Normal file
83
node_modules/whatwg-url-compat/package.json
generated
vendored
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"whatwg-url-compat@~0.6.5",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jsdom"
|
||||
]
|
||||
],
|
||||
"_from": "whatwg-url-compat@>=0.6.5 <0.7.0",
|
||||
"_id": "whatwg-url-compat@0.6.5",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/whatwg-url-compat",
|
||||
"_nodeVersion": "2.5.0",
|
||||
"_npmUser": {
|
||||
"email": "sebmaster16@gmail.com",
|
||||
"name": "sebmaster"
|
||||
},
|
||||
"_npmVersion": "2.13.5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "whatwg-url-compat",
|
||||
"raw": "whatwg-url-compat@~0.6.5",
|
||||
"rawSpec": "~0.6.5",
|
||||
"scope": null,
|
||||
"spec": ">=0.6.5 <0.7.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/whatwg-url-compat/-/whatwg-url-compat-0.6.5.tgz",
|
||||
"_shasum": "00898111af689bb097541cd5a45ca6c8798445bf",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "whatwg-url-compat@~0.6.5",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jsdom",
|
||||
"author": {
|
||||
"email": "github@smayr.name",
|
||||
"name": "Sebastian Mayr"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/whatwg-url/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"tr46": "~0.0.1"
|
||||
},
|
||||
"description": "An implementation of the WHATWG URL algorithm",
|
||||
"devDependencies": {
|
||||
"istanbul": "~0.3.14",
|
||||
"jscs": "^1.13.0",
|
||||
"jshint": "^2.7.0",
|
||||
"mocha": "^2.2.4",
|
||||
"request": "^2.55.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "00898111af689bb097541cd5a45ca6c8798445bf",
|
||||
"tarball": "http://registry.npmjs.org/whatwg-url-compat/-/whatwg-url-compat-0.6.5.tgz"
|
||||
},
|
||||
"gitHead": "19c3d3d4080f3ea5c28d8ff74a721c2225a7b515",
|
||||
"homepage": "https://github.com/jsdom/whatwg-url#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/url.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sebmaster",
|
||||
"email": "sebmaster16@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "whatwg-url-compat",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/whatwg-url.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
|
||||
"lint": "jscs lib/ test/ scripts/ && jshint lib/ test/ scripts/",
|
||||
"pretest": "iojs scripts/get-latest-platform-tests.js",
|
||||
"test": "npm run lint && mocha"
|
||||
},
|
||||
"version": "0.6.5"
|
||||
}
|
||||
Reference in New Issue
Block a user