datalist-interface
Advanced tools
+15
-8
| { | ||
| "name": "datalist-interface", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "Simple interface for a list functioning as a database", | ||
@@ -13,2 +13,6 @@ "license": "MIT", | ||
| "bugs": "https://github.com/wooorm/datalist-interface/issues", | ||
| "funding": { | ||
| "type": "github", | ||
| "url": "https://github.com/sponsors/wooorm" | ||
| }, | ||
| "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -24,9 +28,9 @@ "contributors": [ | ||
| "browserify": "^16.0.0", | ||
| "nyc": "^14.0.0", | ||
| "prettier": "^1.12.1", | ||
| "remark-cli": "^6.0.0", | ||
| "remark-preset-wooorm": "^4.0.0", | ||
| "tape": "^4.4.0", | ||
| "tinyify": "^2.5.0", | ||
| "xo": "^0.24.0" | ||
| "nyc": "^15.0.0", | ||
| "prettier": "^1.0.0", | ||
| "remark-cli": "^7.0.0", | ||
| "remark-preset-wooorm": "^6.0.0", | ||
| "tape": "^4.0.0", | ||
| "tinyify": "^2.0.0", | ||
| "xo": "^0.25.0" | ||
| }, | ||
@@ -59,2 +63,5 @@ "scripts": { | ||
| "esnext": false, | ||
| "rules": { | ||
| "unicorn/prefer-includes": "off" | ||
| }, | ||
| "ignores": [ | ||
@@ -61,0 +68,0 @@ "datalist-interface.js" |
+6
-5
@@ -8,13 +8,13 @@ # datalist-interface | ||
| A simple interface for a list. | ||
| A basic interface for a list. | ||
| ## Installation | ||
| ## Install | ||
| [npm][]: | ||
| ```bash | ||
| ```sh | ||
| npm install datalist-interface | ||
| ``` | ||
| ## Usage | ||
| ## Use | ||
@@ -57,3 +57,4 @@ ```js | ||
| Create a new instance. Values are passed to [`#add()`][add]. | ||
| Create a new instance. | ||
| Values are passed to [`#add()`][add]. | ||
@@ -60,0 +61,0 @@ ###### Example |
6898
2.06%158
0.64%