mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
96
node_modules/is-my-json-valid/package.json
generated
vendored
Normal file
96
node_modules/is-my-json-valid/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-my-json-valid@^2.12.3",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/har-validator"
|
||||
]
|
||||
],
|
||||
"_from": "is-my-json-valid@>=2.12.3 <3.0.0",
|
||||
"_id": "is-my-json-valid@2.12.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/is-my-json-valid",
|
||||
"_nodeVersion": "4.1.1",
|
||||
"_npmUser": {
|
||||
"email": "mathiasbuus@gmail.com",
|
||||
"name": "mafintosh"
|
||||
},
|
||||
"_npmVersion": "2.14.4",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "is-my-json-valid",
|
||||
"raw": "is-my-json-valid@^2.12.3",
|
||||
"rawSpec": "^2.12.3",
|
||||
"scope": null,
|
||||
"spec": ">=2.12.3 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/har-validator"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz",
|
||||
"_shasum": "5a39d1d76b2dbb83140bbd157b1d5ee4bdc85ad6",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "is-my-json-valid@^2.12.3",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/har-validator",
|
||||
"author": {
|
||||
"name": "Mathias Buus"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/is-my-json-valid/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"generate-function": "^2.0.0",
|
||||
"generate-object-property": "^1.1.0",
|
||||
"jsonpointer": "2.0.0",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"description": "A JSONSchema validator that uses code generation to be extremely fast",
|
||||
"devDependencies": {
|
||||
"tape": "^2.13.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "5a39d1d76b2dbb83140bbd157b1d5ee4bdc85ad6",
|
||||
"tarball": "http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz"
|
||||
},
|
||||
"gitHead": "822c5815f7ae4c50ed0c71451cb4dc3ea177be14",
|
||||
"homepage": "https://github.com/mafintosh/is-my-json-valid",
|
||||
"keywords": [
|
||||
"json",
|
||||
"jsonschema",
|
||||
"orderly",
|
||||
"schema"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "freeall",
|
||||
"email": "freeall@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "mafintosh",
|
||||
"email": "mathiasbuus@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "watson",
|
||||
"email": "w@tson.dk"
|
||||
},
|
||||
{
|
||||
"name": "yoshuawuyts",
|
||||
"email": "i@yoshuawuyts.com"
|
||||
}
|
||||
],
|
||||
"name": "is-my-json-valid",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mafintosh/is-my-json-valid.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"version": "2.12.3"
|
||||
}
|
||||
Reference in New Issue
Block a user