43477de21588ef27bb9060d6b33e206d669bcb74.svn-base
1.7 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
{
"_from": "bind-obj-methods@^2.0.0",
"_id": "bind-obj-methods@2.0.0",
"_inBundle": false,
"_integrity": "sha1-AXgUDb57e7Z9x0iSrOWbwCR/BvA=",
"_location": "/bind-obj-methods",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bind-obj-methods@^2.0.0",
"name": "bind-obj-methods",
"escapedName": "bind-obj-methods",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/bind-obj-methods/download/bind-obj-methods-2.0.0.tgz",
"_shasum": "0178140dbe7b7bb67dc74892ace59bc0247f06f0",
"_spec": "bind-obj-methods@^2.0.0",
"_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/bind-obj-methods/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Bind methods to an object from that object or some other source. Optionally specify a set of methods to skip over.",
"devDependencies": {
"tap": "^10.7.0"
},
"files": [],
"homepage": "https://github.com/isaacs/bind-obj-methods#readme",
"keywords": [],
"license": "ISC",
"main": "bind-obj-methods.js",
"name": "bind-obj-methods",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/bind-obj-methods.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test.js --100"
},
"version": "2.0.0"
}