mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
115
node_modules/har-validator/package.json
generated
vendored
Normal file
115
node_modules/har-validator/package.json
generated
vendored
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"har-validator@~2.0.2",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/request"
|
||||
]
|
||||
],
|
||||
"_from": "har-validator@>=2.0.2 <2.1.0",
|
||||
"_id": "har-validator@2.0.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/har-validator",
|
||||
"_nodeVersion": "4.1.2",
|
||||
"_npmUser": {
|
||||
"email": "ahmad@ahmadnassri.com",
|
||||
"name": "ahmadnassri"
|
||||
},
|
||||
"_npmVersion": "2.14.4",
|
||||
"_phantomChildren": {
|
||||
"graceful-readlink": "1.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "har-validator",
|
||||
"raw": "har-validator@~2.0.2",
|
||||
"rawSpec": "~2.0.2",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.2 <2.1.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz",
|
||||
"_shasum": "5a9e12564a571cf0b81ef93c2157bd1617168883",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "har-validator@~2.0.2",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/request",
|
||||
"author": {
|
||||
"email": "ahmad@ahmadnassri.com",
|
||||
"name": "Ahmad Nassri",
|
||||
"url": "https://www.ahmadnassri.com/"
|
||||
},
|
||||
"bin": {
|
||||
"har-validator": "bin/har-validator"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ahmadnassri/har-validator/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.1",
|
||||
"commander": "^2.9.0",
|
||||
"is-my-json-valid": "^2.12.3",
|
||||
"pinkie-promise": "^2.0.0"
|
||||
},
|
||||
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
|
||||
"devDependencies": {
|
||||
"codeclimate-test-reporter": "0.1.1",
|
||||
"echint": "^1.5.0",
|
||||
"istanbul": "^0.4.0",
|
||||
"mocha": "^2.3.4",
|
||||
"require-directory": "^2.1.1",
|
||||
"should": "^7.1.1",
|
||||
"should-promised": "^0.3.1",
|
||||
"standard": "^5.4.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "5a9e12564a571cf0b81ef93c2157bd1617168883",
|
||||
"tarball": "http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz"
|
||||
},
|
||||
"echint": {
|
||||
"ignore": [
|
||||
"coverage/**"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "a71163c62b8786a41d503248fb60893598f3c26f",
|
||||
"homepage": "https://github.com/ahmadnassri/har-validator",
|
||||
"keywords": [
|
||||
"archive",
|
||||
"har",
|
||||
"http",
|
||||
"validate",
|
||||
"validator"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "lib/index",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "ahmadnassri",
|
||||
"email": "ahmad@ahmadnassri.com"
|
||||
}
|
||||
],
|
||||
"name": "har-validator",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ahmadnassri/har-validator.git"
|
||||
},
|
||||
"scripts": {
|
||||
"codeclimate": "codeclimate < coverage/lcov.info",
|
||||
"coverage": "istanbul cover --dir coverage _mocha -- -R dot",
|
||||
"posttest": "npm run coverage",
|
||||
"pretest": "standard && echint",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user