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.
59 lines
1.4 KiB
59 lines
1.4 KiB
4 years ago
|
{
|
||
|
"_from": "argsarray@0.0.1",
|
||
|
"_id": "argsarray@0.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-bnIHtOzbObCviDA/pa4ivajfYcs=",
|
||
|
"_location": "/argsarray",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "argsarray@0.0.1",
|
||
|
"name": "argsarray",
|
||
|
"escapedName": "argsarray",
|
||
|
"rawSpec": "0.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pouchdb-node"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/argsarray/-/argsarray-0.0.1.tgz",
|
||
|
"_shasum": "6e7207b4ecdb39b0af88303fa5ae22bda8df61cb",
|
||
|
"_spec": "argsarray@0.0.1",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/pouchdb-node",
|
||
|
"author": {
|
||
|
"name": "Calvin Metcalf"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/calvinmetcalf/argsarray/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "get arguments to a function as an array, withouth deoptimizing",
|
||
|
"devDependencies": {
|
||
|
"glob": "^3.2.9",
|
||
|
"tap-spec": "^0.1.5",
|
||
|
"tape": "^2.10.2"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"homepage": "https://github.com/calvinmetcalf/argsarray",
|
||
|
"keywords": [
|
||
|
"arguments",
|
||
|
"args"
|
||
|
],
|
||
|
"license": "WTFPL",
|
||
|
"main": "index.js",
|
||
|
"name": "argsarray",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/calvinmetcalf/argsarray.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/test.*.js | tspec"
|
||
|
},
|
||
|
"version": "0.0.1"
|
||
|
}
|