initial
This commit is contained in:
+56
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"_from": "sliced@0.0.5",
|
||||
"_id": "sliced@0.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-XtwETKTrb3gW1Qui/GPiXY/kcH8=",
|
||||
"_location": "/mquery/sliced",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "sliced@0.0.5",
|
||||
"name": "sliced",
|
||||
"escapedName": "sliced",
|
||||
"rawSpec": "0.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mquery"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz",
|
||||
"_shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
|
||||
"_spec": "sliced@0.0.5",
|
||||
"_where": "/app/node_modules/mquery",
|
||||
"author": {
|
||||
"name": "Aaron Heckmann",
|
||||
"email": "aaron.heckmann+github@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aheckmann/sliced/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
|
||||
"devDependencies": {
|
||||
"benchmark": "~1.0.0",
|
||||
"mocha": "1.5.0"
|
||||
},
|
||||
"homepage": "https://github.com/aheckmann/sliced#readme",
|
||||
"keywords": [
|
||||
"arguments",
|
||||
"slice",
|
||||
"array"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "sliced",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aheckmann/sliced.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "0.0.5"
|
||||
}
|
||||
Reference in New Issue
Block a user