package.json
1.64 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
59
60
61
62
{
"_args": [
[
"generate-function@2.3.1",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "generate-function@2.3.1",
"_id": "generate-function@2.3.1",
"_inBundle": false,
"_integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
"_location": "/generate-function",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "generate-function@2.3.1",
"name": "generate-function",
"escapedName": "generate-function",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/mysql2"
],
"_resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz",
"_spec": "2.3.1",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/generate-function/issues"
},
"dependencies": {
"is-property": "^1.0.2"
},
"description": "Module that helps you write generated functions in Node",
"devDependencies": {
"tape": "^4.9.1"
},
"homepage": "https://github.com/mafintosh/generate-function",
"keywords": [
"generate",
"code",
"generation",
"function",
"performance"
],
"license": "MIT",
"main": "index.js",
"name": "generate-function",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/generate-function.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "2.3.1"
}