You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
600 B
31 lines
600 B
{
|
|
"name": "sliced",
|
|
"version": "1.0.1",
|
|
"description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
|
|
"main": "index.js",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aheckmann/sliced"
|
|
},
|
|
"keywords": [
|
|
"arguments",
|
|
"slice",
|
|
"array"
|
|
],
|
|
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "1.5.0",
|
|
"benchmark": "~1.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|