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
63
64
65
66
67
68
69
70
71
| {
| "_from": "git+https://github.com/nhn/raphael.git#2.2.0-c",
| "_id": "raphael@2.2.0-c",
| "_inBundle": false,
| "_integrity": "",
| "_location": "/raphael",
| "_phantomChildren": {},
| "_requested": {
| "type": "git",
| "raw": "raphael@git+https://github.com/nhn/raphael.git#2.2.0-c",
| "name": "raphael",
| "escapedName": "raphael",
| "rawSpec": "git+https://github.com/nhn/raphael.git#2.2.0-c",
| "saveSpec": "git+https://github.com/nhn/raphael.git#2.2.0-c",
| "fetchSpec": "https://github.com/nhn/raphael.git",
| "gitCommittish": "2.2.0-c"
| },
| "_requiredBy": [
| "/tui-chart"
| ],
| "_resolved": "git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0",
| "_spec": "raphael@git+https://github.com/nhn/raphael.git#2.2.0-c",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\tui-chart",
| "author": {
| "name": "Dmitry Baranovskiy"
| },
| "bugs": {
| "url": "https://github.com/DmitryBaranovskiy/raphael/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Tomas Alabes",
| "url": "https://github.com/tomasAlabes"
| }
| ],
| "dependencies": {
| "eve": "git://github.com/adobe-webplatform/eve.git#eef80ed"
| },
| "deprecated": false,
| "description": "JavaScript Vector Library",
| "devDependencies": {
| "bower": "1.4.1",
| "eslint": "^2.7.0",
| "eslint-config-standard": "^5.1.0",
| "eslint-loader": "^1.3.0",
| "eslint-plugin-promise": "^1.1.0",
| "eslint-plugin-standard": "^1.3.2",
| "qunitjs": "1.21.0",
| "webpack": "^1.12.15"
| },
| "homepage": "http://dmitrybaranovskiy.github.io/raphael/",
| "keywords": [
| "svg",
| "vml",
| "javascript"
| ],
| "license": "MIT",
| "main": "raphael.min.js",
| "name": "raphael",
| "repository": {
| "type": "git",
| "url": "git://github.com/DmitryBaranovskiy/raphael.git"
| },
| "scripts": {
| "build": "webpack && webpack --min && webpack --no-deps && webpack --no-deps --min",
| "start": "npm install && bower install",
| "test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
| },
| "version": "2.2.0-c"
| }
|
|