mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
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