UNPKG

npm

Version:

a package manager for JavaScript

109 lines (108 loc) 2.66 kB
{ "_args": [ [ "har-validator@^1.6.1", "/Users/rebecca/code/npm/node_modules/request" ] ], "_from": "har-validator@>=1.6.1 <2.0.0", "_id": "har-validator@1.7.1", "_inCache": true, "_location": "/har-validator", "_nodeVersion": "0.12.2", "_npmUser": { "email": "ahmad@ahmadnassri.com", "name": "ahmadnassri" }, "_npmVersion": "2.7.4", "_phantomChildren": {}, "_requested": { "name": "har-validator", "raw": "har-validator@^1.6.1", "rawSpec": "^1.6.1", "scope": null, "spec": ">=1.6.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/request" ], "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz", "_shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95", "_shrinkwrap": null, "_spec": "har-validator@^1.6.1", "_where": "/Users/rebecca/code/npm/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": { "bluebird": "^2.9.26", "chalk": "^1.0.0", "commander": "^2.8.1", "is-my-json-valid": "^2.12.0" }, "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", "devDependencies": { "codeclimate-test-reporter": "0.0.4", "echint": "^1.1.0", "istanbul": "^0.3.14", "mocha": "^2.2.5", "require-directory": "^2.1.0", "should": "^6.0.3", "standard": "^3.11.1" }, "directories": {}, "dist": { "shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95", "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz" }, "echint": { "ignore": [ "coverage/**" ] }, "engines": { "node": ">=0.10" }, "files": [ "bin", "src" ], "gitHead": "328d7f2f37affcc4fca1db13da68f2be817ad31c", "homepage": "https://github.com/ahmadnassri/har-validator", "keywords": [ "archive", "har", "http", "validate", "validator" ], "license": "MIT", "main": "./src/index.js", "maintainers": [ { "name": "ahmadnassri", "email": "ahmad@ahmadnassri.com" } ], "name": "har-validator", "optionalDependencies": {}, "repository": { "type": "git", "url": "https://github.com/ahmadnassri/har-validator" }, "scripts": { "codeclimate": "codeclimate < coverage/lcov.info", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha", "test": "standard && echint && mocha --reporter spec" }, "version": "1.7.1" }