mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 19:12:49 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
87
node_modules/webidl-conversions/package.json
generated
vendored
Normal file
87
node_modules/webidl-conversions/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"webidl-conversions@^2.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jsdom"
|
||||
]
|
||||
],
|
||||
"_from": "webidl-conversions@>=2.0.0 <3.0.0",
|
||||
"_id": "webidl-conversions@2.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/webidl-conversions",
|
||||
"_nodeVersion": "4.2.2",
|
||||
"_npmUser": {
|
||||
"email": "sebmaster16@gmail.com",
|
||||
"name": "sebmaster"
|
||||
},
|
||||
"_npmVersion": "2.14.7",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "webidl-conversions",
|
||||
"raw": "webidl-conversions@^2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-2.0.1.tgz",
|
||||
"_shasum": "3bf8258f7d318c7443c36f2e169402a1a6703506",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "webidl-conversions@^2.0.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jsdom",
|
||||
"author": {
|
||||
"email": "d@domenic.me",
|
||||
"name": "Domenic Denicola",
|
||||
"url": "https://domenic.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/webidl-conversions/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
|
||||
"devDependencies": {
|
||||
"mocha": "^1.21.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "3bf8258f7d318c7443c36f2e169402a1a6703506",
|
||||
"tarball": "http://registry.npmjs.org/webidl-conversions/-/webidl-conversions-2.0.1.tgz"
|
||||
},
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
"gitHead": "46f236ff6c2fd5a83cddffaadb78c8d9edbb679b",
|
||||
"homepage": "https://github.com/jsdom/webidl-conversions#readme",
|
||||
"keywords": [
|
||||
"types",
|
||||
"web",
|
||||
"webidl"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "lib/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "domenic",
|
||||
"email": "d@domenic.me"
|
||||
},
|
||||
{
|
||||
"name": "sebmaster",
|
||||
"email": "sebmaster16@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "webidl-conversions",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/webidl-conversions.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/*.js"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user