pouchdb-mapreduce-utils
Advanced tools
Comparing version 0.0.0 to 5.4.0
{ | ||
"name": "pouchdb-mapreduce-utils", | ||
"version": "0.0.0", | ||
"description": "Empty holding package claimed by the PouchDB authors.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "5.4.0", | ||
"description": "PouchDB utilities used by pouchdb-mapreduce.", | ||
"main": "./lib/index.js", | ||
"keywords": [], | ||
"author": "Nolan Lawson <nolan@nolanlawson.com>", | ||
"license": "Apache-2.0" | ||
"author": "Dale Harvey <dale@arandomurl.com>", | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/pouchdb/pouchdb", | ||
"jsnext:main": "./src/index.js", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"dependencies": { | ||
"argsarray": "0.0.1" | ||
} | ||
} |
@@ -1,4 +0,25 @@ | ||
pouchdb-mapreduce-utils | ||
============= | ||
pouchdb | ||
====== | ||
Empty holding package claimed by the PouchDB authors. | ||
PouchDB is a pocket-sized database. | ||
### Usage | ||
```bash | ||
npm install pouchdb | ||
``` | ||
```js | ||
var PouchDB = require('pouchdb'); | ||
var db = new PouchDB('my_db'); | ||
``` | ||
For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html). | ||
### Source | ||
PouchDB and its sub-packages are distributed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md). | ||
For a full list of packages, see [the GitHub source](https://github.com/pouchdb/pouchdb/tree/master/packages). | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15741
5
132
1
26
0
1
+ Addedargsarray@0.0.1
+ Addedargsarray@0.0.1(transitive)