You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/node-json-db

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-json-db - npm Package Compare versions

Comparing version

to
0.9.3

node-json-db/LICENSE

21

node-json-db/package.json
{
"name": "@types/node-json-db",
"version": "0.0.1",
"description": "TypeScript definitions for node-json-db",
"license": "MIT",
"author": "Ilya Kuznetsov <https://github.com/kuzn-ilya>",
"version": "0.9.3",
"typings": null,
"description": "Stub TypeScript definitions entry for node-json-db, which provides its own types definitions",
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "0b29137560a1c1d37aaf6f3e53191ded25b9fa3a5ef599ed73356207702da08b"
"author": "",
"repository": "https://github.com/Belphemur/node-json-db",
"license": "MIT",
"dependencies": {
"node-json-db": "*"
}
}

@@ -1,18 +0,3 @@

# Installation
> `npm install --save @types/node-json-db`
This is a stub types definition for node-json-db (https://github.com/Belphemur/node-json-db).
# Summary
This package contains type definitions for node-json-db (https://github.com/Belphemur/node-json-db).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/node-json-db
Additional Details
* Last updated: Tue, 01 Nov 2016 13:16:48 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: JsonDB
# Credits
These definitions were written by Ilya Kuznetsov <https://github.com/kuzn-ilya>.
node-json-db provides its own type definitions, so you don't need @types/node-json-db installed!