package.json
1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"_from": "arity-n@^1.0.4",
"_id": "arity-n@1.0.4",
"_inBundle": false,
"_integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U=",
"_location": "/arity-n",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "arity-n@^1.0.4",
"name": "arity-n",
"escapedName": "arity-n",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/compose-function"
],
"_resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz",
"_shasum": "d9e76b11733e08569c0847ae7b39b2860b30b745",
"_spec": "arity-n@^1.0.4",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\compose-function",
"author": {
"name": "stoeffel"
},
"bugs": {
"url": "http://github.com/stoeffel/arityN/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Wraps a function with a function of a sertain arity.",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.1.0",
"mocha-traceur": "^2.1.0",
"sinon": "^1.12.2"
},
"homepage": "http://github.com/stoeffel/arityN",
"keywords": [
"function",
"arity",
"functional"
],
"license": "MIT",
"main": "N.js",
"name": "arity-n",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stoeffel/arityN.git"
},
"scripts": {
"test": "mocha --reporter nyan --compilers js:mocha-traceur"
},
"version": "1.0.4"
}