ltrim-array
Version:
Removes specified values from the beginning of an array.
42 lines (41 loc) • 777 B
JSON
{
"name": "ltrim-array",
"version": "1.0.0",
"description": "Removes specified values from the beginning of an array.",
"keywords": [
"ltrim",
"left",
"beginning",
"trim",
"array",
"elements",
"values",
"bind operator"
],
"author": "John Lamansky",
"license": "MIT",
"homepage": "https://github.com/lamansky/ltrim-array",
"repository": "lamansky/ltrim-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
}
}
}