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
| {
| "_from": "unidecode@0.1.8",
| "_id": "unidecode@0.1.8",
| "_inBundle": false,
| "_integrity": "sha512-SdoZNxCWpN2tXTCrGkPF/0rL2HEq+i2gwRG1ReBvx8/0yTzC3enHfugOf8A9JBShVwwrRIkLX0YcDUGbzjbVCA==",
| "_location": "/unidecode",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "unidecode@0.1.8",
| "name": "unidecode",
| "escapedName": "unidecode",
| "rawSpec": "0.1.8",
| "saveSpec": null,
| "fetchSpec": "0.1.8"
| },
| "_requiredBy": [
| "/url-slug"
| ],
| "_resolved": "https://registry.npmmirror.com/unidecode/-/unidecode-0.1.8.tgz",
| "_shasum": "efbb301538bc45246a9ac8c559d72f015305053e",
| "_spec": "unidecode@0.1.8",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\url-slug",
| "author": {
| "name": "Francois-Guillaume Ribreau",
| "email": "npm@fgribreau.com",
| "url": "http://fgribreau.com"
| },
| "bugs": {
| "url": "https://github.com/FGRibreau/node-unidecode/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "ASCII transliterations of Unicode text",
| "devDependencies": {
| "jshint": "^2.5.11",
| "mocha": "^2.0.1"
| },
| "engines": {
| "node": ">= 0.4.12"
| },
| "homepage": "http://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html",
| "keywords": [
| "unidecode",
| "unicode",
| "utf8"
| ],
| "licenses": [
| {
| "type": "BSD",
| "url": "http://github.com/FGRibreau/node-unidecode/blob/master/LICENSE"
| }
| ],
| "main": "./unidecode",
| "name": "unidecode",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/FGRibreau/node-unidecode.git"
| },
| "scripts": {
| "lint": "jshint *.js */*.js",
| "test": "mocha"
| },
| "version": "0.1.8"
| }
|
|