peela
Version:
Peela a tiny (LIFO) stack.
45 lines (44 loc) • 811 B
JSON
{
"name": "peela"
, "version": "1.3.3"
, "description": "Peela a tiny (LIFO) stack."
, "homepage": "https://github.com/rootslab/peela"
, "private": false
, "repository": {
"type": "git"
, "url": "git://github.com/rootslab/peela.git"
}
, "keywords": [
"peela"
, "LIFO"
, "stack"
, "pop"
, "push"
, "concat"
, "tail"
, "head"
, "indexOf"
, "flush"
, "util"
]
, "author": {
"name": "Guglielmo Ferri"
, "email": "44gatti@gmail.com"
}
, "dependencies": {
}
, "devDependencies": {
}
, "main": "index"
, "engines": {
"node": ">=0.8.x"
}
, "scripts": {
"test": "bash test/run.sh"
}
, "license": "MIT"
, "readmeFilename": "Readme.md"
, "bugs": {
"url": "https://github.com/rootslab/peela/issues"
}
}