mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
23 lines
628 B
JSON
23 lines
628 B
JSON
{
|
|
"name": "unordered-array-remove",
|
|
"version": "1.0.2",
|
|
"description": "Efficiently remove an element from an unordered array without doing a splice",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tape": "^4.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/unordered-array-remove.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js"
|
|
},
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/unordered-array-remove/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/unordered-array-remove"
|
|
}
|