{ "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 ", "license": "MIT", "devDependencies": { "mocha": "1.5.0", "benchmark": "~1.0.0" }, "dependencies": {} ,"_resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz" ,"_integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=" ,"_from": "sliced@1.0.1" }