1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/node_modules/unordered-array-remove/package.json
2023-02-17 15:04:26 -03:00

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"
}