UNPKG

rtrim-array

Version:

Removes specified values from the end of an array.

42 lines (41 loc) 766 B
{ "name": "rtrim-array", "version": "1.1.0", "description": "Removes specified values from the end of an array.", "keywords": [ "rtrim", "right", "end", "trim", "array", "elements", "values", "bind operator" ], "author": "John Lamansky", "license": "MIT", "homepage": "https://github.com/lamansky/rtrim-array", "repository": "lamansky/rtrim-array", "main": "index.js", "files": [], "engines": { "node": ">=6.0.0" }, "dependencies": { "pfn": "^1.0.0", "sbo": "^1.0.0" }, "devDependencies": { "eslint-config-lamansky": "^1.0.0", "mocha": "^5.0.0" }, "scripts": { "test": "mocha" }, "eslintConfig": { "extends": "lamansky", "env": { "mocha": true } } }