061fd35a97477560babe2b2bafb89942a87ac776.svn-base
1.51 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
{
"_from": "function-loop@^1.0.2",
"_id": "function-loop@1.0.2",
"_inBundle": false,
"_integrity": "sha1-Frk911eEXqz+yhqAYaamXBBuDLI=",
"_location": "/function-loop",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "function-loop@^1.0.2",
"name": "function-loop",
"escapedName": "function-loop",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/function-loop/download/function-loop-1.0.2.tgz",
"_shasum": "16b93dd757845eacfeca1a8061a6a65c106e0cb2",
"_spec": "function-loop@^1.0.2",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/function-loop/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Run a list of functions in order in a given object context. The functions can be callback-taking or promise-returning.",
"devDependencies": {
"tap": "^9.0.3"
},
"homepage": "https://github.com/isaacs/function-loop#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "function-loop",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/function-loop.git"
},
"scripts": {
"test": "tap test.js --100"
},
"version": "1.0.2"
}