Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-my-json-valid/package.json')
-rw-r--r--node_modules/is-my-json-valid/package.json92
1 files changed, 0 insertions, 92 deletions
diff --git a/node_modules/is-my-json-valid/package.json b/node_modules/is-my-json-valid/package.json
deleted file mode 100644
index e217ecb50..000000000
--- a/node_modules/is-my-json-valid/package.json
+++ /dev/null
@@ -1,92 +0,0 @@
-{
- "_args": [
- [
- "is-my-json-valid@~2.12.2",
- "/Users/ogd/Documents/projects/npm/npm"
- ]
- ],
- "_from": "is-my-json-valid@>=2.12.2 <2.13.0",
- "_id": "is-my-json-valid@2.12.2",
- "_inCache": true,
- "_location": "/is-my-json-valid",
- "_nodeVersion": "2.5.0",
- "_npmUser": {
- "email": "mathiasbuus@gmail.com",
- "name": "mafintosh"
- },
- "_npmVersion": "2.13.4",
- "_phantomChildren": {},
- "_requested": {
- "name": "is-my-json-valid",
- "raw": "is-my-json-valid@~2.12.2",
- "rawSpec": "~2.12.2",
- "scope": null,
- "spec": ">=2.12.2 <2.13.0",
- "type": "range"
- },
- "_requiredBy": [
- "/eslint",
- "/har-validator"
- ],
- "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz",
- "_shasum": "0d65859318c846ce3a134402fd3fbc504272ccc9",
- "_shrinkwrap": null,
- "_spec": "is-my-json-valid@~2.12.2",
- "_where": "/Users/ogd/Documents/projects/npm/npm",
- "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": "0d65859318c846ce3a134402fd3fbc504272ccc9",
- "tarball": "http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz"
- },
- "gitHead": "48040cf001f661bcaa31f09bdc7fe3939ac2253b",
- "homepage": "https://github.com/mafintosh/is-my-json-valid",
- "installable": true,
- "keywords": [
- "json",
- "jsonschema",
- "orderly",
- "schema"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "mafintosh",
- "email": "mathiasbuus@gmail.com"
- },
- {
- "name": "watson",
- "email": "w@tson.dk"
- },
- {
- "name": "freeall",
- "email": "freeall@gmail.com"
- }
- ],
- "name": "is-my-json-valid",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "2.12.2"
-}