1 | {
|
2 | "name": "@extra-array/pop-update",
|
3 | "version": "2.10.19",
|
4 | "description": "Removes last value.",
|
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 | "pop",
|
20 | "update",
|
21 | "pop$"
|
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 | }
|