cc39bb053f1f4d35940062a5c3f3937b3f9b786f
[aai/esr-gui.git] /
1 {
2   "name": "sliced",
3   "version": "0.0.5",
4   "description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
5   "main": "index.js",
6   "scripts": {
7     "test": "make test"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git://github.com/aheckmann/sliced"
12   },
13   "keywords": [
14     "arguments",
15     "slice",
16     "array"
17   ],
18   "author": {
19     "name": "Aaron Heckmann",
20     "email": "aaron.heckmann+github@gmail.com"
21   },
22   "license": "MIT",
23   "devDependencies": {
24     "mocha": "1.5.0",
25     "benchmark": "~1.0.0"
26   },
27   "_id": "sliced@0.0.5",
28   "dist": {
29     "shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
30     "tarball": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz"
31   },
32   "_npmVersion": "1.1.59",
33   "_npmUser": {
34     "name": "aaron",
35     "email": "aaron.heckmann+github@gmail.com"
36   },
37   "maintainers": [
38     {
39       "name": "aaron",
40       "email": "aaron.heckmann+github@gmail.com"
41     }
42   ],
43   "directories": {},
44   "_shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
45   "_resolved": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz",
46   "_from": "sliced@0.0.5"
47 }