UNPKG

760 BJSONView Raw
1{
2 "name": "@extra-array/drop-while",
3 "version": "2.10.18",
4 "description": "Discards values from left, while a test passes.",
5 "main": "index.js",
6 "module": "index.mjs",
7 "exports": {
8 "require": "./index.js",
9 "import": "./index.mjs"
10 },
11 "sideEffects": false,
12 "scripts": {
13 "test": "exit"
14 },
15 "runkitExampleFilename": "example.js",
16 "keywords": [
17 "extra",
18 "array",
19 "drop",
20 "while",
21 "dropWhile"
22 ],
23 "author": "wolfram77@gmail.com",
24 "license": "MIT",
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/nodef/extra-array.git"
28 },
29 "bugs": {
30 "url": "https://github.com/nodef/extra-array/issues"
31 },
32 "homepage": "https://github.com/nodef/extra-array#readme",
33 "dependencies": {}
34}