c647f49ce94536183c37bebcc2693d8b98a65966.svn-base
1.58 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
{
"_from": "vlq@^0.2.1",
"_id": "vlq@0.2.3",
"_inBundle": false,
"_integrity": "sha1-jz5DKM9jsVQMDWfhsneDhviXWyY=",
"_location": "/vlq",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vlq@^0.2.1",
"name": "vlq",
"escapedName": "vlq",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/flow-remove-types"
],
"_resolved": "https://registry.npm.taobao.org/vlq/download/vlq-0.2.3.tgz",
"_shasum": "8f3e4328cf63b1540c0d67e1b2778386f8975b26",
"_spec": "vlq@^0.2.1",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\flow-remove-types",
"author": {
"name": "Rich Harris"
},
"bugs": {
"url": "https://github.com/Rich-Harris/vlq/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Generate, and decode, base64 VLQ mappings for source maps and other uses",
"devDependencies": {
"eslint": "^3.19.0",
"rollup": "^0.41.6"
},
"files": [
"README.md",
"LICENSE",
"src/vlq.js",
"dist/vlq.js"
],
"homepage": "https://github.com/Rich-Harris/vlq#readme",
"license": "MIT",
"main": "dist/vlq.js",
"module": "src/vlq.js",
"name": "vlq",
"repository": {
"type": "git",
"url": "git+https://github.com/Rich-Harris/vlq.git"
},
"scripts": {
"build": "rollup src/vlq.js -n vlq -f umd > dist/vlq.js",
"lint": "eslint src",
"prepublish": "npm test",
"pretest": "npm run build",
"test": "node test"
},
"version": "0.2.3"
}