김진우

kakaoID대신 이름이 뜨게 변경 및 코드 수정

Showing 471 changed files with 17265 additions and 845 deletions
...@@ -9,6 +9,10 @@ var cheerio = require('cheerio'); ...@@ -9,6 +9,10 @@ var cheerio = require('cheerio');
9 var request = require('request'); 9 var request = require('request');
10 var index = require('./routes/index'); 10 var index = require('./routes/index');
11 var index2 = require('./routes/index2'); 11 var index2 = require('./routes/index2');
12 +var adduser = require('./routes/adduser');
13 +
14 +var addtodb = require('./routes/adduser');
15 +
12 var login = require('./routes/login'); 16 var login = require('./routes/login');
13 var users = require('./routes/users'); 17 var users = require('./routes/users');
14 var mytoons = require('./routes/mytoons'); 18 var mytoons = require('./routes/mytoons');
...@@ -67,9 +71,13 @@ app.use('/users', users); ...@@ -67,9 +71,13 @@ app.use('/users', users);
67 app.use('/mytoons', mytoons); 71 app.use('/mytoons', mytoons);
68 app.use('/setting', setting); 72 app.use('/setting', setting);
69 app.use('/yourtoons', yourtoons); 73 app.use('/yourtoons', yourtoons);
74 +app.use('/adduser', adduser);
75 +// app.use('/addtodb', addtodb);
70 //app.use(express.static('views')); 76 //app.use(express.static('views'));
71 77
72 -// catch 404 and forward to error handler 78 +
79 +
80 +//catch 404 and forward to error handler
73 app.use(function(req, res, next) { 81 app.use(function(req, res, next) {
74 var err = new Error('Not Found'); 82 var err = new Error('Not Found');
75 err.status = 404; 83 err.status = 404;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "@types/cheerio@0.22.14", 4 "@types/cheerio@0.22.14",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "@types/cheerio@0.22.14", 8 "_from": "@types/cheerio@0.22.14",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.14.tgz", 28 "_resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.14.tgz",
29 "_spec": "0.22.14", 29 "_spec": "0.22.14",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "bugs": { 31 "bugs": {
32 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 32 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "@types/node@10.12.8", 4 "@types/node@10.12.8",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "@types/node@10.12.8", 8 "_from": "@types/node@10.12.8",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.8.tgz", 29 "_resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.8.tgz",
30 "_spec": "10.12.8", 30 "_spec": "10.12.8",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 33 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
34 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "accepts@1.3.5", 4 "accepts@1.3.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "accepts@1.3.5", 8 "_from": "accepts@1.3.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", 27 "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz",
28 "_spec": "1.3.5", 28 "_spec": "1.3.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/accepts/issues" 31 "url": "https://github.com/jshttp/accepts/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "agent-base@4.3.0", 4 "agent-base@4.3.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "agent-base@4.3.0", 8 "_from": "agent-base@4.3.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", 27 "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz",
28 "_spec": "4.3.0", 28 "_spec": "4.3.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Nathan Rajlich", 31 "name": "Nathan Rajlich",
32 "email": "nathan@tootallnate.net", 32 "email": "nathan@tootallnate.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ajv@6.5.5", 4 "ajv@6.5.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ajv@6.5.5", 8 "_from": "ajv@6.5.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.5.tgz", 27 "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.5.tgz",
28 "_spec": "6.5.5", 28 "_spec": "6.5.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Evgeny Poberezkin" 31 "name": "Evgeny Poberezkin"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ansi-regex@2.1.1", 4 "ansi-regex@2.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ansi-regex@2.1.1", 8 "_from": "ansi-regex@2.1.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", 28 "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
29 "_spec": "2.1.1", 29 "_spec": "2.1.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Sindre Sorhus", 32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com", 33 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ansi-styles@2.2.1", 4 "ansi-styles@2.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ansi-styles@2.2.1", 8 "_from": "ansi-styles@2.2.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", 27 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
28 "_spec": "2.2.1", 28 "_spec": "2.2.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "array-flatten@1.1.1", 4 "array-flatten@1.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "array-flatten@1.1.1", 8 "_from": "array-flatten@1.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
28 "_spec": "1.1.1", 28 "_spec": "1.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Blake Embrey", 31 "name": "Blake Embrey",
32 "email": "hello@blakeembrey.com", 32 "email": "hello@blakeembrey.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "asn1@0.2.4", 4 "asn1@0.2.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "asn1@0.2.4", 8 "_from": "asn1@0.2.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", 27 "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
28 "_spec": "0.2.4", 28 "_spec": "0.2.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Joyent", 31 "name": "Joyent",
32 "url": "joyent.com" 32 "url": "joyent.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "assert-plus@0.2.0", 4 "assert-plus@0.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "assert-plus@0.2.0", 8 "_from": "assert-plus@0.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
28 "_spec": "0.2.0", 28 "_spec": "0.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mark Cavage", 31 "name": "Mark Cavage",
32 "email": "mcavage@gmail.com" 32 "email": "mcavage@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "async-limiter@1.0.1", 4 "async-limiter@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "async-limiter@1.0.1", 8 "_from": "async-limiter@1.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
28 "_spec": "1.0.1", 28 "_spec": "1.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Samuel Reed" 31 "name": "Samuel Reed"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "async@2.6.1", 4 "async@2.6.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "async@2.6.1", 8 "_from": "async@2.6.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", 28 "_resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
29 "_spec": "2.6.1", 29 "_spec": "2.6.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Caolan McMahon" 32 "name": "Caolan McMahon"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "asynckit@0.4.0", 4 "asynckit@0.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "asynckit@0.4.0", 8 "_from": "asynckit@0.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 27 "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
28 "_spec": "0.4.0", 28 "_spec": "0.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Alex Indigo", 31 "name": "Alex Indigo",
32 "email": "iam@alexindigo.com" 32 "email": "iam@alexindigo.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "aws-sign2@0.6.0", 4 "aws-sign2@0.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "aws-sign2@0.6.0", 8 "_from": "aws-sign2@0.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
28 "_spec": "0.6.0", 28 "_spec": "0.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com", 32 "email": "mikeal.rogers@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "aws4@1.8.0", 4 "aws4@1.8.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "aws4@1.8.0", 8 "_from": "aws4@1.8.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", 27 "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
28 "_spec": "1.8.0", 28 "_spec": "1.8.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Michael Hart", 31 "name": "Michael Hart",
32 "email": "michael.hart.au@gmail.com", 32 "email": "michael.hart.au@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "balanced-match@1.0.0", 4 "balanced-match@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "balanced-match@1.0.0", 8 "_from": "balanced-match@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Julian Gruber", 31 "name": "Julian Gruber",
32 "email": "mail@juliangruber.com", 32 "email": "mail@juliangruber.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "basic-auth@2.0.1", 4 "basic-auth@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "basic-auth@2.0.1", 8 "_from": "basic-auth@2.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
28 "_spec": "2.0.1", 28 "_spec": "2.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/basic-auth/issues" 31 "url": "https://github.com/jshttp/basic-auth/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "bcrypt-nodejs@0.0.3", 4 "bcrypt-nodejs@0.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "bcrypt-nodejs@0.0.3", 8 "_from": "bcrypt-nodejs@0.0.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz", 27 "_resolved": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz",
28 "_spec": "0.0.3", 28 "_spec": "0.0.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Shane Girish", 31 "name": "Shane Girish",
32 "email": "shaneGirish@gmail.com" 32 "email": "shaneGirish@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "bcrypt-pbkdf@1.0.2", 4 "bcrypt-pbkdf@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "bcrypt-pbkdf@1.0.2", 8 "_from": "bcrypt-pbkdf@1.0.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", 27 "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
28 "_spec": "1.0.2", 28 "_spec": "1.0.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues" 31 "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "bignumber.js@4.1.0", 4 "bignumber.js@4.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "bignumber.js@4.1.0", 8 "_from": "bignumber.js@4.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.1.0.tgz",
28 "_spec": "4.1.0", 28 "_spec": "4.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Michael Mclaughlin", 31 "name": "Michael Mclaughlin",
32 "email": "M8ch88l@gmail.com" 32 "email": "M8ch88l@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "readable-stream@2.0.6", 4 "readable-stream@2.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "readable-stream@2.0.6", 8 "_from": "readable-stream@2.0.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", 27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
28 "_spec": "2.0.6", 28 "_spec": "2.0.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "browser": { 30 "browser": {
31 "util": false 31 "util": false
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "string_decoder@0.10.31", 4 "string_decoder@0.10.31",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "string_decoder@0.10.31", 8 "_from": "string_decoder@0.10.31",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", 27 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
28 "_spec": "0.10.31", 28 "_spec": "0.10.31",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/rvagg/string_decoder/issues" 31 "url": "https://github.com/rvagg/string_decoder/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "bl@1.0.3", 4 "bl@1.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "bl@1.0.3", 8 "_from": "bl@1.0.3",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
32 ], 32 ],
33 "_resolved": "http://registry.npmjs.org/bl/-/bl-1.0.3.tgz", 33 "_resolved": "http://registry.npmjs.org/bl/-/bl-1.0.3.tgz",
34 "_spec": "1.0.3", 34 "_spec": "1.0.3",
35 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 35 + "_where": "/Users/star/Desktop/YTMT",
36 "authors": [ 36 "authors": [
37 "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)", 37 "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
38 "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)", 38 "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "bluebird@3.5.1", 4 "bluebird@3.5.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "bluebird@3.5.1", 8 "_from": "bluebird@3.5.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", 27 "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
28 "_spec": "3.5.1", 28 "_spec": "3.5.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Petka Antonov", 31 "name": "Petka Antonov",
32 "email": "petka_antonov@hotmail.com", 32 "email": "petka_antonov@hotmail.com",
......
1 +1.19.0 / 2019-04-25
2 +===================
3 +
4 + * deps: bytes@3.1.0
5 + - Add petabyte (`pb`) support
6 + * deps: http-errors@1.7.2
7 + - Set constructor name when possible
8 + - deps: setprototypeof@1.1.1
9 + - deps: statuses@'>= 1.5.0 < 2'
10 + * deps: iconv-lite@0.4.24
11 + - Added encoding MIK
12 + * deps: qs@6.7.0
13 + - Fix parsing array brackets after index
14 + * deps: raw-body@2.4.0
15 + - deps: bytes@3.1.0
16 + - deps: http-errors@1.7.2
17 + - deps: iconv-lite@0.4.24
18 + * deps: type-is@~1.6.17
19 + - deps: mime-types@~2.1.24
20 + - perf: prevent internal `throw` on invalid type
21 +
1 1.18.3 / 2018-05-14 22 1.18.3 / 2018-05-14
2 =================== 23 ===================
3 24
......
...@@ -399,13 +399,11 @@ var urlencodedParser = bodyParser.urlencoded({ extended: false }) ...@@ -399,13 +399,11 @@ var urlencodedParser = bodyParser.urlencoded({ extended: false })
399 399
400 // POST /login gets urlencoded bodies 400 // POST /login gets urlencoded bodies
401 app.post('/login', urlencodedParser, function (req, res) { 401 app.post('/login', urlencodedParser, function (req, res) {
402 - if (!req.body) return res.sendStatus(400)
403 res.send('welcome, ' + req.body.username) 402 res.send('welcome, ' + req.body.username)
404 }) 403 })
405 404
406 // POST /api/users gets JSON bodies 405 // POST /api/users gets JSON bodies
407 app.post('/api/users', jsonParser, function (req, res) { 406 app.post('/api/users', jsonParser, function (req, res) {
408 - if (!req.body) return res.sendStatus(400)
409 // create user in req.body 407 // create user in req.body
410 }) 408 })
411 ``` 409 ```
......
...@@ -266,7 +266,7 @@ function simpleparser (options) { ...@@ -266,7 +266,7 @@ function simpleparser (options) {
266 } 266 }
267 267
268 debug('parse urlencoding') 268 debug('parse urlencoding')
269 - return parse(body, undefined, undefined, {maxKeys: parameterLimit}) 269 + return parse(body, undefined, undefined, { maxKeys: parameterLimit })
270 } 270 }
271 } 271 }
272 272
......
1 +2019-02-18 / 1.7.2
2 +==================
3 +
4 + * deps: setprototypeof@1.1.1
5 +
6 +2018-09-08 / 1.7.1
7 +==================
8 +
9 + * Fix error creating objects in some environments
10 +
11 +2018-07-30 / 1.7.0
12 +==================
13 +
14 + * Set constructor name when possible
15 + * Use `toidentifier` module to make class names
16 + * deps: statuses@'>= 1.5.0 < 2'
17 +
18 +2018-03-29 / 1.6.3
19 +==================
20 +
21 + * deps: depd@~1.1.2
22 + - perf: remove argument reassignment
23 + * deps: setprototypeof@1.1.0
24 + * deps: statuses@'>= 1.4.0 < 2'
25 +
26 +2017-08-04 / 1.6.2
27 +==================
28 +
29 + * deps: depd@1.1.1
30 + - Remove unnecessary `Buffer` loading
31 +
32 +2017-02-20 / 1.6.1
33 +==================
34 +
35 + * deps: setprototypeof@1.0.3
36 + - Fix shim for old browsers
37 +
38 +2017-02-14 / 1.6.0
39 +==================
40 +
41 + * Accept custom 4xx and 5xx status codes in factory
42 + * Add deprecation message to `"I'mateapot"` export
43 + * Deprecate passing status code as anything except first argument in factory
44 + * Deprecate using non-error status codes
45 + * Make `message` property enumerable for `HttpError`s
46 +
47 +2016-11-16 / 1.5.1
48 +==================
49 +
50 + * deps: inherits@2.0.3
51 + - Fix issue loading in browser
52 + * deps: setprototypeof@1.0.2
53 + * deps: statuses@'>= 1.3.1 < 2'
54 +
55 +2016-05-18 / 1.5.0
56 +==================
57 +
58 + * Support new code `421 Misdirected Request`
59 + * Use `setprototypeof` module to replace `__proto__` setting
60 + * deps: statuses@'>= 1.3.0 < 2'
61 + - Add `421 Misdirected Request`
62 + - perf: enable strict mode
63 + * perf: enable strict mode
64 +
65 +2016-01-28 / 1.4.0
66 +==================
67 +
68 + * Add `HttpError` export, for `err instanceof createError.HttpError`
69 + * deps: inherits@2.0.1
70 + * deps: statuses@'>= 1.2.1 < 2'
71 + - Fix message for status 451
72 + - Remove incorrect nginx status code
73 +
74 +2015-02-02 / 1.3.1
75 +==================
76 +
77 + * Fix regression where status can be overwritten in `createError` `props`
78 +
79 +2015-02-01 / 1.3.0
80 +==================
81 +
82 + * Construct errors using defined constructors from `createError`
83 + * Fix error names that are not identifiers
84 + - `createError["I'mateapot"]` is now `createError.ImATeapot`
85 + * Set a meaningful `name` property on constructed errors
86 +
87 +2014-12-09 / 1.2.8
88 +==================
89 +
90 + * Fix stack trace from exported function
91 + * Remove `arguments.callee` usage
92 +
93 +2014-10-14 / 1.2.7
94 +==================
95 +
96 + * Remove duplicate line
97 +
98 +2014-10-02 / 1.2.6
99 +==================
100 +
101 + * Fix `expose` to be `true` for `ClientError` constructor
102 +
103 +2014-09-28 / 1.2.5
104 +==================
105 +
106 + * deps: statuses@1
107 +
108 +2014-09-21 / 1.2.4
109 +==================
110 +
111 + * Fix dependency version to work with old `npm`s
112 +
113 +2014-09-21 / 1.2.3
114 +==================
115 +
116 + * deps: statuses@~1.1.0
117 +
118 +2014-09-21 / 1.2.2
119 +==================
120 +
121 + * Fix publish error
122 +
123 +2014-09-21 / 1.2.1
124 +==================
125 +
126 + * Support Node.js 0.6
127 + * Use `inherits` instead of `util`
128 +
129 +2014-09-09 / 1.2.0
130 +==================
131 +
132 + * Fix the way inheriting functions
133 + * Support `expose` being provided in properties argument
134 +
135 +2014-09-08 / 1.1.0
136 +==================
137 +
138 + * Default status to 500
139 + * Support provided `error` to extend
140 +
141 +2014-09-08 / 1.0.1
142 +==================
143 +
144 + * Fix accepting string message
145 +
146 +2014-09-08 / 1.0.0
147 +==================
148 +
149 + * Initial release
1 +
2 +The MIT License (MIT)
3 +
4 +Copyright (c) 2014 Jonathan Ong me@jongleberry.com
5 +Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
6 +
7 +Permission is hereby granted, free of charge, to any person obtaining a copy
8 +of this software and associated documentation files (the "Software"), to deal
9 +in the Software without restriction, including without limitation the rights
10 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 +copies of the Software, and to permit persons to whom the Software is
12 +furnished to do so, subject to the following conditions:
13 +
14 +The above copyright notice and this permission notice shall be included in
15 +all copies or substantial portions of the Software.
16 +
17 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 +THE SOFTWARE.
1 +# http-errors
2 +
3 +[![NPM Version][npm-version-image]][npm-url]
4 +[![NPM Downloads][npm-downloads-image]][node-url]
5 +[![Node.js Version][node-image]][node-url]
6 +[![Build Status][travis-image]][travis-url]
7 +[![Test Coverage][coveralls-image]][coveralls-url]
8 +
9 +Create HTTP errors for Express, Koa, Connect, etc. with ease.
10 +
11 +## Install
12 +
13 +This is a [Node.js](https://nodejs.org/en/) module available through the
14 +[npm registry](https://www.npmjs.com/). Installation is done using the
15 +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
16 +
17 +```bash
18 +$ npm install http-errors
19 +```
20 +
21 +## Example
22 +
23 +```js
24 +var createError = require('http-errors')
25 +var express = require('express')
26 +var app = express()
27 +
28 +app.use(function (req, res, next) {
29 + if (!req.user) return next(createError(401, 'Please login to view this page.'))
30 + next()
31 +})
32 +```
33 +
34 +## API
35 +
36 +This is the current API, currently extracted from Koa and subject to change.
37 +
38 +### Error Properties
39 +
40 +- `expose` - can be used to signal if `message` should be sent to the client,
41 + defaulting to `false` when `status` >= 500
42 +- `headers` - can be an object of header names to values to be sent to the
43 + client, defaulting to `undefined`. When defined, the key names should all
44 + be lower-cased
45 +- `message` - the traditional error message, which should be kept short and all
46 + single line
47 +- `status` - the status code of the error, mirroring `statusCode` for general
48 + compatibility
49 +- `statusCode` - the status code of the error, defaulting to `500`
50 +
51 +### createError([status], [message], [properties])
52 +
53 +Create a new error object with the given message `msg`.
54 +The error object inherits from `createError.HttpError`.
55 +
56 +<!-- eslint-disable no-undef, no-unused-vars -->
57 +
58 +```js
59 +var err = createError(404, 'This video does not exist!')
60 +```
61 +
62 +- `status: 500` - the status code as a number
63 +- `message` - the message of the error, defaulting to node's text for that status code.
64 +- `properties` - custom properties to attach to the object
65 +
66 +### createError([status], [error], [properties])
67 +
68 +Extend the given `error` object with `createError.HttpError`
69 +properties. This will not alter the inheritance of the given
70 +`error` object, and the modified `error` object is the
71 +return value.
72 +
73 +<!-- eslint-disable no-redeclare, no-undef, no-unused-vars -->
74 +
75 +```js
76 +fs.readFile('foo.txt', function (err, buf) {
77 + if (err) {
78 + if (err.code === 'ENOENT') {
79 + var httpError = createError(404, err, { expose: false })
80 + } else {
81 + var httpError = createError(500, err)
82 + }
83 + }
84 +})
85 +```
86 +
87 +- `status` - the status code as a number
88 +- `error` - the error object to extend
89 +- `properties` - custom properties to attach to the object
90 +
91 +### new createError\[code || name\](\[msg]\))
92 +
93 +Create a new error object with the given message `msg`.
94 +The error object inherits from `createError.HttpError`.
95 +
96 +<!-- eslint-disable no-undef, no-unused-vars -->
97 +
98 +```js
99 +var err = new createError.NotFound()
100 +```
101 +
102 +- `code` - the status code as a number
103 +- `name` - the name of the error as a "bumpy case", i.e. `NotFound` or `InternalServerError`.
104 +
105 +#### List of all constructors
106 +
107 +|Status Code|Constructor Name |
108 +|-----------|-----------------------------|
109 +|400 |BadRequest |
110 +|401 |Unauthorized |
111 +|402 |PaymentRequired |
112 +|403 |Forbidden |
113 +|404 |NotFound |
114 +|405 |MethodNotAllowed |
115 +|406 |NotAcceptable |
116 +|407 |ProxyAuthenticationRequired |
117 +|408 |RequestTimeout |
118 +|409 |Conflict |
119 +|410 |Gone |
120 +|411 |LengthRequired |
121 +|412 |PreconditionFailed |
122 +|413 |PayloadTooLarge |
123 +|414 |URITooLong |
124 +|415 |UnsupportedMediaType |
125 +|416 |RangeNotSatisfiable |
126 +|417 |ExpectationFailed |
127 +|418 |ImATeapot |
128 +|421 |MisdirectedRequest |
129 +|422 |UnprocessableEntity |
130 +|423 |Locked |
131 +|424 |FailedDependency |
132 +|425 |UnorderedCollection |
133 +|426 |UpgradeRequired |
134 +|428 |PreconditionRequired |
135 +|429 |TooManyRequests |
136 +|431 |RequestHeaderFieldsTooLarge |
137 +|451 |UnavailableForLegalReasons |
138 +|500 |InternalServerError |
139 +|501 |NotImplemented |
140 +|502 |BadGateway |
141 +|503 |ServiceUnavailable |
142 +|504 |GatewayTimeout |
143 +|505 |HTTPVersionNotSupported |
144 +|506 |VariantAlsoNegotiates |
145 +|507 |InsufficientStorage |
146 +|508 |LoopDetected |
147 +|509 |BandwidthLimitExceeded |
148 +|510 |NotExtended |
149 +|511 |NetworkAuthenticationRequired|
150 +
151 +## License
152 +
153 +[MIT](LICENSE)
154 +
155 +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/http-errors/master
156 +[coveralls-url]: https://coveralls.io/r/jshttp/http-errors?branch=master
157 +[node-image]: https://badgen.net/npm/node/http-errors
158 +[node-url]: https://nodejs.org/en/download
159 +[npm-downloads-image]: https://badgen.net/npm/dm/http-errors
160 +[npm-url]: https://npmjs.org/package/http-errors
161 +[npm-version-image]: https://badgen.net/npm/v/http-errors
162 +[travis-image]: https://badgen.net/travis/jshttp/http-errors/master
163 +[travis-url]: https://travis-ci.org/jshttp/http-errors
1 +/*!
2 + * http-errors
3 + * Copyright(c) 2014 Jonathan Ong
4 + * Copyright(c) 2016 Douglas Christopher Wilson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict'
9 +
10 +/**
11 + * Module dependencies.
12 + * @private
13 + */
14 +
15 +var deprecate = require('depd')('http-errors')
16 +var setPrototypeOf = require('setprototypeof')
17 +var statuses = require('statuses')
18 +var inherits = require('inherits')
19 +var toIdentifier = require('toidentifier')
20 +
21 +/**
22 + * Module exports.
23 + * @public
24 + */
25 +
26 +module.exports = createError
27 +module.exports.HttpError = createHttpErrorConstructor()
28 +
29 +// Populate exports for all constructors
30 +populateConstructorExports(module.exports, statuses.codes, module.exports.HttpError)
31 +
32 +/**
33 + * Get the code class of a status code.
34 + * @private
35 + */
36 +
37 +function codeClass (status) {
38 + return Number(String(status).charAt(0) + '00')
39 +}
40 +
41 +/**
42 + * Create a new HTTP Error.
43 + *
44 + * @returns {Error}
45 + * @public
46 + */
47 +
48 +function createError () {
49 + // so much arity going on ~_~
50 + var err
51 + var msg
52 + var status = 500
53 + var props = {}
54 + for (var i = 0; i < arguments.length; i++) {
55 + var arg = arguments[i]
56 + if (arg instanceof Error) {
57 + err = arg
58 + status = err.status || err.statusCode || status
59 + continue
60 + }
61 + switch (typeof arg) {
62 + case 'string':
63 + msg = arg
64 + break
65 + case 'number':
66 + status = arg
67 + if (i !== 0) {
68 + deprecate('non-first-argument status code; replace with createError(' + arg + ', ...)')
69 + }
70 + break
71 + case 'object':
72 + props = arg
73 + break
74 + }
75 + }
76 +
77 + if (typeof status === 'number' && (status < 400 || status >= 600)) {
78 + deprecate('non-error status code; use only 4xx or 5xx status codes')
79 + }
80 +
81 + if (typeof status !== 'number' ||
82 + (!statuses[status] && (status < 400 || status >= 600))) {
83 + status = 500
84 + }
85 +
86 + // constructor
87 + var HttpError = createError[status] || createError[codeClass(status)]
88 +
89 + if (!err) {
90 + // create error
91 + err = HttpError
92 + ? new HttpError(msg)
93 + : new Error(msg || statuses[status])
94 + Error.captureStackTrace(err, createError)
95 + }
96 +
97 + if (!HttpError || !(err instanceof HttpError) || err.status !== status) {
98 + // add properties to generic error
99 + err.expose = status < 500
100 + err.status = err.statusCode = status
101 + }
102 +
103 + for (var key in props) {
104 + if (key !== 'status' && key !== 'statusCode') {
105 + err[key] = props[key]
106 + }
107 + }
108 +
109 + return err
110 +}
111 +
112 +/**
113 + * Create HTTP error abstract base class.
114 + * @private
115 + */
116 +
117 +function createHttpErrorConstructor () {
118 + function HttpError () {
119 + throw new TypeError('cannot construct abstract class')
120 + }
121 +
122 + inherits(HttpError, Error)
123 +
124 + return HttpError
125 +}
126 +
127 +/**
128 + * Create a constructor for a client error.
129 + * @private
130 + */
131 +
132 +function createClientErrorConstructor (HttpError, name, code) {
133 + var className = name.match(/Error$/) ? name : name + 'Error'
134 +
135 + function ClientError (message) {
136 + // create the error object
137 + var msg = message != null ? message : statuses[code]
138 + var err = new Error(msg)
139 +
140 + // capture a stack trace to the construction point
141 + Error.captureStackTrace(err, ClientError)
142 +
143 + // adjust the [[Prototype]]
144 + setPrototypeOf(err, ClientError.prototype)
145 +
146 + // redefine the error message
147 + Object.defineProperty(err, 'message', {
148 + enumerable: true,
149 + configurable: true,
150 + value: msg,
151 + writable: true
152 + })
153 +
154 + // redefine the error name
155 + Object.defineProperty(err, 'name', {
156 + enumerable: false,
157 + configurable: true,
158 + value: className,
159 + writable: true
160 + })
161 +
162 + return err
163 + }
164 +
165 + inherits(ClientError, HttpError)
166 + nameFunc(ClientError, className)
167 +
168 + ClientError.prototype.status = code
169 + ClientError.prototype.statusCode = code
170 + ClientError.prototype.expose = true
171 +
172 + return ClientError
173 +}
174 +
175 +/**
176 + * Create a constructor for a server error.
177 + * @private
178 + */
179 +
180 +function createServerErrorConstructor (HttpError, name, code) {
181 + var className = name.match(/Error$/) ? name : name + 'Error'
182 +
183 + function ServerError (message) {
184 + // create the error object
185 + var msg = message != null ? message : statuses[code]
186 + var err = new Error(msg)
187 +
188 + // capture a stack trace to the construction point
189 + Error.captureStackTrace(err, ServerError)
190 +
191 + // adjust the [[Prototype]]
192 + setPrototypeOf(err, ServerError.prototype)
193 +
194 + // redefine the error message
195 + Object.defineProperty(err, 'message', {
196 + enumerable: true,
197 + configurable: true,
198 + value: msg,
199 + writable: true
200 + })
201 +
202 + // redefine the error name
203 + Object.defineProperty(err, 'name', {
204 + enumerable: false,
205 + configurable: true,
206 + value: className,
207 + writable: true
208 + })
209 +
210 + return err
211 + }
212 +
213 + inherits(ServerError, HttpError)
214 + nameFunc(ServerError, className)
215 +
216 + ServerError.prototype.status = code
217 + ServerError.prototype.statusCode = code
218 + ServerError.prototype.expose = false
219 +
220 + return ServerError
221 +}
222 +
223 +/**
224 + * Set the name of a function, if possible.
225 + * @private
226 + */
227 +
228 +function nameFunc (func, name) {
229 + var desc = Object.getOwnPropertyDescriptor(func, 'name')
230 +
231 + if (desc && desc.configurable) {
232 + desc.value = name
233 + Object.defineProperty(func, 'name', desc)
234 + }
235 +}
236 +
237 +/**
238 + * Populate the exports object with constructors for every error class.
239 + * @private
240 + */
241 +
242 +function populateConstructorExports (exports, codes, HttpError) {
243 + codes.forEach(function forEachCode (code) {
244 + var CodeError
245 + var name = toIdentifier(statuses[code])
246 +
247 + switch (codeClass(code)) {
248 + case 400:
249 + CodeError = createClientErrorConstructor(HttpError, name, code)
250 + break
251 + case 500:
252 + CodeError = createServerErrorConstructor(HttpError, name, code)
253 + break
254 + }
255 +
256 + if (CodeError) {
257 + // export the constructor
258 + exports[code] = CodeError
259 + exports[name] = CodeError
260 + }
261 + })
262 +
263 + // backwards-compatibility
264 + exports["I'mateapot"] = deprecate.function(exports.ImATeapot,
265 + '"I\'mateapot"; use "ImATeapot" instead')
266 +}
1 +{
2 + "_args": [
3 + [
4 + "http-errors@1.7.2",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "http-errors@1.7.2",
9 + "_id": "http-errors@1.7.2",
10 + "_inBundle": false,
11 + "_integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
12 + "_location": "/body-parser/http-errors",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "http-errors@1.7.2",
18 + "name": "http-errors",
19 + "escapedName": "http-errors",
20 + "rawSpec": "1.7.2",
21 + "saveSpec": null,
22 + "fetchSpec": "1.7.2"
23 + },
24 + "_requiredBy": [
25 + "/body-parser"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
28 + "_spec": "1.7.2",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "author": {
31 + "name": "Jonathan Ong",
32 + "email": "me@jongleberry.com",
33 + "url": "http://jongleberry.com"
34 + },
35 + "bugs": {
36 + "url": "https://github.com/jshttp/http-errors/issues"
37 + },
38 + "contributors": [
39 + {
40 + "name": "Alan Plum",
41 + "email": "me@pluma.io"
42 + },
43 + {
44 + "name": "Douglas Christopher Wilson",
45 + "email": "doug@somethingdoug.com"
46 + }
47 + ],
48 + "dependencies": {
49 + "depd": "~1.1.2",
50 + "inherits": "2.0.3",
51 + "setprototypeof": "1.1.1",
52 + "statuses": ">= 1.5.0 < 2",
53 + "toidentifier": "1.0.0"
54 + },
55 + "description": "Create HTTP error objects",
56 + "devDependencies": {
57 + "eslint": "5.13.0",
58 + "eslint-config-standard": "12.0.0",
59 + "eslint-plugin-import": "2.16.0",
60 + "eslint-plugin-markdown": "1.0.0",
61 + "eslint-plugin-node": "7.0.1",
62 + "eslint-plugin-promise": "4.0.1",
63 + "eslint-plugin-standard": "4.0.0",
64 + "istanbul": "0.4.5",
65 + "mocha": "5.2.0"
66 + },
67 + "engines": {
68 + "node": ">= 0.6"
69 + },
70 + "files": [
71 + "index.js",
72 + "HISTORY.md",
73 + "LICENSE",
74 + "README.md"
75 + ],
76 + "homepage": "https://github.com/jshttp/http-errors#readme",
77 + "keywords": [
78 + "http",
79 + "error"
80 + ],
81 + "license": "MIT",
82 + "name": "http-errors",
83 + "repository": {
84 + "type": "git",
85 + "url": "git+https://github.com/jshttp/http-errors.git"
86 + },
87 + "scripts": {
88 + "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
89 + "test": "mocha --reporter spec --bail",
90 + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
91 + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
92 + },
93 + "version": "1.7.2"
94 +}
1 +1.42.0 / 2019-09-25
2 +===================
3 +
4 + * Add `image/vnd.ms-dds` with extension `.dds`
5 + * Add new upstream MIME types
6 + * Remove compressible from `multipart/mixed`
7 +
8 +1.41.0 / 2019-08-30
9 +===================
10 +
11 + * Add new upstream MIME types
12 + * Add `application/toml` with extension `.toml`
13 + * Mark `font/ttf` as compressible
14 +
15 +1.40.0 / 2019-04-20
16 +===================
17 +
18 + * Add extensions from IANA for `model/*` types
19 + * Add `text/mdx` with extension `.mdx`
20 +
21 +1.39.0 / 2019-04-04
22 +===================
23 +
24 + * Add extensions `.siv` and `.sieve` to `application/sieve`
25 + * Add new upstream MIME types
26 +
27 +1.38.0 / 2019-02-04
28 +===================
29 +
30 + * Add extension `.nq` to `application/n-quads`
31 + * Add extension `.nt` to `application/n-triples`
32 + * Add new upstream MIME types
33 + * Mark `text/less` as compressible
34 +
35 +1.37.0 / 2018-10-19
36 +===================
37 +
38 + * Add extensions to HEIC image types
39 + * Add new upstream MIME types
40 +
41 +1.36.0 / 2018-08-20
42 +===================
43 +
44 + * Add Apple file extensions from IANA
45 + * Add extensions from IANA for `image/*` types
46 + * Add new upstream MIME types
47 +
48 +1.35.0 / 2018-07-15
49 +===================
50 +
51 + * Add extension `.owl` to `application/rdf+xml`
52 + * Add new upstream MIME types
53 + - Removes extension `.woff` from `application/font-woff`
54 +
55 +1.34.0 / 2018-06-03
56 +===================
57 +
58 + * Add extension `.csl` to `application/vnd.citationstyles.style+xml`
59 + * Add extension `.es` to `application/ecmascript`
60 + * Add new upstream MIME types
61 + * Add `UTF-8` as default charset for `text/turtle`
62 + * Mark all XML-derived types as compressible
63 +
64 +1.33.0 / 2018-02-15
65 +===================
66 +
67 + * Add extensions from IANA for `message/*` types
68 + * Add new upstream MIME types
69 + * Fix some incorrect OOXML types
70 + * Remove `application/font-woff2`
71 +
72 +1.32.0 / 2017-11-29
73 +===================
74 +
75 + * Add new upstream MIME types
76 + * Update `text/hjson` to registered `application/hjson`
77 + * Add `text/shex` with extension `.shex`
78 +
79 +1.31.0 / 2017-10-25
80 +===================
81 +
82 + * Add `application/raml+yaml` with extension `.raml`
83 + * Add `application/wasm` with extension `.wasm`
84 + * Add new `font` type from IANA
85 + * Add new upstream font extensions
86 + * Add new upstream MIME types
87 + * Add extensions for JPEG-2000 images
88 +
89 +1.30.0 / 2017-08-27
90 +===================
91 +
92 + * Add `application/vnd.ms-outlook`
93 + * Add `application/x-arj`
94 + * Add extension `.mjs` to `application/javascript`
95 + * Add glTF types and extensions
96 + * Add new upstream MIME types
97 + * Add `text/x-org`
98 + * Add VirtualBox MIME types
99 + * Fix `source` records for `video/*` types that are IANA
100 + * Update `font/opentype` to registered `font/otf`
101 +
102 +1.29.0 / 2017-07-10
103 +===================
104 +
105 + * Add `application/fido.trusted-apps+json`
106 + * Add extension `.wadl` to `application/vnd.sun.wadl+xml`
107 + * Add new upstream MIME types
108 + * Add `UTF-8` as default charset for `text/css`
109 +
110 +1.28.0 / 2017-05-14
111 +===================
112 +
113 + * Add new upstream MIME types
114 + * Add extension `.gz` to `application/gzip`
115 + * Update extensions `.md` and `.markdown` to be `text/markdown`
116 +
117 +1.27.0 / 2017-03-16
118 +===================
119 +
120 + * Add new upstream MIME types
121 + * Add `image/apng` with extension `.apng`
122 +
123 +1.26.0 / 2017-01-14
124 +===================
125 +
126 + * Add new upstream MIME types
127 + * Add extension `.geojson` to `application/geo+json`
128 +
129 +1.25.0 / 2016-11-11
130 +===================
131 +
132 + * Add new upstream MIME types
133 +
134 +1.24.0 / 2016-09-18
135 +===================
136 +
137 + * Add `audio/mp3`
138 + * Add new upstream MIME types
139 +
140 +1.23.0 / 2016-05-01
141 +===================
142 +
143 + * Add new upstream MIME types
144 + * Add extension `.3gpp` to `audio/3gpp`
145 +
146 +1.22.0 / 2016-02-15
147 +===================
148 +
149 + * Add `text/slim`
150 + * Add extension `.rng` to `application/xml`
151 + * Add new upstream MIME types
152 + * Fix extension of `application/dash+xml` to be `.mpd`
153 + * Update primary extension to `.m4a` for `audio/mp4`
154 +
155 +1.21.0 / 2016-01-06
156 +===================
157 +
158 + * Add Google document types
159 + * Add new upstream MIME types
160 +
161 +1.20.0 / 2015-11-10
162 +===================
163 +
164 + * Add `text/x-suse-ymp`
165 + * Add new upstream MIME types
166 +
167 +1.19.0 / 2015-09-17
168 +===================
169 +
170 + * Add `application/vnd.apple.pkpass`
171 + * Add new upstream MIME types
172 +
173 +1.18.0 / 2015-09-03
174 +===================
175 +
176 + * Add new upstream MIME types
177 +
178 +1.17.0 / 2015-08-13
179 +===================
180 +
181 + * Add `application/x-msdos-program`
182 + * Add `audio/g711-0`
183 + * Add `image/vnd.mozilla.apng`
184 + * Add extension `.exe` to `application/x-msdos-program`
185 +
186 +1.16.0 / 2015-07-29
187 +===================
188 +
189 + * Add `application/vnd.uri-map`
190 +
191 +1.15.0 / 2015-07-13
192 +===================
193 +
194 + * Add `application/x-httpd-php`
195 +
196 +1.14.0 / 2015-06-25
197 +===================
198 +
199 + * Add `application/scim+json`
200 + * Add `application/vnd.3gpp.ussd+xml`
201 + * Add `application/vnd.biopax.rdf+xml`
202 + * Add `text/x-processing`
203 +
204 +1.13.0 / 2015-06-07
205 +===================
206 +
207 + * Add nginx as a source
208 + * Add `application/x-cocoa`
209 + * Add `application/x-java-archive-diff`
210 + * Add `application/x-makeself`
211 + * Add `application/x-perl`
212 + * Add `application/x-pilot`
213 + * Add `application/x-redhat-package-manager`
214 + * Add `application/x-sea`
215 + * Add `audio/x-m4a`
216 + * Add `audio/x-realaudio`
217 + * Add `image/x-jng`
218 + * Add `text/mathml`
219 +
220 +1.12.0 / 2015-06-05
221 +===================
222 +
223 + * Add `application/bdoc`
224 + * Add `application/vnd.hyperdrive+json`
225 + * Add `application/x-bdoc`
226 + * Add extension `.rtf` to `text/rtf`
227 +
228 +1.11.0 / 2015-05-31
229 +===================
230 +
231 + * Add `audio/wav`
232 + * Add `audio/wave`
233 + * Add extension `.litcoffee` to `text/coffeescript`
234 + * Add extension `.sfd-hdstx` to `application/vnd.hydrostatix.sof-data`
235 + * Add extension `.n-gage` to `application/vnd.nokia.n-gage.symbian.install`
236 +
237 +1.10.0 / 2015-05-19
238 +===================
239 +
240 + * Add `application/vnd.balsamiq.bmpr`
241 + * Add `application/vnd.microsoft.portable-executable`
242 + * Add `application/x-ns-proxy-autoconfig`
243 +
244 +1.9.1 / 2015-04-19
245 +==================
246 +
247 + * Remove `.json` extension from `application/manifest+json`
248 + - This is causing bugs downstream
249 +
250 +1.9.0 / 2015-04-19
251 +==================
252 +
253 + * Add `application/manifest+json`
254 + * Add `application/vnd.micro+json`
255 + * Add `image/vnd.zbrush.pcx`
256 + * Add `image/x-ms-bmp`
257 +
258 +1.8.0 / 2015-03-13
259 +==================
260 +
261 + * Add `application/vnd.citationstyles.style+xml`
262 + * Add `application/vnd.fastcopy-disk-image`
263 + * Add `application/vnd.gov.sk.xmldatacontainer+xml`
264 + * Add extension `.jsonld` to `application/ld+json`
265 +
266 +1.7.0 / 2015-02-08
267 +==================
268 +
269 + * Add `application/vnd.gerber`
270 + * Add `application/vnd.msa-disk-image`
271 +
272 +1.6.1 / 2015-02-05
273 +==================
274 +
275 + * Community extensions ownership transferred from `node-mime`
276 +
277 +1.6.0 / 2015-01-29
278 +==================
279 +
280 + * Add `application/jose`
281 + * Add `application/jose+json`
282 + * Add `application/json-seq`
283 + * Add `application/jwk+json`
284 + * Add `application/jwk-set+json`
285 + * Add `application/jwt`
286 + * Add `application/rdap+json`
287 + * Add `application/vnd.gov.sk.e-form+xml`
288 + * Add `application/vnd.ims.imsccv1p3`
289 +
290 +1.5.0 / 2014-12-30
291 +==================
292 +
293 + * Add `application/vnd.oracle.resource+json`
294 + * Fix various invalid MIME type entries
295 + - `application/mbox+xml`
296 + - `application/oscp-response`
297 + - `application/vwg-multiplexed`
298 + - `audio/g721`
299 +
300 +1.4.0 / 2014-12-21
301 +==================
302 +
303 + * Add `application/vnd.ims.imsccv1p2`
304 + * Fix various invalid MIME type entries
305 + - `application/vnd-acucobol`
306 + - `application/vnd-curl`
307 + - `application/vnd-dart`
308 + - `application/vnd-dxr`
309 + - `application/vnd-fdf`
310 + - `application/vnd-mif`
311 + - `application/vnd-sema`
312 + - `application/vnd-wap-wmlc`
313 + - `application/vnd.adobe.flash-movie`
314 + - `application/vnd.dece-zip`
315 + - `application/vnd.dvb_service`
316 + - `application/vnd.micrografx-igx`
317 + - `application/vnd.sealed-doc`
318 + - `application/vnd.sealed-eml`
319 + - `application/vnd.sealed-mht`
320 + - `application/vnd.sealed-ppt`
321 + - `application/vnd.sealed-tiff`
322 + - `application/vnd.sealed-xls`
323 + - `application/vnd.sealedmedia.softseal-html`
324 + - `application/vnd.sealedmedia.softseal-pdf`
325 + - `application/vnd.wap-slc`
326 + - `application/vnd.wap-wbxml`
327 + - `audio/vnd.sealedmedia.softseal-mpeg`
328 + - `image/vnd-djvu`
329 + - `image/vnd-svf`
330 + - `image/vnd-wap-wbmp`
331 + - `image/vnd.sealed-png`
332 + - `image/vnd.sealedmedia.softseal-gif`
333 + - `image/vnd.sealedmedia.softseal-jpg`
334 + - `model/vnd-dwf`
335 + - `model/vnd.parasolid.transmit-binary`
336 + - `model/vnd.parasolid.transmit-text`
337 + - `text/vnd-a`
338 + - `text/vnd-curl`
339 + - `text/vnd.wap-wml`
340 + * Remove example template MIME types
341 + - `application/example`
342 + - `audio/example`
343 + - `image/example`
344 + - `message/example`
345 + - `model/example`
346 + - `multipart/example`
347 + - `text/example`
348 + - `video/example`
349 +
350 +1.3.1 / 2014-12-16
351 +==================
352 +
353 + * Fix missing extensions
354 + - `application/json5`
355 + - `text/hjson`
356 +
357 +1.3.0 / 2014-12-07
358 +==================
359 +
360 + * Add `application/a2l`
361 + * Add `application/aml`
362 + * Add `application/atfx`
363 + * Add `application/atxml`
364 + * Add `application/cdfx+xml`
365 + * Add `application/dii`
366 + * Add `application/json5`
367 + * Add `application/lxf`
368 + * Add `application/mf4`
369 + * Add `application/vnd.apache.thrift.compact`
370 + * Add `application/vnd.apache.thrift.json`
371 + * Add `application/vnd.coffeescript`
372 + * Add `application/vnd.enphase.envoy`
373 + * Add `application/vnd.ims.imsccv1p1`
374 + * Add `text/csv-schema`
375 + * Add `text/hjson`
376 + * Add `text/markdown`
377 + * Add `text/yaml`
378 +
379 +1.2.0 / 2014-11-09
380 +==================
381 +
382 + * Add `application/cea`
383 + * Add `application/dit`
384 + * Add `application/vnd.gov.sk.e-form+zip`
385 + * Add `application/vnd.tmd.mediaflex.api+xml`
386 + * Type `application/epub+zip` is now IANA-registered
387 +
388 +1.1.2 / 2014-10-23
389 +==================
390 +
391 + * Rebuild database for `application/x-www-form-urlencoded` change
392 +
393 +1.1.1 / 2014-10-20
394 +==================
395 +
396 + * Mark `application/x-www-form-urlencoded` as compressible.
397 +
398 +1.1.0 / 2014-09-28
399 +==================
400 +
401 + * Add `application/font-woff2`
402 +
403 +1.0.3 / 2014-09-25
404 +==================
405 +
406 + * Fix engine requirement in package
407 +
408 +1.0.2 / 2014-09-25
409 +==================
410 +
411 + * Add `application/coap-group+json`
412 + * Add `application/dcd`
413 + * Add `application/vnd.apache.thrift.binary`
414 + * Add `image/vnd.tencent.tap`
415 + * Mark all JSON-derived types as compressible
416 + * Update `text/vtt` data
417 +
418 +1.0.1 / 2014-08-30
419 +==================
420 +
421 + * Fix extension ordering
422 +
423 +1.0.0 / 2014-08-30
424 +==================
425 +
426 + * Add `application/atf`
427 + * Add `application/merge-patch+json`
428 + * Add `multipart/x-mixed-replace`
429 + * Add `source: 'apache'` metadata
430 + * Add `source: 'iana'` metadata
431 + * Remove badly-assumed charset data
1 +
2 +The MIT License (MIT)
3 +
4 +Copyright (c) 2014 Jonathan Ong me@jongleberry.com
5 +
6 +Permission is hereby granted, free of charge, to any person obtaining a copy
7 +of this software and associated documentation files (the "Software"), to deal
8 +in the Software without restriction, including without limitation the rights
9 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 +copies of the Software, and to permit persons to whom the Software is
11 +furnished to do so, subject to the following conditions:
12 +
13 +The above copyright notice and this permission notice shall be included in
14 +all copies or substantial portions of the Software.
15 +
16 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 +THE SOFTWARE.
1 +# mime-db
2 +
3 +[![NPM Version][npm-version-image]][npm-url]
4 +[![NPM Downloads][npm-downloads-image]][npm-url]
5 +[![Node.js Version][node-image]][node-url]
6 +[![Build Status][travis-image]][travis-url]
7 +[![Coverage Status][coveralls-image]][coveralls-url]
8 +
9 +This is a database of all mime types.
10 +It consists of a single, public JSON file and does not include any logic,
11 +allowing it to remain as un-opinionated as possible with an API.
12 +It aggregates data from the following sources:
13 +
14 +- http://www.iana.org/assignments/media-types/media-types.xhtml
15 +- http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
16 +- http://hg.nginx.org/nginx/raw-file/default/conf/mime.types
17 +
18 +## Installation
19 +
20 +```bash
21 +npm install mime-db
22 +```
23 +
24 +### Database Download
25 +
26 +If you're crazy enough to use this in the browser, you can just grab the
27 +JSON file using [jsDelivr](https://www.jsdelivr.com/). It is recommended to
28 +replace `master` with [a release tag](https://github.com/jshttp/mime-db/tags)
29 +as the JSON format may change in the future.
30 +
31 +```
32 +https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json
33 +```
34 +
35 +## Usage
36 +
37 +```js
38 +var db = require('mime-db');
39 +
40 +// grab data on .js files
41 +var data = db['application/javascript'];
42 +```
43 +
44 +## Data Structure
45 +
46 +The JSON file is a map lookup for lowercased mime types.
47 +Each mime type has the following properties:
48 +
49 +- `.source` - where the mime type is defined.
50 + If not set, it's probably a custom media type.
51 + - `apache` - [Apache common media types](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
52 + - `iana` - [IANA-defined media types](http://www.iana.org/assignments/media-types/media-types.xhtml)
53 + - `nginx` - [nginx media types](http://hg.nginx.org/nginx/raw-file/default/conf/mime.types)
54 +- `.extensions[]` - known extensions associated with this mime type.
55 +- `.compressible` - whether a file of this type can be gzipped.
56 +- `.charset` - the default charset associated with this type, if any.
57 +
58 +If unknown, every property could be `undefined`.
59 +
60 +## Contributing
61 +
62 +To edit the database, only make PRs against `src/custom.json` or
63 +`src/custom-suffix.json`.
64 +
65 +The `src/custom.json` file is a JSON object with the MIME type as the keys
66 +and the values being an object with the following keys:
67 +
68 +- `compressible` - leave out if you don't know, otherwise `true`/`false` to
69 + indicate whether the data represented by the type is typically compressible.
70 +- `extensions` - include an array of file extensions that are associated with
71 + the type.
72 +- `notes` - human-readable notes about the type, typically what the type is.
73 +- `sources` - include an array of URLs of where the MIME type and the associated
74 + extensions are sourced from. This needs to be a [primary source](https://en.wikipedia.org/wiki/Primary_source);
75 + links to type aggregating sites and Wikipedia are _not acceptable_.
76 +
77 +To update the build, run `npm run build`.
78 +
79 +### Adding Custom Media Types
80 +
81 +The best way to get new media types included in this library is to register
82 +them with the IANA. The community registration procedure is outlined in
83 +[RFC 6838 section 5](http://tools.ietf.org/html/rfc6838#section-5). Types
84 +registered with the IANA are automatically pulled into this library.
85 +
86 +If that is not possible / feasible, they can be added directly here as a
87 +"custom" type. To do this, it is required to have a primary source that
88 +definitively lists the media type. If an extension is going to be listed as
89 +associateed with this media type, the source must definitively link the
90 +media type and extension as well.
91 +
92 +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-db/master
93 +[coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master
94 +[node-image]: https://badgen.net/npm/node/mime-db
95 +[node-url]: https://nodejs.org/en/download
96 +[npm-downloads-image]: https://badgen.net/npm/dm/mime-db
97 +[npm-url]: https://npmjs.org/package/mime-db
98 +[npm-version-image]: https://badgen.net/npm/v/mime-db
99 +[travis-image]: https://badgen.net/travis/jshttp/mime-db/master
100 +[travis-url]: https://travis-ci.org/jshttp/mime-db
This diff could not be displayed because it is too large.
1 +/*!
2 + * mime-db
3 + * Copyright(c) 2014 Jonathan Ong
4 + * MIT Licensed
5 + */
6 +
7 +/**
8 + * Module exports.
9 + */
10 +
11 +module.exports = require('./db.json')
1 +{
2 + "_args": [
3 + [
4 + "mime-db@1.42.0",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "mime-db@1.42.0",
9 + "_id": "mime-db@1.42.0",
10 + "_inBundle": false,
11 + "_integrity": "sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ==",
12 + "_location": "/body-parser/mime-db",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "mime-db@1.42.0",
18 + "name": "mime-db",
19 + "escapedName": "mime-db",
20 + "rawSpec": "1.42.0",
21 + "saveSpec": null,
22 + "fetchSpec": "1.42.0"
23 + },
24 + "_requiredBy": [
25 + "/body-parser/mime-types"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz",
28 + "_spec": "1.42.0",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "bugs": {
31 + "url": "https://github.com/jshttp/mime-db/issues"
32 + },
33 + "contributors": [
34 + {
35 + "name": "Douglas Christopher Wilson",
36 + "email": "doug@somethingdoug.com"
37 + },
38 + {
39 + "name": "Jonathan Ong",
40 + "email": "me@jongleberry.com",
41 + "url": "http://jongleberry.com"
42 + },
43 + {
44 + "name": "Robert Kieffer",
45 + "email": "robert@broofa.com",
46 + "url": "http://github.com/broofa"
47 + }
48 + ],
49 + "description": "Media Type Database",
50 + "devDependencies": {
51 + "bluebird": "3.5.5",
52 + "co": "4.6.0",
53 + "cogent": "1.0.1",
54 + "csv-parse": "4.4.6",
55 + "eslint": "6.4.0",
56 + "eslint-config-standard": "14.1.0",
57 + "eslint-plugin-import": "2.18.2",
58 + "eslint-plugin-node": "10.0.0",
59 + "eslint-plugin-promise": "4.2.1",
60 + "eslint-plugin-standard": "4.0.1",
61 + "gnode": "0.1.2",
62 + "mocha": "6.2.0",
63 + "nyc": "14.1.1",
64 + "raw-body": "2.4.1",
65 + "stream-to-array": "2.3.0"
66 + },
67 + "engines": {
68 + "node": ">= 0.6"
69 + },
70 + "files": [
71 + "HISTORY.md",
72 + "LICENSE",
73 + "README.md",
74 + "db.json",
75 + "index.js"
76 + ],
77 + "homepage": "https://github.com/jshttp/mime-db#readme",
78 + "keywords": [
79 + "mime",
80 + "db",
81 + "type",
82 + "types",
83 + "database",
84 + "charset",
85 + "charsets"
86 + ],
87 + "license": "MIT",
88 + "name": "mime-db",
89 + "repository": {
90 + "type": "git",
91 + "url": "git+https://github.com/jshttp/mime-db.git"
92 + },
93 + "scripts": {
94 + "build": "node scripts/build",
95 + "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
96 + "lint": "eslint .",
97 + "test": "mocha --reporter spec --bail --check-leaks test/",
98 + "test-cov": "nyc --reporter=html --reporter=text npm test",
99 + "test-travis": "nyc --reporter=text npm test",
100 + "update": "npm run fetch && npm run build",
101 + "version": "node scripts/version-history.js && git add HISTORY.md"
102 + },
103 + "version": "1.42.0"
104 +}
1 +2.1.25 / 2019-11-12
2 +===================
3 +
4 + * deps: mime-db@1.42.0
5 + - Add new upstream MIME types
6 + - Add `application/toml` with extension `.toml`
7 + - Add `image/vnd.ms-dds` with extension `.dds`
8 +
9 +2.1.24 / 2019-04-20
10 +===================
11 +
12 + * deps: mime-db@1.40.0
13 + - Add extensions from IANA for `model/*` types
14 + - Add `text/mdx` with extension `.mdx`
15 +
16 +2.1.23 / 2019-04-17
17 +===================
18 +
19 + * deps: mime-db@~1.39.0
20 + - Add extensions `.siv` and `.sieve` to `application/sieve`
21 + - Add new upstream MIME types
22 +
23 +2.1.22 / 2019-02-14
24 +===================
25 +
26 + * deps: mime-db@~1.38.0
27 + - Add extension `.nq` to `application/n-quads`
28 + - Add extension `.nt` to `application/n-triples`
29 + - Add new upstream MIME types
30 + - Mark `text/less` as compressible
31 +
32 +2.1.21 / 2018-10-19
33 +===================
34 +
35 + * deps: mime-db@~1.37.0
36 + - Add extensions to HEIC image types
37 + - Add new upstream MIME types
38 +
39 +2.1.20 / 2018-08-26
40 +===================
41 +
42 + * deps: mime-db@~1.36.0
43 + - Add Apple file extensions from IANA
44 + - Add extensions from IANA for `image/*` types
45 + - Add new upstream MIME types
46 +
47 +2.1.19 / 2018-07-17
48 +===================
49 +
50 + * deps: mime-db@~1.35.0
51 + - Add extension `.csl` to `application/vnd.citationstyles.style+xml`
52 + - Add extension `.es` to `application/ecmascript`
53 + - Add extension `.owl` to `application/rdf+xml`
54 + - Add new upstream MIME types
55 + - Add UTF-8 as default charset for `text/turtle`
56 +
57 +2.1.18 / 2018-02-16
58 +===================
59 +
60 + * deps: mime-db@~1.33.0
61 + - Add `application/raml+yaml` with extension `.raml`
62 + - Add `application/wasm` with extension `.wasm`
63 + - Add `text/shex` with extension `.shex`
64 + - Add extensions for JPEG-2000 images
65 + - Add extensions from IANA for `message/*` types
66 + - Add new upstream MIME types
67 + - Update font MIME types
68 + - Update `text/hjson` to registered `application/hjson`
69 +
70 +2.1.17 / 2017-09-01
71 +===================
72 +
73 + * deps: mime-db@~1.30.0
74 + - Add `application/vnd.ms-outlook`
75 + - Add `application/x-arj`
76 + - Add extension `.mjs` to `application/javascript`
77 + - Add glTF types and extensions
78 + - Add new upstream MIME types
79 + - Add `text/x-org`
80 + - Add VirtualBox MIME types
81 + - Fix `source` records for `video/*` types that are IANA
82 + - Update `font/opentype` to registered `font/otf`
83 +
84 +2.1.16 / 2017-07-24
85 +===================
86 +
87 + * deps: mime-db@~1.29.0
88 + - Add `application/fido.trusted-apps+json`
89 + - Add extension `.wadl` to `application/vnd.sun.wadl+xml`
90 + - Add extension `.gz` to `application/gzip`
91 + - Add new upstream MIME types
92 + - Update extensions `.md` and `.markdown` to be `text/markdown`
93 +
94 +2.1.15 / 2017-03-23
95 +===================
96 +
97 + * deps: mime-db@~1.27.0
98 + - Add new mime types
99 + - Add `image/apng`
100 +
101 +2.1.14 / 2017-01-14
102 +===================
103 +
104 + * deps: mime-db@~1.26.0
105 + - Add new mime types
106 +
107 +2.1.13 / 2016-11-18
108 +===================
109 +
110 + * deps: mime-db@~1.25.0
111 + - Add new mime types
112 +
113 +2.1.12 / 2016-09-18
114 +===================
115 +
116 + * deps: mime-db@~1.24.0
117 + - Add new mime types
118 + - Add `audio/mp3`
119 +
120 +2.1.11 / 2016-05-01
121 +===================
122 +
123 + * deps: mime-db@~1.23.0
124 + - Add new mime types
125 +
126 +2.1.10 / 2016-02-15
127 +===================
128 +
129 + * deps: mime-db@~1.22.0
130 + - Add new mime types
131 + - Fix extension of `application/dash+xml`
132 + - Update primary extension for `audio/mp4`
133 +
134 +2.1.9 / 2016-01-06
135 +==================
136 +
137 + * deps: mime-db@~1.21.0
138 + - Add new mime types
139 +
140 +2.1.8 / 2015-11-30
141 +==================
142 +
143 + * deps: mime-db@~1.20.0
144 + - Add new mime types
145 +
146 +2.1.7 / 2015-09-20
147 +==================
148 +
149 + * deps: mime-db@~1.19.0
150 + - Add new mime types
151 +
152 +2.1.6 / 2015-09-03
153 +==================
154 +
155 + * deps: mime-db@~1.18.0
156 + - Add new mime types
157 +
158 +2.1.5 / 2015-08-20
159 +==================
160 +
161 + * deps: mime-db@~1.17.0
162 + - Add new mime types
163 +
164 +2.1.4 / 2015-07-30
165 +==================
166 +
167 + * deps: mime-db@~1.16.0
168 + - Add new mime types
169 +
170 +2.1.3 / 2015-07-13
171 +==================
172 +
173 + * deps: mime-db@~1.15.0
174 + - Add new mime types
175 +
176 +2.1.2 / 2015-06-25
177 +==================
178 +
179 + * deps: mime-db@~1.14.0
180 + - Add new mime types
181 +
182 +2.1.1 / 2015-06-08
183 +==================
184 +
185 + * perf: fix deopt during mapping
186 +
187 +2.1.0 / 2015-06-07
188 +==================
189 +
190 + * Fix incorrectly treating extension-less file name as extension
191 + - i.e. `'path/to/json'` will no longer return `application/json`
192 + * Fix `.charset(type)` to accept parameters
193 + * Fix `.charset(type)` to match case-insensitive
194 + * Improve generation of extension to MIME mapping
195 + * Refactor internals for readability and no argument reassignment
196 + * Prefer `application/*` MIME types from the same source
197 + * Prefer any type over `application/octet-stream`
198 + * deps: mime-db@~1.13.0
199 + - Add nginx as a source
200 + - Add new mime types
201 +
202 +2.0.14 / 2015-06-06
203 +===================
204 +
205 + * deps: mime-db@~1.12.0
206 + - Add new mime types
207 +
208 +2.0.13 / 2015-05-31
209 +===================
210 +
211 + * deps: mime-db@~1.11.0
212 + - Add new mime types
213 +
214 +2.0.12 / 2015-05-19
215 +===================
216 +
217 + * deps: mime-db@~1.10.0
218 + - Add new mime types
219 +
220 +2.0.11 / 2015-05-05
221 +===================
222 +
223 + * deps: mime-db@~1.9.1
224 + - Add new mime types
225 +
226 +2.0.10 / 2015-03-13
227 +===================
228 +
229 + * deps: mime-db@~1.8.0
230 + - Add new mime types
231 +
232 +2.0.9 / 2015-02-09
233 +==================
234 +
235 + * deps: mime-db@~1.7.0
236 + - Add new mime types
237 + - Community extensions ownership transferred from `node-mime`
238 +
239 +2.0.8 / 2015-01-29
240 +==================
241 +
242 + * deps: mime-db@~1.6.0
243 + - Add new mime types
244 +
245 +2.0.7 / 2014-12-30
246 +==================
247 +
248 + * deps: mime-db@~1.5.0
249 + - Add new mime types
250 + - Fix various invalid MIME type entries
251 +
252 +2.0.6 / 2014-12-30
253 +==================
254 +
255 + * deps: mime-db@~1.4.0
256 + - Add new mime types
257 + - Fix various invalid MIME type entries
258 + - Remove example template MIME types
259 +
260 +2.0.5 / 2014-12-29
261 +==================
262 +
263 + * deps: mime-db@~1.3.1
264 + - Fix missing extensions
265 +
266 +2.0.4 / 2014-12-10
267 +==================
268 +
269 + * deps: mime-db@~1.3.0
270 + - Add new mime types
271 +
272 +2.0.3 / 2014-11-09
273 +==================
274 +
275 + * deps: mime-db@~1.2.0
276 + - Add new mime types
277 +
278 +2.0.2 / 2014-09-28
279 +==================
280 +
281 + * deps: mime-db@~1.1.0
282 + - Add new mime types
283 + - Add additional compressible
284 + - Update charsets
285 +
286 +2.0.1 / 2014-09-07
287 +==================
288 +
289 + * Support Node.js 0.6
290 +
291 +2.0.0 / 2014-09-02
292 +==================
293 +
294 + * Use `mime-db`
295 + * Remove `.define()`
296 +
297 +1.0.2 / 2014-08-04
298 +==================
299 +
300 + * Set charset=utf-8 for `text/javascript`
301 +
302 +1.0.1 / 2014-06-24
303 +==================
304 +
305 + * Add `text/jsx` type
306 +
307 +1.0.0 / 2014-05-12
308 +==================
309 +
310 + * Return `false` for unknown types
311 + * Set charset=utf-8 for `application/json`
312 +
313 +0.1.0 / 2014-05-02
314 +==================
315 +
316 + * Initial release
1 +(The MIT License)
2 +
3 +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
4 +Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
5 +
6 +Permission is hereby granted, free of charge, to any person obtaining
7 +a copy of this software and associated documentation files (the
8 +'Software'), to deal in the Software without restriction, including
9 +without limitation the rights to use, copy, modify, merge, publish,
10 +distribute, sublicense, and/or sell copies of the Software, and to
11 +permit persons to whom the Software is furnished to do so, subject to
12 +the following conditions:
13 +
14 +The above copyright notice and this permission notice shall be
15 +included in all copies or substantial portions of the Software.
16 +
17 +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20 +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21 +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22 +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23 +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 +# mime-types
2 +
3 +[![NPM Version][npm-version-image]][npm-url]
4 +[![NPM Downloads][npm-downloads-image]][npm-url]
5 +[![Node.js Version][node-version-image]][node-version-url]
6 +[![Build Status][travis-image]][travis-url]
7 +[![Test Coverage][coveralls-image]][coveralls-url]
8 +
9 +The ultimate javascript content-type utility.
10 +
11 +Similar to [the `mime@1.x` module](https://www.npmjs.com/package/mime), except:
12 +
13 +- __No fallbacks.__ Instead of naively returning the first available type,
14 + `mime-types` simply returns `false`, so do
15 + `var type = mime.lookup('unrecognized') || 'application/octet-stream'`.
16 +- No `new Mime()` business, so you could do `var lookup = require('mime-types').lookup`.
17 +- No `.define()` functionality
18 +- Bug fixes for `.lookup(path)`
19 +
20 +Otherwise, the API is compatible with `mime` 1.x.
21 +
22 +## Install
23 +
24 +This is a [Node.js](https://nodejs.org/en/) module available through the
25 +[npm registry](https://www.npmjs.com/). Installation is done using the
26 +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
27 +
28 +```sh
29 +$ npm install mime-types
30 +```
31 +
32 +## Adding Types
33 +
34 +All mime types are based on [mime-db](https://www.npmjs.com/package/mime-db),
35 +so open a PR there if you'd like to add mime types.
36 +
37 +## API
38 +
39 +```js
40 +var mime = require('mime-types')
41 +```
42 +
43 +All functions return `false` if input is invalid or not found.
44 +
45 +### mime.lookup(path)
46 +
47 +Lookup the content-type associated with a file.
48 +
49 +```js
50 +mime.lookup('json') // 'application/json'
51 +mime.lookup('.md') // 'text/markdown'
52 +mime.lookup('file.html') // 'text/html'
53 +mime.lookup('folder/file.js') // 'application/javascript'
54 +mime.lookup('folder/.htaccess') // false
55 +
56 +mime.lookup('cats') // false
57 +```
58 +
59 +### mime.contentType(type)
60 +
61 +Create a full content-type header given a content-type or extension.
62 +When given an extension, `mime.lookup` is used to get the matching
63 +content-type, otherwise the given content-type is used. Then if the
64 +content-type does not already have a `charset` parameter, `mime.charset`
65 +is used to get the default charset and add to the returned content-type.
66 +
67 +```js
68 +mime.contentType('markdown') // 'text/x-markdown; charset=utf-8'
69 +mime.contentType('file.json') // 'application/json; charset=utf-8'
70 +mime.contentType('text/html') // 'text/html; charset=utf-8'
71 +mime.contentType('text/html; charset=iso-8859-1') // 'text/html; charset=iso-8859-1'
72 +
73 +// from a full path
74 +mime.contentType(path.extname('/path/to/file.json')) // 'application/json; charset=utf-8'
75 +```
76 +
77 +### mime.extension(type)
78 +
79 +Get the default extension for a content-type.
80 +
81 +```js
82 +mime.extension('application/octet-stream') // 'bin'
83 +```
84 +
85 +### mime.charset(type)
86 +
87 +Lookup the implied default charset of a content-type.
88 +
89 +```js
90 +mime.charset('text/markdown') // 'UTF-8'
91 +```
92 +
93 +### var type = mime.types[extension]
94 +
95 +A map of content-types by extension.
96 +
97 +### [extensions...] = mime.extensions[type]
98 +
99 +A map of extensions by content-type.
100 +
101 +## License
102 +
103 +[MIT](LICENSE)
104 +
105 +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-types/master
106 +[coveralls-url]: https://coveralls.io/r/jshttp/mime-types?branch=master
107 +[node-version-image]: https://badgen.net/npm/node/mime-types
108 +[node-version-url]: https://nodejs.org/en/download
109 +[npm-downloads-image]: https://badgen.net/npm/dm/mime-types
110 +[npm-url]: https://npmjs.org/package/mime-types
111 +[npm-version-image]: https://badgen.net/npm/v/mime-types
112 +[travis-image]: https://badgen.net/travis/jshttp/mime-types/master
113 +[travis-url]: https://travis-ci.org/jshttp/mime-types
1 +/*!
2 + * mime-types
3 + * Copyright(c) 2014 Jonathan Ong
4 + * Copyright(c) 2015 Douglas Christopher Wilson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict'
9 +
10 +/**
11 + * Module dependencies.
12 + * @private
13 + */
14 +
15 +var db = require('mime-db')
16 +var extname = require('path').extname
17 +
18 +/**
19 + * Module variables.
20 + * @private
21 + */
22 +
23 +var EXTRACT_TYPE_REGEXP = /^\s*([^;\s]*)(?:;|\s|$)/
24 +var TEXT_TYPE_REGEXP = /^text\//i
25 +
26 +/**
27 + * Module exports.
28 + * @public
29 + */
30 +
31 +exports.charset = charset
32 +exports.charsets = { lookup: charset }
33 +exports.contentType = contentType
34 +exports.extension = extension
35 +exports.extensions = Object.create(null)
36 +exports.lookup = lookup
37 +exports.types = Object.create(null)
38 +
39 +// Populate the extensions/types maps
40 +populateMaps(exports.extensions, exports.types)
41 +
42 +/**
43 + * Get the default charset for a MIME type.
44 + *
45 + * @param {string} type
46 + * @return {boolean|string}
47 + */
48 +
49 +function charset (type) {
50 + if (!type || typeof type !== 'string') {
51 + return false
52 + }
53 +
54 + // TODO: use media-typer
55 + var match = EXTRACT_TYPE_REGEXP.exec(type)
56 + var mime = match && db[match[1].toLowerCase()]
57 +
58 + if (mime && mime.charset) {
59 + return mime.charset
60 + }
61 +
62 + // default text/* to utf-8
63 + if (match && TEXT_TYPE_REGEXP.test(match[1])) {
64 + return 'UTF-8'
65 + }
66 +
67 + return false
68 +}
69 +
70 +/**
71 + * Create a full Content-Type header given a MIME type or extension.
72 + *
73 + * @param {string} str
74 + * @return {boolean|string}
75 + */
76 +
77 +function contentType (str) {
78 + // TODO: should this even be in this module?
79 + if (!str || typeof str !== 'string') {
80 + return false
81 + }
82 +
83 + var mime = str.indexOf('/') === -1
84 + ? exports.lookup(str)
85 + : str
86 +
87 + if (!mime) {
88 + return false
89 + }
90 +
91 + // TODO: use content-type or other module
92 + if (mime.indexOf('charset') === -1) {
93 + var charset = exports.charset(mime)
94 + if (charset) mime += '; charset=' + charset.toLowerCase()
95 + }
96 +
97 + return mime
98 +}
99 +
100 +/**
101 + * Get the default extension for a MIME type.
102 + *
103 + * @param {string} type
104 + * @return {boolean|string}
105 + */
106 +
107 +function extension (type) {
108 + if (!type || typeof type !== 'string') {
109 + return false
110 + }
111 +
112 + // TODO: use media-typer
113 + var match = EXTRACT_TYPE_REGEXP.exec(type)
114 +
115 + // get extensions
116 + var exts = match && exports.extensions[match[1].toLowerCase()]
117 +
118 + if (!exts || !exts.length) {
119 + return false
120 + }
121 +
122 + return exts[0]
123 +}
124 +
125 +/**
126 + * Lookup the MIME type for a file path/extension.
127 + *
128 + * @param {string} path
129 + * @return {boolean|string}
130 + */
131 +
132 +function lookup (path) {
133 + if (!path || typeof path !== 'string') {
134 + return false
135 + }
136 +
137 + // get the extension ("ext" or ".ext" or full path)
138 + var extension = extname('x.' + path)
139 + .toLowerCase()
140 + .substr(1)
141 +
142 + if (!extension) {
143 + return false
144 + }
145 +
146 + return exports.types[extension] || false
147 +}
148 +
149 +/**
150 + * Populate the extensions and types maps.
151 + * @private
152 + */
153 +
154 +function populateMaps (extensions, types) {
155 + // source preference (least -> most)
156 + var preference = ['nginx', 'apache', undefined, 'iana']
157 +
158 + Object.keys(db).forEach(function forEachMimeType (type) {
159 + var mime = db[type]
160 + var exts = mime.extensions
161 +
162 + if (!exts || !exts.length) {
163 + return
164 + }
165 +
166 + // mime -> extensions
167 + extensions[type] = exts
168 +
169 + // extension -> mime
170 + for (var i = 0; i < exts.length; i++) {
171 + var extension = exts[i]
172 +
173 + if (types[extension]) {
174 + var from = preference.indexOf(db[types[extension]].source)
175 + var to = preference.indexOf(mime.source)
176 +
177 + if (types[extension] !== 'application/octet-stream' &&
178 + (from > to || (from === to && types[extension].substr(0, 12) === 'application/'))) {
179 + // skip the remapping
180 + continue
181 + }
182 + }
183 +
184 + // set the extension -> mime
185 + types[extension] = type
186 + }
187 + })
188 +}
1 +{
2 + "_args": [
3 + [
4 + "mime-types@2.1.25",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "mime-types@2.1.25",
9 + "_id": "mime-types@2.1.25",
10 + "_inBundle": false,
11 + "_integrity": "sha512-5KhStqB5xpTAeGqKBAMgwaYMnQik7teQN4IAzC7npDv6kzeU6prfkR67bc87J1kWMPGkoaZSq1npmexMgkmEVg==",
12 + "_location": "/body-parser/mime-types",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "mime-types@2.1.25",
18 + "name": "mime-types",
19 + "escapedName": "mime-types",
20 + "rawSpec": "2.1.25",
21 + "saveSpec": null,
22 + "fetchSpec": "2.1.25"
23 + },
24 + "_requiredBy": [
25 + "/body-parser/type-is"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.25.tgz",
28 + "_spec": "2.1.25",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "bugs": {
31 + "url": "https://github.com/jshttp/mime-types/issues"
32 + },
33 + "contributors": [
34 + {
35 + "name": "Douglas Christopher Wilson",
36 + "email": "doug@somethingdoug.com"
37 + },
38 + {
39 + "name": "Jeremiah Senkpiel",
40 + "email": "fishrock123@rocketmail.com",
41 + "url": "https://searchbeam.jit.su"
42 + },
43 + {
44 + "name": "Jonathan Ong",
45 + "email": "me@jongleberry.com",
46 + "url": "http://jongleberry.com"
47 + }
48 + ],
49 + "dependencies": {
50 + "mime-db": "1.42.0"
51 + },
52 + "description": "The ultimate javascript content-type utility.",
53 + "devDependencies": {
54 + "eslint": "6.6.0",
55 + "eslint-config-standard": "14.1.0",
56 + "eslint-plugin-import": "2.18.2",
57 + "eslint-plugin-node": "10.0.0",
58 + "eslint-plugin-promise": "4.2.1",
59 + "eslint-plugin-standard": "4.0.1",
60 + "mocha": "6.2.2",
61 + "nyc": "14.1.1"
62 + },
63 + "engines": {
64 + "node": ">= 0.6"
65 + },
66 + "files": [
67 + "HISTORY.md",
68 + "LICENSE",
69 + "index.js"
70 + ],
71 + "homepage": "https://github.com/jshttp/mime-types#readme",
72 + "keywords": [
73 + "mime",
74 + "types"
75 + ],
76 + "license": "MIT",
77 + "name": "mime-types",
78 + "repository": {
79 + "type": "git",
80 + "url": "git+https://github.com/jshttp/mime-types.git"
81 + },
82 + "scripts": {
83 + "lint": "eslint .",
84 + "test": "mocha --reporter spec test/test.js",
85 + "test-cov": "nyc --reporter=html --reporter=text npm test",
86 + "test-travis": "nyc --reporter=text npm test"
87 + },
88 + "version": "2.1.25"
89 +}
1 +root = true
2 +
3 +[*]
4 +indent_style = space
5 +indent_size = 4
6 +end_of_line = lf
7 +charset = utf-8
8 +trim_trailing_whitespace = true
9 +insert_final_newline = true
10 +max_line_length = 160
11 +
12 +[test/*]
13 +max_line_length = off
14 +
15 +[*.md]
16 +max_line_length = off
17 +
18 +[*.json]
19 +max_line_length = off
20 +
21 +[Makefile]
22 +max_line_length = off
23 +
24 +[CHANGELOG.md]
25 +indent_style = space
26 +indent_size = 2
27 +
28 +[LICENSE]
29 +indent_size = 2
30 +max_line_length = off
1 +{
2 + "root": true,
3 +
4 + "extends": "@ljharb",
5 +
6 + "rules": {
7 + "complexity": 0,
8 + "consistent-return": 1,
9 + "func-name-matching": 0,
10 + "id-length": [2, { "min": 1, "max": 25, "properties": "never" }],
11 + "indent": [2, 4],
12 + "max-lines-per-function": [2, { "max": 150 }],
13 + "max-params": [2, 14],
14 + "max-statements": [2, 52],
15 + "multiline-comment-style": 0,
16 + "no-continue": 1,
17 + "no-magic-numbers": 0,
18 + "no-restricted-syntax": [2, "BreakStatement", "DebuggerStatement", "ForInStatement", "LabeledStatement", "WithStatement"],
19 + "operator-linebreak": [2, "before"],
20 + }
21 +}
1 +## **6.7.0**
2 +- [New] `stringify`/`parse`: add `comma` as an `arrayFormat` option (#276, #219)
3 +- [Fix] correctly parse nested arrays (#212)
4 +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source, also with an array source
5 +- [Robustness] `stringify`: cache `Object.prototype.hasOwnProperty`
6 +- [Refactor] `utils`: `isBuffer`: small tweak; add tests
7 +- [Refactor] use cached `Array.isArray`
8 +- [Refactor] `parse`/`stringify`: make a function to normalize the options
9 +- [Refactor] `utils`: reduce observable [[Get]]s
10 +- [Refactor] `stringify`/`utils`: cache `Array.isArray`
11 +- [Tests] always use `String(x)` over `x.toString()`
12 +- [Tests] fix Buffer tests to work in node < 4.5 and node < 5.10
13 +- [Tests] temporarily allow coverage to fail
14 +
15 +## **6.6.0**
16 +- [New] Add support for iso-8859-1, utf8 "sentinel" and numeric entities (#268)
17 +- [New] move two-value combine to a `utils` function (#189)
18 +- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
19 +- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` (#260)
20 +- [Fix] `stringify`: do not crash in an obscure combo of `interpretNumericEntities`, a bad custom `decoder`, & `iso-8859-1`
21 +- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
22 +- [refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance (#269)
23 +- [Refactor] `parse`: only need to reassign the var once
24 +- [Refactor] `parse`/`stringify`: clean up `charset` options checking; fix defaults
25 +- [Refactor] add missing defaults
26 +- [Refactor] `parse`: one less `concat` call
27 +- [Refactor] `utils`: `compactQueue`: make it explicitly side-effecting
28 +- [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`, `iconv-lite`, `safe-publish-latest`, `tape`
29 +- [Tests] up to `node` `v10.10`, `v9.11`, `v8.12`, `v6.14`, `v4.9`; pin included builds to LTS
30 +
31 +## **6.5.2**
32 +- [Fix] use `safer-buffer` instead of `Buffer` constructor
33 +- [Refactor] utils: `module.exports` one thing, instead of mutating `exports` (#230)
34 +- [Dev Deps] update `browserify`, `eslint`, `iconv-lite`, `safer-buffer`, `tape`, `browserify`
35 +
36 +## **6.5.1**
37 +- [Fix] Fix parsing & compacting very deep objects (#224)
38 +- [Refactor] name utils functions
39 +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
40 +- [Tests] up to `node` `v8.4`; use `nvm install-latest-npm` so newer npm doesn’t break older node
41 +- [Tests] Use precise dist for Node.js 0.6 runtime (#225)
42 +- [Tests] make 0.6 required, now that it’s passing
43 +- [Tests] on `node` `v8.2`; fix npm on node 0.6
44 +
45 +## **6.5.0**
46 +- [New] add `utils.assign`
47 +- [New] pass default encoder/decoder to custom encoder/decoder functions (#206)
48 +- [New] `parse`/`stringify`: add `ignoreQueryPrefix`/`addQueryPrefix` options, respectively (#213)
49 +- [Fix] Handle stringifying empty objects with addQueryPrefix (#217)
50 +- [Fix] do not mutate `options` argument (#207)
51 +- [Refactor] `parse`: cache index to reuse in else statement (#182)
52 +- [Docs] add various badges to readme (#208)
53 +- [Dev Deps] update `eslint`, `browserify`, `iconv-lite`, `tape`
54 +- [Tests] up to `node` `v8.1`, `v7.10`, `v6.11`; npm v4.6 breaks on node < v1; npm v5+ breaks on node < v4
55 +- [Tests] add `editorconfig-tools`
56 +
57 +## **6.4.0**
58 +- [New] `qs.stringify`: add `encodeValuesOnly` option
59 +- [Fix] follow `allowPrototypes` option during merge (#201, #201)
60 +- [Fix] support keys starting with brackets (#202, #200)
61 +- [Fix] chmod a-x
62 +- [Dev Deps] update `eslint`
63 +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
64 +- [eslint] reduce warnings
65 +
66 +## **6.3.2**
67 +- [Fix] follow `allowPrototypes` option during merge (#201, #200)
68 +- [Dev Deps] update `eslint`
69 +- [Fix] chmod a-x
70 +- [Fix] support keys starting with brackets (#202, #200)
71 +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
72 +
73 +## **6.3.1**
74 +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties (thanks, @snyk!)
75 +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `browserify`, `iconv-lite`, `qs-iconv`, `tape`
76 +- [Tests] on all node minors; improve test matrix
77 +- [Docs] document stringify option `allowDots` (#195)
78 +- [Docs] add empty object and array values example (#195)
79 +- [Docs] Fix minor inconsistency/typo (#192)
80 +- [Docs] document stringify option `sort` (#191)
81 +- [Refactor] `stringify`: throw faster with an invalid encoder
82 +- [Refactor] remove unnecessary escapes (#184)
83 +- Remove contributing.md, since `qs` is no longer part of `hapi` (#183)
84 +
85 +## **6.3.0**
86 +- [New] Add support for RFC 1738 (#174, #173)
87 +- [New] `stringify`: Add `serializeDate` option to customize Date serialization (#159)
88 +- [Fix] ensure `utils.merge` handles merging two arrays
89 +- [Refactor] only constructors should be capitalized
90 +- [Refactor] capitalized var names are for constructors only
91 +- [Refactor] avoid using a sparse array
92 +- [Robustness] `formats`: cache `String#replace`
93 +- [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`; add `safe-publish-latest`
94 +- [Tests] up to `node` `v6.8`, `v4.6`; improve test matrix
95 +- [Tests] flesh out arrayLimit/arrayFormat tests (#107)
96 +- [Tests] skip Object.create tests when null objects are not available
97 +- [Tests] Turn on eslint for test files (#175)
98 +
99 +## **6.2.3**
100 +- [Fix] follow `allowPrototypes` option during merge (#201, #200)
101 +- [Fix] chmod a-x
102 +- [Fix] support keys starting with brackets (#202, #200)
103 +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
104 +
105 +## **6.2.2**
106 +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties
107 +
108 +## **6.2.1**
109 +- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values
110 +- [Refactor] Be explicit and use `Object.prototype.hasOwnProperty.call`
111 +- [Tests] remove `parallelshell` since it does not reliably report failures
112 +- [Tests] up to `node` `v6.3`, `v5.12`
113 +- [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `qs-iconv`
114 +
115 +## [**6.2.0**](https://github.com/ljharb/qs/issues?milestone=36&state=closed)
116 +- [New] pass Buffers to the encoder/decoder directly (#161)
117 +- [New] add "encoder" and "decoder" options, for custom param encoding/decoding (#160)
118 +- [Fix] fix compacting of nested sparse arrays (#150)
119 +
120 +## **6.1.2
121 +- [Fix] follow `allowPrototypes` option during merge (#201, #200)
122 +- [Fix] chmod a-x
123 +- [Fix] support keys starting with brackets (#202, #200)
124 +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
125 +
126 +## **6.1.1**
127 +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties
128 +
129 +## [**6.1.0**](https://github.com/ljharb/qs/issues?milestone=35&state=closed)
130 +- [New] allowDots option for `stringify` (#151)
131 +- [Fix] "sort" option should work at a depth of 3 or more (#151)
132 +- [Fix] Restore `dist` directory; will be removed in v7 (#148)
133 +
134 +## **6.0.4**
135 +- [Fix] follow `allowPrototypes` option during merge (#201, #200)
136 +- [Fix] chmod a-x
137 +- [Fix] support keys starting with brackets (#202, #200)
138 +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
139 +
140 +## **6.0.3**
141 +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties
142 +- [Fix] Restore `dist` directory; will be removed in v7 (#148)
143 +
144 +## [**6.0.2**](https://github.com/ljharb/qs/issues?milestone=33&state=closed)
145 +- Revert ES6 requirement and restore support for node down to v0.8.
146 +
147 +## [**6.0.1**](https://github.com/ljharb/qs/issues?milestone=32&state=closed)
148 +- [**#127**](https://github.com/ljharb/qs/pull/127) Fix engines definition in package.json
149 +
150 +## [**6.0.0**](https://github.com/ljharb/qs/issues?milestone=31&state=closed)
151 +- [**#124**](https://github.com/ljharb/qs/issues/124) Use ES6 and drop support for node < v4
152 +
153 +## **5.2.1**
154 +- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values
155 +
156 +## [**5.2.0**](https://github.com/ljharb/qs/issues?milestone=30&state=closed)
157 +- [**#64**](https://github.com/ljharb/qs/issues/64) Add option to sort object keys in the query string
158 +
159 +## [**5.1.0**](https://github.com/ljharb/qs/issues?milestone=29&state=closed)
160 +- [**#117**](https://github.com/ljharb/qs/issues/117) make URI encoding stringified results optional
161 +- [**#106**](https://github.com/ljharb/qs/issues/106) Add flag `skipNulls` to optionally skip null values in stringify
162 +
163 +## [**5.0.0**](https://github.com/ljharb/qs/issues?milestone=28&state=closed)
164 +- [**#114**](https://github.com/ljharb/qs/issues/114) default allowDots to false
165 +- [**#100**](https://github.com/ljharb/qs/issues/100) include dist to npm
166 +
167 +## [**4.0.0**](https://github.com/ljharb/qs/issues?milestone=26&state=closed)
168 +- [**#98**](https://github.com/ljharb/qs/issues/98) make returning plain objects and allowing prototype overwriting properties optional
169 +
170 +## [**3.1.0**](https://github.com/ljharb/qs/issues?milestone=24&state=closed)
171 +- [**#89**](https://github.com/ljharb/qs/issues/89) Add option to disable "Transform dot notation to bracket notation"
172 +
173 +## [**3.0.0**](https://github.com/ljharb/qs/issues?milestone=23&state=closed)
174 +- [**#80**](https://github.com/ljharb/qs/issues/80) qs.parse silently drops properties
175 +- [**#77**](https://github.com/ljharb/qs/issues/77) Perf boost
176 +- [**#60**](https://github.com/ljharb/qs/issues/60) Add explicit option to disable array parsing
177 +- [**#74**](https://github.com/ljharb/qs/issues/74) Bad parse when turning array into object
178 +- [**#81**](https://github.com/ljharb/qs/issues/81) Add a `filter` option
179 +- [**#68**](https://github.com/ljharb/qs/issues/68) Fixed issue with recursion and passing strings into objects.
180 +- [**#66**](https://github.com/ljharb/qs/issues/66) Add mixed array and object dot notation support Closes: #47
181 +- [**#76**](https://github.com/ljharb/qs/issues/76) RFC 3986
182 +- [**#85**](https://github.com/ljharb/qs/issues/85) No equal sign
183 +- [**#84**](https://github.com/ljharb/qs/issues/84) update license attribute
184 +
185 +## [**2.4.1**](https://github.com/ljharb/qs/issues?milestone=20&state=closed)
186 +- [**#73**](https://github.com/ljharb/qs/issues/73) Property 'hasOwnProperty' of object #<Object> is not a function
187 +
188 +## [**2.4.0**](https://github.com/ljharb/qs/issues?milestone=19&state=closed)
189 +- [**#70**](https://github.com/ljharb/qs/issues/70) Add arrayFormat option
190 +
191 +## [**2.3.3**](https://github.com/ljharb/qs/issues?milestone=18&state=closed)
192 +- [**#59**](https://github.com/ljharb/qs/issues/59) make sure array indexes are >= 0, closes #57
193 +- [**#58**](https://github.com/ljharb/qs/issues/58) make qs usable for browser loader
194 +
195 +## [**2.3.2**](https://github.com/ljharb/qs/issues?milestone=17&state=closed)
196 +- [**#55**](https://github.com/ljharb/qs/issues/55) allow merging a string into an object
197 +
198 +## [**2.3.1**](https://github.com/ljharb/qs/issues?milestone=16&state=closed)
199 +- [**#52**](https://github.com/ljharb/qs/issues/52) Return "undefined" and "false" instead of throwing "TypeError".
200 +
201 +## [**2.3.0**](https://github.com/ljharb/qs/issues?milestone=15&state=closed)
202 +- [**#50**](https://github.com/ljharb/qs/issues/50) add option to omit array indices, closes #46
203 +
204 +## [**2.2.5**](https://github.com/ljharb/qs/issues?milestone=14&state=closed)
205 +- [**#39**](https://github.com/ljharb/qs/issues/39) Is there an alternative to Buffer.isBuffer?
206 +- [**#49**](https://github.com/ljharb/qs/issues/49) refactor utils.merge, fixes #45
207 +- [**#41**](https://github.com/ljharb/qs/issues/41) avoid browserifying Buffer, for #39
208 +
209 +## [**2.2.4**](https://github.com/ljharb/qs/issues?milestone=13&state=closed)
210 +- [**#38**](https://github.com/ljharb/qs/issues/38) how to handle object keys beginning with a number
211 +
212 +## [**2.2.3**](https://github.com/ljharb/qs/issues?milestone=12&state=closed)
213 +- [**#37**](https://github.com/ljharb/qs/issues/37) parser discards first empty value in array
214 +- [**#36**](https://github.com/ljharb/qs/issues/36) Update to lab 4.x
215 +
216 +## [**2.2.2**](https://github.com/ljharb/qs/issues?milestone=11&state=closed)
217 +- [**#33**](https://github.com/ljharb/qs/issues/33) Error when plain object in a value
218 +- [**#34**](https://github.com/ljharb/qs/issues/34) use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty
219 +- [**#24**](https://github.com/ljharb/qs/issues/24) Changelog? Semver?
220 +
221 +## [**2.2.1**](https://github.com/ljharb/qs/issues?milestone=10&state=closed)
222 +- [**#32**](https://github.com/ljharb/qs/issues/32) account for circular references properly, closes #31
223 +- [**#31**](https://github.com/ljharb/qs/issues/31) qs.parse stackoverflow on circular objects
224 +
225 +## [**2.2.0**](https://github.com/ljharb/qs/issues?milestone=9&state=closed)
226 +- [**#26**](https://github.com/ljharb/qs/issues/26) Don't use Buffer global if it's not present
227 +- [**#30**](https://github.com/ljharb/qs/issues/30) Bug when merging non-object values into arrays
228 +- [**#29**](https://github.com/ljharb/qs/issues/29) Don't call Utils.clone at the top of Utils.merge
229 +- [**#23**](https://github.com/ljharb/qs/issues/23) Ability to not limit parameters?
230 +
231 +## [**2.1.0**](https://github.com/ljharb/qs/issues?milestone=8&state=closed)
232 +- [**#22**](https://github.com/ljharb/qs/issues/22) Enable using a RegExp as delimiter
233 +
234 +## [**2.0.0**](https://github.com/ljharb/qs/issues?milestone=7&state=closed)
235 +- [**#18**](https://github.com/ljharb/qs/issues/18) Why is there arrayLimit?
236 +- [**#20**](https://github.com/ljharb/qs/issues/20) Configurable parametersLimit
237 +- [**#21**](https://github.com/ljharb/qs/issues/21) make all limits optional, for #18, for #20
238 +
239 +## [**1.2.2**](https://github.com/ljharb/qs/issues?milestone=6&state=closed)
240 +- [**#19**](https://github.com/ljharb/qs/issues/19) Don't overwrite null values
241 +
242 +## [**1.2.1**](https://github.com/ljharb/qs/issues?milestone=5&state=closed)
243 +- [**#16**](https://github.com/ljharb/qs/issues/16) ignore non-string delimiters
244 +- [**#15**](https://github.com/ljharb/qs/issues/15) Close code block
245 +
246 +## [**1.2.0**](https://github.com/ljharb/qs/issues?milestone=4&state=closed)
247 +- [**#12**](https://github.com/ljharb/qs/issues/12) Add optional delim argument
248 +- [**#13**](https://github.com/ljharb/qs/issues/13) fix #11: flattened keys in array are now correctly parsed
249 +
250 +## [**1.1.0**](https://github.com/ljharb/qs/issues?milestone=3&state=closed)
251 +- [**#7**](https://github.com/ljharb/qs/issues/7) Empty values of a POST array disappear after being submitted
252 +- [**#9**](https://github.com/ljharb/qs/issues/9) Should not omit equals signs (=) when value is null
253 +- [**#6**](https://github.com/ljharb/qs/issues/6) Minor grammar fix in README
254 +
255 +## [**1.0.2**](https://github.com/ljharb/qs/issues?milestone=2&state=closed)
256 +- [**#5**](https://github.com/ljharb/qs/issues/5) array holes incorrectly copied into object on large index
1 +Copyright (c) 2014 Nathan LaFreniere and other contributors.
2 +All rights reserved.
3 +
4 +Redistribution and use in source and binary forms, with or without
5 +modification, are permitted provided that the following conditions are met:
6 + * Redistributions of source code must retain the above copyright
7 + notice, this list of conditions and the following disclaimer.
8 + * Redistributions in binary form must reproduce the above copyright
9 + notice, this list of conditions and the following disclaimer in the
10 + documentation and/or other materials provided with the distribution.
11 + * The names of any contributors may not be used to endorse or promote
12 + products derived from this software without specific prior written
13 + permission.
14 +
15 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18 +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
19 +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21 +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22 +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 +
26 + * * *
27 +
28 +The complete list of contributors can be found at: https://github.com/hapijs/qs/graphs/contributors
1 +# qs <sup>[![Version Badge][2]][1]</sup>
2 +
3 +[![Build Status][3]][4]
4 +[![dependency status][5]][6]
5 +[![dev dependency status][7]][8]
6 +[![License][license-image]][license-url]
7 +[![Downloads][downloads-image]][downloads-url]
8 +
9 +[![npm badge][11]][1]
10 +
11 +A querystring parsing and stringifying library with some added security.
12 +
13 +Lead Maintainer: [Jordan Harband](https://github.com/ljharb)
14 +
15 +The **qs** module was originally created and maintained by [TJ Holowaychuk](https://github.com/visionmedia/node-querystring).
16 +
17 +## Usage
18 +
19 +```javascript
20 +var qs = require('qs');
21 +var assert = require('assert');
22 +
23 +var obj = qs.parse('a=c');
24 +assert.deepEqual(obj, { a: 'c' });
25 +
26 +var str = qs.stringify(obj);
27 +assert.equal(str, 'a=c');
28 +```
29 +
30 +### Parsing Objects
31 +
32 +[](#preventEval)
33 +```javascript
34 +qs.parse(string, [options]);
35 +```
36 +
37 +**qs** allows you to create nested objects within your query strings, by surrounding the name of sub-keys with square brackets `[]`.
38 +For example, the string `'foo[bar]=baz'` converts to:
39 +
40 +```javascript
41 +assert.deepEqual(qs.parse('foo[bar]=baz'), {
42 + foo: {
43 + bar: 'baz'
44 + }
45 +});
46 +```
47 +
48 +When using the `plainObjects` option the parsed value is returned as a null object, created via `Object.create(null)` and as such you should be aware that prototype methods will not exist on it and a user may set those names to whatever value they like:
49 +
50 +```javascript
51 +var nullObject = qs.parse('a[hasOwnProperty]=b', { plainObjects: true });
52 +assert.deepEqual(nullObject, { a: { hasOwnProperty: 'b' } });
53 +```
54 +
55 +By default parameters that would overwrite properties on the object prototype are ignored, if you wish to keep the data from those fields either use `plainObjects` as mentioned above, or set `allowPrototypes` to `true` which will allow user input to overwrite those properties. *WARNING* It is generally a bad idea to enable this option as it can cause problems when attempting to use the properties that have been overwritten. Always be careful with this option.
56 +
57 +```javascript
58 +var protoObject = qs.parse('a[hasOwnProperty]=b', { allowPrototypes: true });
59 +assert.deepEqual(protoObject, { a: { hasOwnProperty: 'b' } });
60 +```
61 +
62 +URI encoded strings work too:
63 +
64 +```javascript
65 +assert.deepEqual(qs.parse('a%5Bb%5D=c'), {
66 + a: { b: 'c' }
67 +});
68 +```
69 +
70 +You can also nest your objects, like `'foo[bar][baz]=foobarbaz'`:
71 +
72 +```javascript
73 +assert.deepEqual(qs.parse('foo[bar][baz]=foobarbaz'), {
74 + foo: {
75 + bar: {
76 + baz: 'foobarbaz'
77 + }
78 + }
79 +});
80 +```
81 +
82 +By default, when nesting objects **qs** will only parse up to 5 children deep. This means if you attempt to parse a string like
83 +`'a[b][c][d][e][f][g][h][i]=j'` your resulting object will be:
84 +
85 +```javascript
86 +var expected = {
87 + a: {
88 + b: {
89 + c: {
90 + d: {
91 + e: {
92 + f: {
93 + '[g][h][i]': 'j'
94 + }
95 + }
96 + }
97 + }
98 + }
99 + }
100 +};
101 +var string = 'a[b][c][d][e][f][g][h][i]=j';
102 +assert.deepEqual(qs.parse(string), expected);
103 +```
104 +
105 +This depth can be overridden by passing a `depth` option to `qs.parse(string, [options])`:
106 +
107 +```javascript
108 +var deep = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 });
109 +assert.deepEqual(deep, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } });
110 +```
111 +
112 +The depth limit helps mitigate abuse when **qs** is used to parse user input, and it is recommended to keep it a reasonably small number.
113 +
114 +For similar reasons, by default **qs** will only parse up to 1000 parameters. This can be overridden by passing a `parameterLimit` option:
115 +
116 +```javascript
117 +var limited = qs.parse('a=b&c=d', { parameterLimit: 1 });
118 +assert.deepEqual(limited, { a: 'b' });
119 +```
120 +
121 +To bypass the leading question mark, use `ignoreQueryPrefix`:
122 +
123 +```javascript
124 +var prefixed = qs.parse('?a=b&c=d', { ignoreQueryPrefix: true });
125 +assert.deepEqual(prefixed, { a: 'b', c: 'd' });
126 +```
127 +
128 +An optional delimiter can also be passed:
129 +
130 +```javascript
131 +var delimited = qs.parse('a=b;c=d', { delimiter: ';' });
132 +assert.deepEqual(delimited, { a: 'b', c: 'd' });
133 +```
134 +
135 +Delimiters can be a regular expression too:
136 +
137 +```javascript
138 +var regexed = qs.parse('a=b;c=d,e=f', { delimiter: /[;,]/ });
139 +assert.deepEqual(regexed, { a: 'b', c: 'd', e: 'f' });
140 +```
141 +
142 +Option `allowDots` can be used to enable dot notation:
143 +
144 +```javascript
145 +var withDots = qs.parse('a.b=c', { allowDots: true });
146 +assert.deepEqual(withDots, { a: { b: 'c' } });
147 +```
148 +
149 +If you have to deal with legacy browsers or services, there's
150 +also support for decoding percent-encoded octets as iso-8859-1:
151 +
152 +```javascript
153 +var oldCharset = qs.parse('a=%A7', { charset: 'iso-8859-1' });
154 +assert.deepEqual(oldCharset, { a: '§' });
155 +```
156 +
157 +Some services add an initial `utf8=✓` value to forms so that old
158 +Internet Explorer versions are more likely to submit the form as
159 +utf-8. Additionally, the server can check the value against wrong
160 +encodings of the checkmark character and detect that a query string
161 +or `application/x-www-form-urlencoded` body was *not* sent as
162 +utf-8, eg. if the form had an `accept-charset` parameter or the
163 +containing page had a different character set.
164 +
165 +**qs** supports this mechanism via the `charsetSentinel` option.
166 +If specified, the `utf8` parameter will be omitted from the
167 +returned object. It will be used to switch to `iso-8859-1`/`utf-8`
168 +mode depending on how the checkmark is encoded.
169 +
170 +**Important**: When you specify both the `charset` option and the
171 +`charsetSentinel` option, the `charset` will be overridden when
172 +the request contains a `utf8` parameter from which the actual
173 +charset can be deduced. In that sense the `charset` will behave
174 +as the default charset rather than the authoritative charset.
175 +
176 +```javascript
177 +var detectedAsUtf8 = qs.parse('utf8=%E2%9C%93&a=%C3%B8', {
178 + charset: 'iso-8859-1',
179 + charsetSentinel: true
180 +});
181 +assert.deepEqual(detectedAsUtf8, { a: 'ø' });
182 +
183 +// Browsers encode the checkmark as &#10003; when submitting as iso-8859-1:
184 +var detectedAsIso8859_1 = qs.parse('utf8=%26%2310003%3B&a=%F8', {
185 + charset: 'utf-8',
186 + charsetSentinel: true
187 +});
188 +assert.deepEqual(detectedAsIso8859_1, { a: 'ø' });
189 +```
190 +
191 +If you want to decode the `&#...;` syntax to the actual character,
192 +you can specify the `interpretNumericEntities` option as well:
193 +
194 +```javascript
195 +var detectedAsIso8859_1 = qs.parse('a=%26%239786%3B', {
196 + charset: 'iso-8859-1',
197 + interpretNumericEntities: true
198 +});
199 +assert.deepEqual(detectedAsIso8859_1, { a: '☺' });
200 +```
201 +
202 +It also works when the charset has been detected in `charsetSentinel`
203 +mode.
204 +
205 +### Parsing Arrays
206 +
207 +**qs** can also parse arrays using a similar `[]` notation:
208 +
209 +```javascript
210 +var withArray = qs.parse('a[]=b&a[]=c');
211 +assert.deepEqual(withArray, { a: ['b', 'c'] });
212 +```
213 +
214 +You may specify an index as well:
215 +
216 +```javascript
217 +var withIndexes = qs.parse('a[1]=c&a[0]=b');
218 +assert.deepEqual(withIndexes, { a: ['b', 'c'] });
219 +```
220 +
221 +Note that the only difference between an index in an array and a key in an object is that the value between the brackets must be a number
222 +to create an array. When creating arrays with specific indices, **qs** will compact a sparse array to only the existing values preserving
223 +their order:
224 +
225 +```javascript
226 +var noSparse = qs.parse('a[1]=b&a[15]=c');
227 +assert.deepEqual(noSparse, { a: ['b', 'c'] });
228 +```
229 +
230 +Note that an empty string is also a value, and will be preserved:
231 +
232 +```javascript
233 +var withEmptyString = qs.parse('a[]=&a[]=b');
234 +assert.deepEqual(withEmptyString, { a: ['', 'b'] });
235 +
236 +var withIndexedEmptyString = qs.parse('a[0]=b&a[1]=&a[2]=c');
237 +assert.deepEqual(withIndexedEmptyString, { a: ['b', '', 'c'] });
238 +```
239 +
240 +**qs** will also limit specifying indices in an array to a maximum index of `20`. Any array members with an index of greater than `20` will
241 +instead be converted to an object with the index as the key. This is needed to handle cases when someone sent, for example, `a[999999999]` and it will take significant time to iterate over this huge array.
242 +
243 +```javascript
244 +var withMaxIndex = qs.parse('a[100]=b');
245 +assert.deepEqual(withMaxIndex, { a: { '100': 'b' } });
246 +```
247 +
248 +This limit can be overridden by passing an `arrayLimit` option:
249 +
250 +```javascript
251 +var withArrayLimit = qs.parse('a[1]=b', { arrayLimit: 0 });
252 +assert.deepEqual(withArrayLimit, { a: { '1': 'b' } });
253 +```
254 +
255 +To disable array parsing entirely, set `parseArrays` to `false`.
256 +
257 +```javascript
258 +var noParsingArrays = qs.parse('a[]=b', { parseArrays: false });
259 +assert.deepEqual(noParsingArrays, { a: { '0': 'b' } });
260 +```
261 +
262 +If you mix notations, **qs** will merge the two items into an object:
263 +
264 +```javascript
265 +var mixedNotation = qs.parse('a[0]=b&a[b]=c');
266 +assert.deepEqual(mixedNotation, { a: { '0': 'b', b: 'c' } });
267 +```
268 +
269 +You can also create arrays of objects:
270 +
271 +```javascript
272 +var arraysOfObjects = qs.parse('a[][b]=c');
273 +assert.deepEqual(arraysOfObjects, { a: [{ b: 'c' }] });
274 +```
275 +
276 +Some people use comma to join array, **qs** can parse it:
277 +```javascript
278 +var arraysOfObjects = qs.parse('a=b,c', { comma: true })
279 +assert.deepEqual(arraysOfObjects, { a: ['b', 'c'] })
280 +```
281 +(_this cannot convert nested objects, such as `a={b:1},{c:d}`_)
282 +
283 +### Stringifying
284 +
285 +[](#preventEval)
286 +```javascript
287 +qs.stringify(object, [options]);
288 +```
289 +
290 +When stringifying, **qs** by default URI encodes output. Objects are stringified as you would expect:
291 +
292 +```javascript
293 +assert.equal(qs.stringify({ a: 'b' }), 'a=b');
294 +assert.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c');
295 +```
296 +
297 +This encoding can be disabled by setting the `encode` option to `false`:
298 +
299 +```javascript
300 +var unencoded = qs.stringify({ a: { b: 'c' } }, { encode: false });
301 +assert.equal(unencoded, 'a[b]=c');
302 +```
303 +
304 +Encoding can be disabled for keys by setting the `encodeValuesOnly` option to `true`:
305 +```javascript
306 +var encodedValues = qs.stringify(
307 + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] },
308 + { encodeValuesOnly: true }
309 +);
310 +assert.equal(encodedValues,'a=b&c[0]=d&c[1]=e%3Df&f[0][0]=g&f[1][0]=h');
311 +```
312 +
313 +This encoding can also be replaced by a custom encoding method set as `encoder` option:
314 +
315 +```javascript
316 +var encoded = qs.stringify({ a: { b: 'c' } }, { encoder: function (str) {
317 + // Passed in values `a`, `b`, `c`
318 + return // Return encoded string
319 +}})
320 +```
321 +
322 +_(Note: the `encoder` option does not apply if `encode` is `false`)_
323 +
324 +Analogue to the `encoder` there is a `decoder` option for `parse` to override decoding of properties and values:
325 +
326 +```javascript
327 +var decoded = qs.parse('x=z', { decoder: function (str) {
328 + // Passed in values `x`, `z`
329 + return // Return decoded string
330 +}})
331 +```
332 +
333 +Examples beyond this point will be shown as though the output is not URI encoded for clarity. Please note that the return values in these cases *will* be URI encoded during real usage.
334 +
335 +When arrays are stringified, by default they are given explicit indices:
336 +
337 +```javascript
338 +qs.stringify({ a: ['b', 'c', 'd'] });
339 +// 'a[0]=b&a[1]=c&a[2]=d'
340 +```
341 +
342 +You may override this by setting the `indices` option to `false`:
343 +
344 +```javascript
345 +qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false });
346 +// 'a=b&a=c&a=d'
347 +```
348 +
349 +You may use the `arrayFormat` option to specify the format of the output array:
350 +
351 +```javascript
352 +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' })
353 +// 'a[0]=b&a[1]=c'
354 +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'brackets' })
355 +// 'a[]=b&a[]=c'
356 +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'repeat' })
357 +// 'a=b&a=c'
358 +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'comma' })
359 +// 'a=b,c'
360 +```
361 +
362 +When objects are stringified, by default they use bracket notation:
363 +
364 +```javascript
365 +qs.stringify({ a: { b: { c: 'd', e: 'f' } } });
366 +// 'a[b][c]=d&a[b][e]=f'
367 +```
368 +
369 +You may override this to use dot notation by setting the `allowDots` option to `true`:
370 +
371 +```javascript
372 +qs.stringify({ a: { b: { c: 'd', e: 'f' } } }, { allowDots: true });
373 +// 'a.b.c=d&a.b.e=f'
374 +```
375 +
376 +Empty strings and null values will omit the value, but the equals sign (=) remains in place:
377 +
378 +```javascript
379 +assert.equal(qs.stringify({ a: '' }), 'a=');
380 +```
381 +
382 +Key with no values (such as an empty object or array) will return nothing:
383 +
384 +```javascript
385 +assert.equal(qs.stringify({ a: [] }), '');
386 +assert.equal(qs.stringify({ a: {} }), '');
387 +assert.equal(qs.stringify({ a: [{}] }), '');
388 +assert.equal(qs.stringify({ a: { b: []} }), '');
389 +assert.equal(qs.stringify({ a: { b: {}} }), '');
390 +```
391 +
392 +Properties that are set to `undefined` will be omitted entirely:
393 +
394 +```javascript
395 +assert.equal(qs.stringify({ a: null, b: undefined }), 'a=');
396 +```
397 +
398 +The query string may optionally be prepended with a question mark:
399 +
400 +```javascript
401 +assert.equal(qs.stringify({ a: 'b', c: 'd' }, { addQueryPrefix: true }), '?a=b&c=d');
402 +```
403 +
404 +The delimiter may be overridden with stringify as well:
405 +
406 +```javascript
407 +assert.equal(qs.stringify({ a: 'b', c: 'd' }, { delimiter: ';' }), 'a=b;c=d');
408 +```
409 +
410 +If you only want to override the serialization of `Date` objects, you can provide a `serializeDate` option:
411 +
412 +```javascript
413 +var date = new Date(7);
414 +assert.equal(qs.stringify({ a: date }), 'a=1970-01-01T00:00:00.007Z'.replace(/:/g, '%3A'));
415 +assert.equal(
416 + qs.stringify({ a: date }, { serializeDate: function (d) { return d.getTime(); } }),
417 + 'a=7'
418 +);
419 +```
420 +
421 +You may use the `sort` option to affect the order of parameter keys:
422 +
423 +```javascript
424 +function alphabeticalSort(a, b) {
425 + return a.localeCompare(b);
426 +}
427 +assert.equal(qs.stringify({ a: 'c', z: 'y', b : 'f' }, { sort: alphabeticalSort }), 'a=c&b=f&z=y');
428 +```
429 +
430 +Finally, you can use the `filter` option to restrict which keys will be included in the stringified output.
431 +If you pass a function, it will be called for each key to obtain the replacement value. Otherwise, if you
432 +pass an array, it will be used to select properties and array indices for stringification:
433 +
434 +```javascript
435 +function filterFunc(prefix, value) {
436 + if (prefix == 'b') {
437 + // Return an `undefined` value to omit a property.
438 + return;
439 + }
440 + if (prefix == 'e[f]') {
441 + return value.getTime();
442 + }
443 + if (prefix == 'e[g][0]') {
444 + return value * 2;
445 + }
446 + return value;
447 +}
448 +qs.stringify({ a: 'b', c: 'd', e: { f: new Date(123), g: [2] } }, { filter: filterFunc });
449 +// 'a=b&c=d&e[f]=123&e[g][0]=4'
450 +qs.stringify({ a: 'b', c: 'd', e: 'f' }, { filter: ['a', 'e'] });
451 +// 'a=b&e=f'
452 +qs.stringify({ a: ['b', 'c', 'd'], e: 'f' }, { filter: ['a', 0, 2] });
453 +// 'a[0]=b&a[2]=d'
454 +```
455 +
456 +### Handling of `null` values
457 +
458 +By default, `null` values are treated like empty strings:
459 +
460 +```javascript
461 +var withNull = qs.stringify({ a: null, b: '' });
462 +assert.equal(withNull, 'a=&b=');
463 +```
464 +
465 +Parsing does not distinguish between parameters with and without equal signs. Both are converted to empty strings.
466 +
467 +```javascript
468 +var equalsInsensitive = qs.parse('a&b=');
469 +assert.deepEqual(equalsInsensitive, { a: '', b: '' });
470 +```
471 +
472 +To distinguish between `null` values and empty strings use the `strictNullHandling` flag. In the result string the `null`
473 +values have no `=` sign:
474 +
475 +```javascript
476 +var strictNull = qs.stringify({ a: null, b: '' }, { strictNullHandling: true });
477 +assert.equal(strictNull, 'a&b=');
478 +```
479 +
480 +To parse values without `=` back to `null` use the `strictNullHandling` flag:
481 +
482 +```javascript
483 +var parsedStrictNull = qs.parse('a&b=', { strictNullHandling: true });
484 +assert.deepEqual(parsedStrictNull, { a: null, b: '' });
485 +```
486 +
487 +To completely skip rendering keys with `null` values, use the `skipNulls` flag:
488 +
489 +```javascript
490 +var nullsSkipped = qs.stringify({ a: 'b', c: null}, { skipNulls: true });
491 +assert.equal(nullsSkipped, 'a=b');
492 +```
493 +
494 +If you're communicating with legacy systems, you can switch to `iso-8859-1`
495 +using the `charset` option:
496 +
497 +```javascript
498 +var iso = qs.stringify({ æ: 'æ' }, { charset: 'iso-8859-1' });
499 +assert.equal(iso, '%E6=%E6');
500 +```
501 +
502 +Characters that don't exist in `iso-8859-1` will be converted to numeric
503 +entities, similar to what browsers do:
504 +
505 +```javascript
506 +var numeric = qs.stringify({ a: '☺' }, { charset: 'iso-8859-1' });
507 +assert.equal(numeric, 'a=%26%239786%3B');
508 +```
509 +
510 +You can use the `charsetSentinel` option to announce the character by
511 +including an `utf8=✓` parameter with the proper encoding if the checkmark,
512 +similar to what Ruby on Rails and others do when submitting forms.
513 +
514 +```javascript
515 +var sentinel = qs.stringify({ a: '☺' }, { charsetSentinel: true });
516 +assert.equal(sentinel, 'utf8=%E2%9C%93&a=%E2%98%BA');
517 +
518 +var isoSentinel = qs.stringify({ a: 'æ' }, { charsetSentinel: true, charset: 'iso-8859-1' });
519 +assert.equal(isoSentinel, 'utf8=%26%2310003%3B&a=%E6');
520 +```
521 +
522 +### Dealing with special character sets
523 +
524 +By default the encoding and decoding of characters is done in `utf-8`,
525 +and `iso-8859-1` support is also built in via the `charset` parameter.
526 +
527 +If you wish to encode querystrings to a different character set (i.e.
528 +[Shift JIS](https://en.wikipedia.org/wiki/Shift_JIS)) you can use the
529 +[`qs-iconv`](https://github.com/martinheidegger/qs-iconv) library:
530 +
531 +```javascript
532 +var encoder = require('qs-iconv/encoder')('shift_jis');
533 +var shiftJISEncoded = qs.stringify({ a: 'こんにちは!' }, { encoder: encoder });
534 +assert.equal(shiftJISEncoded, 'a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I');
535 +```
536 +
537 +This also works for decoding of query strings:
538 +
539 +```javascript
540 +var decoder = require('qs-iconv/decoder')('shift_jis');
541 +var obj = qs.parse('a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I', { decoder: decoder });
542 +assert.deepEqual(obj, { a: 'こんにちは!' });
543 +```
544 +
545 +### RFC 3986 and RFC 1738 space encoding
546 +
547 +RFC3986 used as default option and encodes ' ' to *%20* which is backward compatible.
548 +In the same time, output can be stringified as per RFC1738 with ' ' equal to '+'.
549 +
550 +```
551 +assert.equal(qs.stringify({ a: 'b c' }), 'a=b%20c');
552 +assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC3986' }), 'a=b%20c');
553 +assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC1738' }), 'a=b+c');
554 +```
555 +
556 +[1]: https://npmjs.org/package/qs
557 +[2]: http://versionbadg.es/ljharb/qs.svg
558 +[3]: https://api.travis-ci.org/ljharb/qs.svg
559 +[4]: https://travis-ci.org/ljharb/qs
560 +[5]: https://david-dm.org/ljharb/qs.svg
561 +[6]: https://david-dm.org/ljharb/qs
562 +[7]: https://david-dm.org/ljharb/qs/dev-status.svg
563 +[8]: https://david-dm.org/ljharb/qs?type=dev
564 +[9]: https://ci.testling.com/ljharb/qs.png
565 +[10]: https://ci.testling.com/ljharb/qs
566 +[11]: https://nodei.co/npm/qs.png?downloads=true&stars=true
567 +[license-image]: http://img.shields.io/npm/l/qs.svg
568 +[license-url]: LICENSE
569 +[downloads-image]: http://img.shields.io/npm/dm/qs.svg
570 +[downloads-url]: http://npm-stat.com/charts.html?package=qs
1 +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Qs = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
2 +'use strict';
3 +
4 +var replace = String.prototype.replace;
5 +var percentTwenties = /%20/g;
6 +
7 +module.exports = {
8 + 'default': 'RFC3986',
9 + formatters: {
10 + RFC1738: function (value) {
11 + return replace.call(value, percentTwenties, '+');
12 + },
13 + RFC3986: function (value) {
14 + return value;
15 + }
16 + },
17 + RFC1738: 'RFC1738',
18 + RFC3986: 'RFC3986'
19 +};
20 +
21 +},{}],2:[function(require,module,exports){
22 +'use strict';
23 +
24 +var stringify = require('./stringify');
25 +var parse = require('./parse');
26 +var formats = require('./formats');
27 +
28 +module.exports = {
29 + formats: formats,
30 + parse: parse,
31 + stringify: stringify
32 +};
33 +
34 +},{"./formats":1,"./parse":3,"./stringify":4}],3:[function(require,module,exports){
35 +'use strict';
36 +
37 +var utils = require('./utils');
38 +
39 +var has = Object.prototype.hasOwnProperty;
40 +
41 +var defaults = {
42 + allowDots: false,
43 + allowPrototypes: false,
44 + arrayLimit: 20,
45 + charset: 'utf-8',
46 + charsetSentinel: false,
47 + comma: false,
48 + decoder: utils.decode,
49 + delimiter: '&',
50 + depth: 5,
51 + ignoreQueryPrefix: false,
52 + interpretNumericEntities: false,
53 + parameterLimit: 1000,
54 + parseArrays: true,
55 + plainObjects: false,
56 + strictNullHandling: false
57 +};
58 +
59 +var interpretNumericEntities = function (str) {
60 + return str.replace(/&#(\d+);/g, function ($0, numberStr) {
61 + return String.fromCharCode(parseInt(numberStr, 10));
62 + });
63 +};
64 +
65 +// This is what browsers will submit when the ✓ character occurs in an
66 +// application/x-www-form-urlencoded body and the encoding of the page containing
67 +// the form is iso-8859-1, or when the submitted form has an accept-charset
68 +// attribute of iso-8859-1. Presumably also with other charsets that do not contain
69 +// the ✓ character, such as us-ascii.
70 +var isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('&#10003;')
71 +
72 +// These are the percent-encoded utf-8 octets representing a checkmark, indicating that the request actually is utf-8 encoded.
73 +var charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('✓')
74 +
75 +var parseValues = function parseQueryStringValues(str, options) {
76 + var obj = {};
77 + var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
78 + var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;
79 + var parts = cleanStr.split(options.delimiter, limit);
80 + var skipIndex = -1; // Keep track of where the utf8 sentinel was found
81 + var i;
82 +
83 + var charset = options.charset;
84 + if (options.charsetSentinel) {
85 + for (i = 0; i < parts.length; ++i) {
86 + if (parts[i].indexOf('utf8=') === 0) {
87 + if (parts[i] === charsetSentinel) {
88 + charset = 'utf-8';
89 + } else if (parts[i] === isoSentinel) {
90 + charset = 'iso-8859-1';
91 + }
92 + skipIndex = i;
93 + i = parts.length; // The eslint settings do not allow break;
94 + }
95 + }
96 + }
97 +
98 + for (i = 0; i < parts.length; ++i) {
99 + if (i === skipIndex) {
100 + continue;
101 + }
102 + var part = parts[i];
103 +
104 + var bracketEqualsPos = part.indexOf(']=');
105 + var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1;
106 +
107 + var key, val;
108 + if (pos === -1) {
109 + key = options.decoder(part, defaults.decoder, charset);
110 + val = options.strictNullHandling ? null : '';
111 + } else {
112 + key = options.decoder(part.slice(0, pos), defaults.decoder, charset);
113 + val = options.decoder(part.slice(pos + 1), defaults.decoder, charset);
114 + }
115 +
116 + if (val && options.interpretNumericEntities && charset === 'iso-8859-1') {
117 + val = interpretNumericEntities(val);
118 + }
119 +
120 + if (val && options.comma && val.indexOf(',') > -1) {
121 + val = val.split(',');
122 + }
123 +
124 + if (has.call(obj, key)) {
125 + obj[key] = utils.combine(obj[key], val);
126 + } else {
127 + obj[key] = val;
128 + }
129 + }
130 +
131 + return obj;
132 +};
133 +
134 +var parseObject = function (chain, val, options) {
135 + var leaf = val;
136 +
137 + for (var i = chain.length - 1; i >= 0; --i) {
138 + var obj;
139 + var root = chain[i];
140 +
141 + if (root === '[]' && options.parseArrays) {
142 + obj = [].concat(leaf);
143 + } else {
144 + obj = options.plainObjects ? Object.create(null) : {};
145 + var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;
146 + var index = parseInt(cleanRoot, 10);
147 + if (!options.parseArrays && cleanRoot === '') {
148 + obj = { 0: leaf };
149 + } else if (
150 + !isNaN(index)
151 + && root !== cleanRoot
152 + && String(index) === cleanRoot
153 + && index >= 0
154 + && (options.parseArrays && index <= options.arrayLimit)
155 + ) {
156 + obj = [];
157 + obj[index] = leaf;
158 + } else {
159 + obj[cleanRoot] = leaf;
160 + }
161 + }
162 +
163 + leaf = obj;
164 + }
165 +
166 + return leaf;
167 +};
168 +
169 +var parseKeys = function parseQueryStringKeys(givenKey, val, options) {
170 + if (!givenKey) {
171 + return;
172 + }
173 +
174 + // Transform dot notation to bracket notation
175 + var key = options.allowDots ? givenKey.replace(/\.([^.[]+)/g, '[$1]') : givenKey;
176 +
177 + // The regex chunks
178 +
179 + var brackets = /(\[[^[\]]*])/;
180 + var child = /(\[[^[\]]*])/g;
181 +
182 + // Get the parent
183 +
184 + var segment = brackets.exec(key);
185 + var parent = segment ? key.slice(0, segment.index) : key;
186 +
187 + // Stash the parent if it exists
188 +
189 + var keys = [];
190 + if (parent) {
191 + // If we aren't using plain objects, optionally prefix keys that would overwrite object prototype properties
192 + if (!options.plainObjects && has.call(Object.prototype, parent)) {
193 + if (!options.allowPrototypes) {
194 + return;
195 + }
196 + }
197 +
198 + keys.push(parent);
199 + }
200 +
201 + // Loop through children appending to the array until we hit depth
202 +
203 + var i = 0;
204 + while ((segment = child.exec(key)) !== null && i < options.depth) {
205 + i += 1;
206 + if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {
207 + if (!options.allowPrototypes) {
208 + return;
209 + }
210 + }
211 + keys.push(segment[1]);
212 + }
213 +
214 + // If there's a remainder, just add whatever is left
215 +
216 + if (segment) {
217 + keys.push('[' + key.slice(segment.index) + ']');
218 + }
219 +
220 + return parseObject(keys, val, options);
221 +};
222 +
223 +var normalizeParseOptions = function normalizeParseOptions(opts) {
224 + if (!opts) {
225 + return defaults;
226 + }
227 +
228 + if (opts.decoder !== null && opts.decoder !== undefined && typeof opts.decoder !== 'function') {
229 + throw new TypeError('Decoder has to be a function.');
230 + }
231 +
232 + if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {
233 + throw new Error('The charset option must be either utf-8, iso-8859-1, or undefined');
234 + }
235 + var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset;
236 +
237 + return {
238 + allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,
239 + allowPrototypes: typeof opts.allowPrototypes === 'boolean' ? opts.allowPrototypes : defaults.allowPrototypes,
240 + arrayLimit: typeof opts.arrayLimit === 'number' ? opts.arrayLimit : defaults.arrayLimit,
241 + charset: charset,
242 + charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,
243 + comma: typeof opts.comma === 'boolean' ? opts.comma : defaults.comma,
244 + decoder: typeof opts.decoder === 'function' ? opts.decoder : defaults.decoder,
245 + delimiter: typeof opts.delimiter === 'string' || utils.isRegExp(opts.delimiter) ? opts.delimiter : defaults.delimiter,
246 + depth: typeof opts.depth === 'number' ? opts.depth : defaults.depth,
247 + ignoreQueryPrefix: opts.ignoreQueryPrefix === true,
248 + interpretNumericEntities: typeof opts.interpretNumericEntities === 'boolean' ? opts.interpretNumericEntities : defaults.interpretNumericEntities,
249 + parameterLimit: typeof opts.parameterLimit === 'number' ? opts.parameterLimit : defaults.parameterLimit,
250 + parseArrays: opts.parseArrays !== false,
251 + plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects,
252 + strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling
253 + };
254 +};
255 +
256 +module.exports = function (str, opts) {
257 + var options = normalizeParseOptions(opts);
258 +
259 + if (str === '' || str === null || typeof str === 'undefined') {
260 + return options.plainObjects ? Object.create(null) : {};
261 + }
262 +
263 + var tempObj = typeof str === 'string' ? parseValues(str, options) : str;
264 + var obj = options.plainObjects ? Object.create(null) : {};
265 +
266 + // Iterate over the keys and setup the new object
267 +
268 + var keys = Object.keys(tempObj);
269 + for (var i = 0; i < keys.length; ++i) {
270 + var key = keys[i];
271 + var newObj = parseKeys(key, tempObj[key], options);
272 + obj = utils.merge(obj, newObj, options);
273 + }
274 +
275 + return utils.compact(obj);
276 +};
277 +
278 +},{"./utils":5}],4:[function(require,module,exports){
279 +'use strict';
280 +
281 +var utils = require('./utils');
282 +var formats = require('./formats');
283 +var has = Object.prototype.hasOwnProperty;
284 +
285 +var arrayPrefixGenerators = {
286 + brackets: function brackets(prefix) { // eslint-disable-line func-name-matching
287 + return prefix + '[]';
288 + },
289 + comma: 'comma',
290 + indices: function indices(prefix, key) { // eslint-disable-line func-name-matching
291 + return prefix + '[' + key + ']';
292 + },
293 + repeat: function repeat(prefix) { // eslint-disable-line func-name-matching
294 + return prefix;
295 + }
296 +};
297 +
298 +var isArray = Array.isArray;
299 +var push = Array.prototype.push;
300 +var pushToArray = function (arr, valueOrArray) {
301 + push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]);
302 +};
303 +
304 +var toISO = Date.prototype.toISOString;
305 +
306 +var defaults = {
307 + addQueryPrefix: false,
308 + allowDots: false,
309 + charset: 'utf-8',
310 + charsetSentinel: false,
311 + delimiter: '&',
312 + encode: true,
313 + encoder: utils.encode,
314 + encodeValuesOnly: false,
315 + formatter: formats.formatters[formats['default']],
316 + // deprecated
317 + indices: false,
318 + serializeDate: function serializeDate(date) { // eslint-disable-line func-name-matching
319 + return toISO.call(date);
320 + },
321 + skipNulls: false,
322 + strictNullHandling: false
323 +};
324 +
325 +var stringify = function stringify( // eslint-disable-line func-name-matching
326 + object,
327 + prefix,
328 + generateArrayPrefix,
329 + strictNullHandling,
330 + skipNulls,
331 + encoder,
332 + filter,
333 + sort,
334 + allowDots,
335 + serializeDate,
336 + formatter,
337 + encodeValuesOnly,
338 + charset
339 +) {
340 + var obj = object;
341 + if (typeof filter === 'function') {
342 + obj = filter(prefix, obj);
343 + } else if (obj instanceof Date) {
344 + obj = serializeDate(obj);
345 + } else if (generateArrayPrefix === 'comma' && isArray(obj)) {
346 + obj = obj.join(',');
347 + }
348 +
349 + if (obj === null) {
350 + if (strictNullHandling) {
351 + return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder, charset) : prefix;
352 + }
353 +
354 + obj = '';
355 + }
356 +
357 + if (typeof obj === 'string' || typeof obj === 'number' || typeof obj === 'boolean' || utils.isBuffer(obj)) {
358 + if (encoder) {
359 + var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder, charset);
360 + return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset))];
361 + }
362 + return [formatter(prefix) + '=' + formatter(String(obj))];
363 + }
364 +
365 + var values = [];
366 +
367 + if (typeof obj === 'undefined') {
368 + return values;
369 + }
370 +
371 + var objKeys;
372 + if (isArray(filter)) {
373 + objKeys = filter;
374 + } else {
375 + var keys = Object.keys(obj);
376 + objKeys = sort ? keys.sort(sort) : keys;
377 + }
378 +
379 + for (var i = 0; i < objKeys.length; ++i) {
380 + var key = objKeys[i];
381 +
382 + if (skipNulls && obj[key] === null) {
383 + continue;
384 + }
385 +
386 + if (isArray(obj)) {
387 + pushToArray(values, stringify(
388 + obj[key],
389 + typeof generateArrayPrefix === 'function' ? generateArrayPrefix(prefix, key) : prefix,
390 + generateArrayPrefix,
391 + strictNullHandling,
392 + skipNulls,
393 + encoder,
394 + filter,
395 + sort,
396 + allowDots,
397 + serializeDate,
398 + formatter,
399 + encodeValuesOnly,
400 + charset
401 + ));
402 + } else {
403 + pushToArray(values, stringify(
404 + obj[key],
405 + prefix + (allowDots ? '.' + key : '[' + key + ']'),
406 + generateArrayPrefix,
407 + strictNullHandling,
408 + skipNulls,
409 + encoder,
410 + filter,
411 + sort,
412 + allowDots,
413 + serializeDate,
414 + formatter,
415 + encodeValuesOnly,
416 + charset
417 + ));
418 + }
419 + }
420 +
421 + return values;
422 +};
423 +
424 +var normalizeStringifyOptions = function normalizeStringifyOptions(opts) {
425 + if (!opts) {
426 + return defaults;
427 + }
428 +
429 + if (opts.encoder !== null && opts.encoder !== undefined && typeof opts.encoder !== 'function') {
430 + throw new TypeError('Encoder has to be a function.');
431 + }
432 +
433 + var charset = opts.charset || defaults.charset;
434 + if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {
435 + throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');
436 + }
437 +
438 + var format = formats['default'];
439 + if (typeof opts.format !== 'undefined') {
440 + if (!has.call(formats.formatters, opts.format)) {
441 + throw new TypeError('Unknown format option provided.');
442 + }
443 + format = opts.format;
444 + }
445 + var formatter = formats.formatters[format];
446 +
447 + var filter = defaults.filter;
448 + if (typeof opts.filter === 'function' || isArray(opts.filter)) {
449 + filter = opts.filter;
450 + }
451 +
452 + return {
453 + addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix,
454 + allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,
455 + charset: charset,
456 + charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,
457 + delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter,
458 + encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode,
459 + encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder,
460 + encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly,
461 + filter: filter,
462 + formatter: formatter,
463 + serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate,
464 + skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls,
465 + sort: typeof opts.sort === 'function' ? opts.sort : null,
466 + strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling
467 + };
468 +};
469 +
470 +module.exports = function (object, opts) {
471 + var obj = object;
472 + var options = normalizeStringifyOptions(opts);
473 +
474 + var objKeys;
475 + var filter;
476 +
477 + if (typeof options.filter === 'function') {
478 + filter = options.filter;
479 + obj = filter('', obj);
480 + } else if (isArray(options.filter)) {
481 + filter = options.filter;
482 + objKeys = filter;
483 + }
484 +
485 + var keys = [];
486 +
487 + if (typeof obj !== 'object' || obj === null) {
488 + return '';
489 + }
490 +
491 + var arrayFormat;
492 + if (opts && opts.arrayFormat in arrayPrefixGenerators) {
493 + arrayFormat = opts.arrayFormat;
494 + } else if (opts && 'indices' in opts) {
495 + arrayFormat = opts.indices ? 'indices' : 'repeat';
496 + } else {
497 + arrayFormat = 'indices';
498 + }
499 +
500 + var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];
501 +
502 + if (!objKeys) {
503 + objKeys = Object.keys(obj);
504 + }
505 +
506 + if (options.sort) {
507 + objKeys.sort(options.sort);
508 + }
509 +
510 + for (var i = 0; i < objKeys.length; ++i) {
511 + var key = objKeys[i];
512 +
513 + if (options.skipNulls && obj[key] === null) {
514 + continue;
515 + }
516 + pushToArray(keys, stringify(
517 + obj[key],
518 + key,
519 + generateArrayPrefix,
520 + options.strictNullHandling,
521 + options.skipNulls,
522 + options.encode ? options.encoder : null,
523 + options.filter,
524 + options.sort,
525 + options.allowDots,
526 + options.serializeDate,
527 + options.formatter,
528 + options.encodeValuesOnly,
529 + options.charset
530 + ));
531 + }
532 +
533 + var joined = keys.join(options.delimiter);
534 + var prefix = options.addQueryPrefix === true ? '?' : '';
535 +
536 + if (options.charsetSentinel) {
537 + if (options.charset === 'iso-8859-1') {
538 + // encodeURIComponent('&#10003;'), the "numeric entity" representation of a checkmark
539 + prefix += 'utf8=%26%2310003%3B&';
540 + } else {
541 + // encodeURIComponent('✓')
542 + prefix += 'utf8=%E2%9C%93&';
543 + }
544 + }
545 +
546 + return joined.length > 0 ? prefix + joined : '';
547 +};
548 +
549 +},{"./formats":1,"./utils":5}],5:[function(require,module,exports){
550 +'use strict';
551 +
552 +var has = Object.prototype.hasOwnProperty;
553 +var isArray = Array.isArray;
554 +
555 +var hexTable = (function () {
556 + var array = [];
557 + for (var i = 0; i < 256; ++i) {
558 + array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase());
559 + }
560 +
561 + return array;
562 +}());
563 +
564 +var compactQueue = function compactQueue(queue) {
565 + while (queue.length > 1) {
566 + var item = queue.pop();
567 + var obj = item.obj[item.prop];
568 +
569 + if (isArray(obj)) {
570 + var compacted = [];
571 +
572 + for (var j = 0; j < obj.length; ++j) {
573 + if (typeof obj[j] !== 'undefined') {
574 + compacted.push(obj[j]);
575 + }
576 + }
577 +
578 + item.obj[item.prop] = compacted;
579 + }
580 + }
581 +};
582 +
583 +var arrayToObject = function arrayToObject(source, options) {
584 + var obj = options && options.plainObjects ? Object.create(null) : {};
585 + for (var i = 0; i < source.length; ++i) {
586 + if (typeof source[i] !== 'undefined') {
587 + obj[i] = source[i];
588 + }
589 + }
590 +
591 + return obj;
592 +};
593 +
594 +var merge = function merge(target, source, options) {
595 + if (!source) {
596 + return target;
597 + }
598 +
599 + if (typeof source !== 'object') {
600 + if (isArray(target)) {
601 + target.push(source);
602 + } else if (target && typeof target === 'object') {
603 + if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) {
604 + target[source] = true;
605 + }
606 + } else {
607 + return [target, source];
608 + }
609 +
610 + return target;
611 + }
612 +
613 + if (!target || typeof target !== 'object') {
614 + return [target].concat(source);
615 + }
616 +
617 + var mergeTarget = target;
618 + if (isArray(target) && !isArray(source)) {
619 + mergeTarget = arrayToObject(target, options);
620 + }
621 +
622 + if (isArray(target) && isArray(source)) {
623 + source.forEach(function (item, i) {
624 + if (has.call(target, i)) {
625 + var targetItem = target[i];
626 + if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') {
627 + target[i] = merge(targetItem, item, options);
628 + } else {
629 + target.push(item);
630 + }
631 + } else {
632 + target[i] = item;
633 + }
634 + });
635 + return target;
636 + }
637 +
638 + return Object.keys(source).reduce(function (acc, key) {
639 + var value = source[key];
640 +
641 + if (has.call(acc, key)) {
642 + acc[key] = merge(acc[key], value, options);
643 + } else {
644 + acc[key] = value;
645 + }
646 + return acc;
647 + }, mergeTarget);
648 +};
649 +
650 +var assign = function assignSingleSource(target, source) {
651 + return Object.keys(source).reduce(function (acc, key) {
652 + acc[key] = source[key];
653 + return acc;
654 + }, target);
655 +};
656 +
657 +var decode = function (str, decoder, charset) {
658 + var strWithoutPlus = str.replace(/\+/g, ' ');
659 + if (charset === 'iso-8859-1') {
660 + // unescape never throws, no try...catch needed:
661 + return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape);
662 + }
663 + // utf-8
664 + try {
665 + return decodeURIComponent(strWithoutPlus);
666 + } catch (e) {
667 + return strWithoutPlus;
668 + }
669 +};
670 +
671 +var encode = function encode(str, defaultEncoder, charset) {
672 + // This code was originally written by Brian White (mscdex) for the io.js core querystring library.
673 + // It has been adapted here for stricter adherence to RFC 3986
674 + if (str.length === 0) {
675 + return str;
676 + }
677 +
678 + var string = typeof str === 'string' ? str : String(str);
679 +
680 + if (charset === 'iso-8859-1') {
681 + return escape(string).replace(/%u[0-9a-f]{4}/gi, function ($0) {
682 + return '%26%23' + parseInt($0.slice(2), 16) + '%3B';
683 + });
684 + }
685 +
686 + var out = '';
687 + for (var i = 0; i < string.length; ++i) {
688 + var c = string.charCodeAt(i);
689 +
690 + if (
691 + c === 0x2D // -
692 + || c === 0x2E // .
693 + || c === 0x5F // _
694 + || c === 0x7E // ~
695 + || (c >= 0x30 && c <= 0x39) // 0-9
696 + || (c >= 0x41 && c <= 0x5A) // a-z
697 + || (c >= 0x61 && c <= 0x7A) // A-Z
698 + ) {
699 + out += string.charAt(i);
700 + continue;
701 + }
702 +
703 + if (c < 0x80) {
704 + out = out + hexTable[c];
705 + continue;
706 + }
707 +
708 + if (c < 0x800) {
709 + out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);
710 + continue;
711 + }
712 +
713 + if (c < 0xD800 || c >= 0xE000) {
714 + out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);
715 + continue;
716 + }
717 +
718 + i += 1;
719 + c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));
720 + out += hexTable[0xF0 | (c >> 18)]
721 + + hexTable[0x80 | ((c >> 12) & 0x3F)]
722 + + hexTable[0x80 | ((c >> 6) & 0x3F)]
723 + + hexTable[0x80 | (c & 0x3F)];
724 + }
725 +
726 + return out;
727 +};
728 +
729 +var compact = function compact(value) {
730 + var queue = [{ obj: { o: value }, prop: 'o' }];
731 + var refs = [];
732 +
733 + for (var i = 0; i < queue.length; ++i) {
734 + var item = queue[i];
735 + var obj = item.obj[item.prop];
736 +
737 + var keys = Object.keys(obj);
738 + for (var j = 0; j < keys.length; ++j) {
739 + var key = keys[j];
740 + var val = obj[key];
741 + if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) {
742 + queue.push({ obj: obj, prop: key });
743 + refs.push(val);
744 + }
745 + }
746 + }
747 +
748 + compactQueue(queue);
749 +
750 + return value;
751 +};
752 +
753 +var isRegExp = function isRegExp(obj) {
754 + return Object.prototype.toString.call(obj) === '[object RegExp]';
755 +};
756 +
757 +var isBuffer = function isBuffer(obj) {
758 + if (!obj || typeof obj !== 'object') {
759 + return false;
760 + }
761 +
762 + return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));
763 +};
764 +
765 +var combine = function combine(a, b) {
766 + return [].concat(a, b);
767 +};
768 +
769 +module.exports = {
770 + arrayToObject: arrayToObject,
771 + assign: assign,
772 + combine: combine,
773 + compact: compact,
774 + decode: decode,
775 + encode: encode,
776 + isBuffer: isBuffer,
777 + isRegExp: isRegExp,
778 + merge: merge
779 +};
780 +
781 +},{}]},{},[2])(2)
782 +});
1 +'use strict';
2 +
3 +var replace = String.prototype.replace;
4 +var percentTwenties = /%20/g;
5 +
6 +module.exports = {
7 + 'default': 'RFC3986',
8 + formatters: {
9 + RFC1738: function (value) {
10 + return replace.call(value, percentTwenties, '+');
11 + },
12 + RFC3986: function (value) {
13 + return value;
14 + }
15 + },
16 + RFC1738: 'RFC1738',
17 + RFC3986: 'RFC3986'
18 +};
1 +'use strict';
2 +
3 +var stringify = require('./stringify');
4 +var parse = require('./parse');
5 +var formats = require('./formats');
6 +
7 +module.exports = {
8 + formats: formats,
9 + parse: parse,
10 + stringify: stringify
11 +};
1 +'use strict';
2 +
3 +var utils = require('./utils');
4 +
5 +var has = Object.prototype.hasOwnProperty;
6 +
7 +var defaults = {
8 + allowDots: false,
9 + allowPrototypes: false,
10 + arrayLimit: 20,
11 + charset: 'utf-8',
12 + charsetSentinel: false,
13 + comma: false,
14 + decoder: utils.decode,
15 + delimiter: '&',
16 + depth: 5,
17 + ignoreQueryPrefix: false,
18 + interpretNumericEntities: false,
19 + parameterLimit: 1000,
20 + parseArrays: true,
21 + plainObjects: false,
22 + strictNullHandling: false
23 +};
24 +
25 +var interpretNumericEntities = function (str) {
26 + return str.replace(/&#(\d+);/g, function ($0, numberStr) {
27 + return String.fromCharCode(parseInt(numberStr, 10));
28 + });
29 +};
30 +
31 +// This is what browsers will submit when the ✓ character occurs in an
32 +// application/x-www-form-urlencoded body and the encoding of the page containing
33 +// the form is iso-8859-1, or when the submitted form has an accept-charset
34 +// attribute of iso-8859-1. Presumably also with other charsets that do not contain
35 +// the ✓ character, such as us-ascii.
36 +var isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('&#10003;')
37 +
38 +// These are the percent-encoded utf-8 octets representing a checkmark, indicating that the request actually is utf-8 encoded.
39 +var charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('✓')
40 +
41 +var parseValues = function parseQueryStringValues(str, options) {
42 + var obj = {};
43 + var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
44 + var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;
45 + var parts = cleanStr.split(options.delimiter, limit);
46 + var skipIndex = -1; // Keep track of where the utf8 sentinel was found
47 + var i;
48 +
49 + var charset = options.charset;
50 + if (options.charsetSentinel) {
51 + for (i = 0; i < parts.length; ++i) {
52 + if (parts[i].indexOf('utf8=') === 0) {
53 + if (parts[i] === charsetSentinel) {
54 + charset = 'utf-8';
55 + } else if (parts[i] === isoSentinel) {
56 + charset = 'iso-8859-1';
57 + }
58 + skipIndex = i;
59 + i = parts.length; // The eslint settings do not allow break;
60 + }
61 + }
62 + }
63 +
64 + for (i = 0; i < parts.length; ++i) {
65 + if (i === skipIndex) {
66 + continue;
67 + }
68 + var part = parts[i];
69 +
70 + var bracketEqualsPos = part.indexOf(']=');
71 + var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1;
72 +
73 + var key, val;
74 + if (pos === -1) {
75 + key = options.decoder(part, defaults.decoder, charset);
76 + val = options.strictNullHandling ? null : '';
77 + } else {
78 + key = options.decoder(part.slice(0, pos), defaults.decoder, charset);
79 + val = options.decoder(part.slice(pos + 1), defaults.decoder, charset);
80 + }
81 +
82 + if (val && options.interpretNumericEntities && charset === 'iso-8859-1') {
83 + val = interpretNumericEntities(val);
84 + }
85 +
86 + if (val && options.comma && val.indexOf(',') > -1) {
87 + val = val.split(',');
88 + }
89 +
90 + if (has.call(obj, key)) {
91 + obj[key] = utils.combine(obj[key], val);
92 + } else {
93 + obj[key] = val;
94 + }
95 + }
96 +
97 + return obj;
98 +};
99 +
100 +var parseObject = function (chain, val, options) {
101 + var leaf = val;
102 +
103 + for (var i = chain.length - 1; i >= 0; --i) {
104 + var obj;
105 + var root = chain[i];
106 +
107 + if (root === '[]' && options.parseArrays) {
108 + obj = [].concat(leaf);
109 + } else {
110 + obj = options.plainObjects ? Object.create(null) : {};
111 + var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;
112 + var index = parseInt(cleanRoot, 10);
113 + if (!options.parseArrays && cleanRoot === '') {
114 + obj = { 0: leaf };
115 + } else if (
116 + !isNaN(index)
117 + && root !== cleanRoot
118 + && String(index) === cleanRoot
119 + && index >= 0
120 + && (options.parseArrays && index <= options.arrayLimit)
121 + ) {
122 + obj = [];
123 + obj[index] = leaf;
124 + } else {
125 + obj[cleanRoot] = leaf;
126 + }
127 + }
128 +
129 + leaf = obj;
130 + }
131 +
132 + return leaf;
133 +};
134 +
135 +var parseKeys = function parseQueryStringKeys(givenKey, val, options) {
136 + if (!givenKey) {
137 + return;
138 + }
139 +
140 + // Transform dot notation to bracket notation
141 + var key = options.allowDots ? givenKey.replace(/\.([^.[]+)/g, '[$1]') : givenKey;
142 +
143 + // The regex chunks
144 +
145 + var brackets = /(\[[^[\]]*])/;
146 + var child = /(\[[^[\]]*])/g;
147 +
148 + // Get the parent
149 +
150 + var segment = brackets.exec(key);
151 + var parent = segment ? key.slice(0, segment.index) : key;
152 +
153 + // Stash the parent if it exists
154 +
155 + var keys = [];
156 + if (parent) {
157 + // If we aren't using plain objects, optionally prefix keys that would overwrite object prototype properties
158 + if (!options.plainObjects && has.call(Object.prototype, parent)) {
159 + if (!options.allowPrototypes) {
160 + return;
161 + }
162 + }
163 +
164 + keys.push(parent);
165 + }
166 +
167 + // Loop through children appending to the array until we hit depth
168 +
169 + var i = 0;
170 + while ((segment = child.exec(key)) !== null && i < options.depth) {
171 + i += 1;
172 + if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {
173 + if (!options.allowPrototypes) {
174 + return;
175 + }
176 + }
177 + keys.push(segment[1]);
178 + }
179 +
180 + // If there's a remainder, just add whatever is left
181 +
182 + if (segment) {
183 + keys.push('[' + key.slice(segment.index) + ']');
184 + }
185 +
186 + return parseObject(keys, val, options);
187 +};
188 +
189 +var normalizeParseOptions = function normalizeParseOptions(opts) {
190 + if (!opts) {
191 + return defaults;
192 + }
193 +
194 + if (opts.decoder !== null && opts.decoder !== undefined && typeof opts.decoder !== 'function') {
195 + throw new TypeError('Decoder has to be a function.');
196 + }
197 +
198 + if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {
199 + throw new Error('The charset option must be either utf-8, iso-8859-1, or undefined');
200 + }
201 + var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset;
202 +
203 + return {
204 + allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,
205 + allowPrototypes: typeof opts.allowPrototypes === 'boolean' ? opts.allowPrototypes : defaults.allowPrototypes,
206 + arrayLimit: typeof opts.arrayLimit === 'number' ? opts.arrayLimit : defaults.arrayLimit,
207 + charset: charset,
208 + charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,
209 + comma: typeof opts.comma === 'boolean' ? opts.comma : defaults.comma,
210 + decoder: typeof opts.decoder === 'function' ? opts.decoder : defaults.decoder,
211 + delimiter: typeof opts.delimiter === 'string' || utils.isRegExp(opts.delimiter) ? opts.delimiter : defaults.delimiter,
212 + depth: typeof opts.depth === 'number' ? opts.depth : defaults.depth,
213 + ignoreQueryPrefix: opts.ignoreQueryPrefix === true,
214 + interpretNumericEntities: typeof opts.interpretNumericEntities === 'boolean' ? opts.interpretNumericEntities : defaults.interpretNumericEntities,
215 + parameterLimit: typeof opts.parameterLimit === 'number' ? opts.parameterLimit : defaults.parameterLimit,
216 + parseArrays: opts.parseArrays !== false,
217 + plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects,
218 + strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling
219 + };
220 +};
221 +
222 +module.exports = function (str, opts) {
223 + var options = normalizeParseOptions(opts);
224 +
225 + if (str === '' || str === null || typeof str === 'undefined') {
226 + return options.plainObjects ? Object.create(null) : {};
227 + }
228 +
229 + var tempObj = typeof str === 'string' ? parseValues(str, options) : str;
230 + var obj = options.plainObjects ? Object.create(null) : {};
231 +
232 + // Iterate over the keys and setup the new object
233 +
234 + var keys = Object.keys(tempObj);
235 + for (var i = 0; i < keys.length; ++i) {
236 + var key = keys[i];
237 + var newObj = parseKeys(key, tempObj[key], options);
238 + obj = utils.merge(obj, newObj, options);
239 + }
240 +
241 + return utils.compact(obj);
242 +};
1 +'use strict';
2 +
3 +var utils = require('./utils');
4 +var formats = require('./formats');
5 +var has = Object.prototype.hasOwnProperty;
6 +
7 +var arrayPrefixGenerators = {
8 + brackets: function brackets(prefix) { // eslint-disable-line func-name-matching
9 + return prefix + '[]';
10 + },
11 + comma: 'comma',
12 + indices: function indices(prefix, key) { // eslint-disable-line func-name-matching
13 + return prefix + '[' + key + ']';
14 + },
15 + repeat: function repeat(prefix) { // eslint-disable-line func-name-matching
16 + return prefix;
17 + }
18 +};
19 +
20 +var isArray = Array.isArray;
21 +var push = Array.prototype.push;
22 +var pushToArray = function (arr, valueOrArray) {
23 + push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]);
24 +};
25 +
26 +var toISO = Date.prototype.toISOString;
27 +
28 +var defaults = {
29 + addQueryPrefix: false,
30 + allowDots: false,
31 + charset: 'utf-8',
32 + charsetSentinel: false,
33 + delimiter: '&',
34 + encode: true,
35 + encoder: utils.encode,
36 + encodeValuesOnly: false,
37 + formatter: formats.formatters[formats['default']],
38 + // deprecated
39 + indices: false,
40 + serializeDate: function serializeDate(date) { // eslint-disable-line func-name-matching
41 + return toISO.call(date);
42 + },
43 + skipNulls: false,
44 + strictNullHandling: false
45 +};
46 +
47 +var stringify = function stringify( // eslint-disable-line func-name-matching
48 + object,
49 + prefix,
50 + generateArrayPrefix,
51 + strictNullHandling,
52 + skipNulls,
53 + encoder,
54 + filter,
55 + sort,
56 + allowDots,
57 + serializeDate,
58 + formatter,
59 + encodeValuesOnly,
60 + charset
61 +) {
62 + var obj = object;
63 + if (typeof filter === 'function') {
64 + obj = filter(prefix, obj);
65 + } else if (obj instanceof Date) {
66 + obj = serializeDate(obj);
67 + } else if (generateArrayPrefix === 'comma' && isArray(obj)) {
68 + obj = obj.join(',');
69 + }
70 +
71 + if (obj === null) {
72 + if (strictNullHandling) {
73 + return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder, charset) : prefix;
74 + }
75 +
76 + obj = '';
77 + }
78 +
79 + if (typeof obj === 'string' || typeof obj === 'number' || typeof obj === 'boolean' || utils.isBuffer(obj)) {
80 + if (encoder) {
81 + var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder, charset);
82 + return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset))];
83 + }
84 + return [formatter(prefix) + '=' + formatter(String(obj))];
85 + }
86 +
87 + var values = [];
88 +
89 + if (typeof obj === 'undefined') {
90 + return values;
91 + }
92 +
93 + var objKeys;
94 + if (isArray(filter)) {
95 + objKeys = filter;
96 + } else {
97 + var keys = Object.keys(obj);
98 + objKeys = sort ? keys.sort(sort) : keys;
99 + }
100 +
101 + for (var i = 0; i < objKeys.length; ++i) {
102 + var key = objKeys[i];
103 +
104 + if (skipNulls && obj[key] === null) {
105 + continue;
106 + }
107 +
108 + if (isArray(obj)) {
109 + pushToArray(values, stringify(
110 + obj[key],
111 + typeof generateArrayPrefix === 'function' ? generateArrayPrefix(prefix, key) : prefix,
112 + generateArrayPrefix,
113 + strictNullHandling,
114 + skipNulls,
115 + encoder,
116 + filter,
117 + sort,
118 + allowDots,
119 + serializeDate,
120 + formatter,
121 + encodeValuesOnly,
122 + charset
123 + ));
124 + } else {
125 + pushToArray(values, stringify(
126 + obj[key],
127 + prefix + (allowDots ? '.' + key : '[' + key + ']'),
128 + generateArrayPrefix,
129 + strictNullHandling,
130 + skipNulls,
131 + encoder,
132 + filter,
133 + sort,
134 + allowDots,
135 + serializeDate,
136 + formatter,
137 + encodeValuesOnly,
138 + charset
139 + ));
140 + }
141 + }
142 +
143 + return values;
144 +};
145 +
146 +var normalizeStringifyOptions = function normalizeStringifyOptions(opts) {
147 + if (!opts) {
148 + return defaults;
149 + }
150 +
151 + if (opts.encoder !== null && opts.encoder !== undefined && typeof opts.encoder !== 'function') {
152 + throw new TypeError('Encoder has to be a function.');
153 + }
154 +
155 + var charset = opts.charset || defaults.charset;
156 + if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {
157 + throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');
158 + }
159 +
160 + var format = formats['default'];
161 + if (typeof opts.format !== 'undefined') {
162 + if (!has.call(formats.formatters, opts.format)) {
163 + throw new TypeError('Unknown format option provided.');
164 + }
165 + format = opts.format;
166 + }
167 + var formatter = formats.formatters[format];
168 +
169 + var filter = defaults.filter;
170 + if (typeof opts.filter === 'function' || isArray(opts.filter)) {
171 + filter = opts.filter;
172 + }
173 +
174 + return {
175 + addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix,
176 + allowDots: typeof opts.allowDots === 'undefined' ? defaults.allowDots : !!opts.allowDots,
177 + charset: charset,
178 + charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel,
179 + delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter,
180 + encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode,
181 + encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder,
182 + encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly,
183 + filter: filter,
184 + formatter: formatter,
185 + serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate,
186 + skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls,
187 + sort: typeof opts.sort === 'function' ? opts.sort : null,
188 + strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling
189 + };
190 +};
191 +
192 +module.exports = function (object, opts) {
193 + var obj = object;
194 + var options = normalizeStringifyOptions(opts);
195 +
196 + var objKeys;
197 + var filter;
198 +
199 + if (typeof options.filter === 'function') {
200 + filter = options.filter;
201 + obj = filter('', obj);
202 + } else if (isArray(options.filter)) {
203 + filter = options.filter;
204 + objKeys = filter;
205 + }
206 +
207 + var keys = [];
208 +
209 + if (typeof obj !== 'object' || obj === null) {
210 + return '';
211 + }
212 +
213 + var arrayFormat;
214 + if (opts && opts.arrayFormat in arrayPrefixGenerators) {
215 + arrayFormat = opts.arrayFormat;
216 + } else if (opts && 'indices' in opts) {
217 + arrayFormat = opts.indices ? 'indices' : 'repeat';
218 + } else {
219 + arrayFormat = 'indices';
220 + }
221 +
222 + var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];
223 +
224 + if (!objKeys) {
225 + objKeys = Object.keys(obj);
226 + }
227 +
228 + if (options.sort) {
229 + objKeys.sort(options.sort);
230 + }
231 +
232 + for (var i = 0; i < objKeys.length; ++i) {
233 + var key = objKeys[i];
234 +
235 + if (options.skipNulls && obj[key] === null) {
236 + continue;
237 + }
238 + pushToArray(keys, stringify(
239 + obj[key],
240 + key,
241 + generateArrayPrefix,
242 + options.strictNullHandling,
243 + options.skipNulls,
244 + options.encode ? options.encoder : null,
245 + options.filter,
246 + options.sort,
247 + options.allowDots,
248 + options.serializeDate,
249 + options.formatter,
250 + options.encodeValuesOnly,
251 + options.charset
252 + ));
253 + }
254 +
255 + var joined = keys.join(options.delimiter);
256 + var prefix = options.addQueryPrefix === true ? '?' : '';
257 +
258 + if (options.charsetSentinel) {
259 + if (options.charset === 'iso-8859-1') {
260 + // encodeURIComponent('&#10003;'), the "numeric entity" representation of a checkmark
261 + prefix += 'utf8=%26%2310003%3B&';
262 + } else {
263 + // encodeURIComponent('✓')
264 + prefix += 'utf8=%E2%9C%93&';
265 + }
266 + }
267 +
268 + return joined.length > 0 ? prefix + joined : '';
269 +};
1 +'use strict';
2 +
3 +var has = Object.prototype.hasOwnProperty;
4 +var isArray = Array.isArray;
5 +
6 +var hexTable = (function () {
7 + var array = [];
8 + for (var i = 0; i < 256; ++i) {
9 + array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase());
10 + }
11 +
12 + return array;
13 +}());
14 +
15 +var compactQueue = function compactQueue(queue) {
16 + while (queue.length > 1) {
17 + var item = queue.pop();
18 + var obj = item.obj[item.prop];
19 +
20 + if (isArray(obj)) {
21 + var compacted = [];
22 +
23 + for (var j = 0; j < obj.length; ++j) {
24 + if (typeof obj[j] !== 'undefined') {
25 + compacted.push(obj[j]);
26 + }
27 + }
28 +
29 + item.obj[item.prop] = compacted;
30 + }
31 + }
32 +};
33 +
34 +var arrayToObject = function arrayToObject(source, options) {
35 + var obj = options && options.plainObjects ? Object.create(null) : {};
36 + for (var i = 0; i < source.length; ++i) {
37 + if (typeof source[i] !== 'undefined') {
38 + obj[i] = source[i];
39 + }
40 + }
41 +
42 + return obj;
43 +};
44 +
45 +var merge = function merge(target, source, options) {
46 + if (!source) {
47 + return target;
48 + }
49 +
50 + if (typeof source !== 'object') {
51 + if (isArray(target)) {
52 + target.push(source);
53 + } else if (target && typeof target === 'object') {
54 + if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) {
55 + target[source] = true;
56 + }
57 + } else {
58 + return [target, source];
59 + }
60 +
61 + return target;
62 + }
63 +
64 + if (!target || typeof target !== 'object') {
65 + return [target].concat(source);
66 + }
67 +
68 + var mergeTarget = target;
69 + if (isArray(target) && !isArray(source)) {
70 + mergeTarget = arrayToObject(target, options);
71 + }
72 +
73 + if (isArray(target) && isArray(source)) {
74 + source.forEach(function (item, i) {
75 + if (has.call(target, i)) {
76 + var targetItem = target[i];
77 + if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') {
78 + target[i] = merge(targetItem, item, options);
79 + } else {
80 + target.push(item);
81 + }
82 + } else {
83 + target[i] = item;
84 + }
85 + });
86 + return target;
87 + }
88 +
89 + return Object.keys(source).reduce(function (acc, key) {
90 + var value = source[key];
91 +
92 + if (has.call(acc, key)) {
93 + acc[key] = merge(acc[key], value, options);
94 + } else {
95 + acc[key] = value;
96 + }
97 + return acc;
98 + }, mergeTarget);
99 +};
100 +
101 +var assign = function assignSingleSource(target, source) {
102 + return Object.keys(source).reduce(function (acc, key) {
103 + acc[key] = source[key];
104 + return acc;
105 + }, target);
106 +};
107 +
108 +var decode = function (str, decoder, charset) {
109 + var strWithoutPlus = str.replace(/\+/g, ' ');
110 + if (charset === 'iso-8859-1') {
111 + // unescape never throws, no try...catch needed:
112 + return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape);
113 + }
114 + // utf-8
115 + try {
116 + return decodeURIComponent(strWithoutPlus);
117 + } catch (e) {
118 + return strWithoutPlus;
119 + }
120 +};
121 +
122 +var encode = function encode(str, defaultEncoder, charset) {
123 + // This code was originally written by Brian White (mscdex) for the io.js core querystring library.
124 + // It has been adapted here for stricter adherence to RFC 3986
125 + if (str.length === 0) {
126 + return str;
127 + }
128 +
129 + var string = typeof str === 'string' ? str : String(str);
130 +
131 + if (charset === 'iso-8859-1') {
132 + return escape(string).replace(/%u[0-9a-f]{4}/gi, function ($0) {
133 + return '%26%23' + parseInt($0.slice(2), 16) + '%3B';
134 + });
135 + }
136 +
137 + var out = '';
138 + for (var i = 0; i < string.length; ++i) {
139 + var c = string.charCodeAt(i);
140 +
141 + if (
142 + c === 0x2D // -
143 + || c === 0x2E // .
144 + || c === 0x5F // _
145 + || c === 0x7E // ~
146 + || (c >= 0x30 && c <= 0x39) // 0-9
147 + || (c >= 0x41 && c <= 0x5A) // a-z
148 + || (c >= 0x61 && c <= 0x7A) // A-Z
149 + ) {
150 + out += string.charAt(i);
151 + continue;
152 + }
153 +
154 + if (c < 0x80) {
155 + out = out + hexTable[c];
156 + continue;
157 + }
158 +
159 + if (c < 0x800) {
160 + out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);
161 + continue;
162 + }
163 +
164 + if (c < 0xD800 || c >= 0xE000) {
165 + out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);
166 + continue;
167 + }
168 +
169 + i += 1;
170 + c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));
171 + out += hexTable[0xF0 | (c >> 18)]
172 + + hexTable[0x80 | ((c >> 12) & 0x3F)]
173 + + hexTable[0x80 | ((c >> 6) & 0x3F)]
174 + + hexTable[0x80 | (c & 0x3F)];
175 + }
176 +
177 + return out;
178 +};
179 +
180 +var compact = function compact(value) {
181 + var queue = [{ obj: { o: value }, prop: 'o' }];
182 + var refs = [];
183 +
184 + for (var i = 0; i < queue.length; ++i) {
185 + var item = queue[i];
186 + var obj = item.obj[item.prop];
187 +
188 + var keys = Object.keys(obj);
189 + for (var j = 0; j < keys.length; ++j) {
190 + var key = keys[j];
191 + var val = obj[key];
192 + if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) {
193 + queue.push({ obj: obj, prop: key });
194 + refs.push(val);
195 + }
196 + }
197 + }
198 +
199 + compactQueue(queue);
200 +
201 + return value;
202 +};
203 +
204 +var isRegExp = function isRegExp(obj) {
205 + return Object.prototype.toString.call(obj) === '[object RegExp]';
206 +};
207 +
208 +var isBuffer = function isBuffer(obj) {
209 + if (!obj || typeof obj !== 'object') {
210 + return false;
211 + }
212 +
213 + return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));
214 +};
215 +
216 +var combine = function combine(a, b) {
217 + return [].concat(a, b);
218 +};
219 +
220 +module.exports = {
221 + arrayToObject: arrayToObject,
222 + assign: assign,
223 + combine: combine,
224 + compact: compact,
225 + decode: decode,
226 + encode: encode,
227 + isBuffer: isBuffer,
228 + isRegExp: isRegExp,
229 + merge: merge
230 +};
1 +{
2 + "_args": [
3 + [
4 + "qs@6.7.0",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "qs@6.7.0",
9 + "_id": "qs@6.7.0",
10 + "_inBundle": false,
11 + "_integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
12 + "_location": "/body-parser/qs",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "qs@6.7.0",
18 + "name": "qs",
19 + "escapedName": "qs",
20 + "rawSpec": "6.7.0",
21 + "saveSpec": null,
22 + "fetchSpec": "6.7.0"
23 + },
24 + "_requiredBy": [
25 + "/body-parser"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
28 + "_spec": "6.7.0",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "bugs": {
31 + "url": "https://github.com/ljharb/qs/issues"
32 + },
33 + "contributors": [
34 + {
35 + "name": "Jordan Harband",
36 + "email": "ljharb@gmail.com",
37 + "url": "http://ljharb.codes"
38 + }
39 + ],
40 + "dependencies": {},
41 + "description": "A querystring parser that supports nesting and arrays, with a depth limit",
42 + "devDependencies": {
43 + "@ljharb/eslint-config": "^13.1.1",
44 + "browserify": "^16.2.3",
45 + "covert": "^1.1.1",
46 + "editorconfig-tools": "^0.1.1",
47 + "eslint": "^5.15.3",
48 + "evalmd": "^0.0.17",
49 + "for-each": "^0.3.3",
50 + "iconv-lite": "^0.4.24",
51 + "mkdirp": "^0.5.1",
52 + "object-inspect": "^1.6.0",
53 + "qs-iconv": "^1.0.4",
54 + "safe-publish-latest": "^1.1.2",
55 + "safer-buffer": "^2.1.2",
56 + "tape": "^4.10.1"
57 + },
58 + "engines": {
59 + "node": ">=0.6"
60 + },
61 + "homepage": "https://github.com/ljharb/qs",
62 + "keywords": [
63 + "querystring",
64 + "qs",
65 + "query",
66 + "url",
67 + "parse",
68 + "stringify"
69 + ],
70 + "license": "BSD-3-Clause",
71 + "main": "lib/index.js",
72 + "name": "qs",
73 + "repository": {
74 + "type": "git",
75 + "url": "git+https://github.com/ljharb/qs.git"
76 + },
77 + "scripts": {
78 + "coverage": "covert test",
79 + "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
80 + "lint": "eslint lib/*.js test/*.js",
81 + "postlint": "editorconfig-tools check * lib/* test/*",
82 + "prepublish": "safe-publish-latest && npm run dist",
83 + "pretest": "npm run --silent readme && npm run --silent lint",
84 + "readme": "evalmd README.md",
85 + "test": "npm run --silent coverage",
86 + "tests-only": "node test"
87 + },
88 + "version": "6.7.0"
89 +}
1 +{
2 + "rules": {
3 + "array-bracket-newline": 0,
4 + "array-element-newline": 0,
5 + "consistent-return": 2,
6 + "function-paren-newline": 0,
7 + "max-lines": 0,
8 + "max-lines-per-function": 0,
9 + "max-nested-callbacks": [2, 3],
10 + "max-statements": 0,
11 + "no-buffer-constructor": 0,
12 + "no-extend-native": 0,
13 + "no-magic-numbers": 0,
14 + "object-curly-newline": 0,
15 + "sort-keys": 0
16 + }
17 +}
1 +'use strict';
2 +
3 +require('./parse');
4 +
5 +require('./stringify');
6 +
7 +require('./utils');
1 +'use strict';
2 +
3 +var test = require('tape');
4 +var qs = require('../');
5 +var utils = require('../lib/utils');
6 +var iconv = require('iconv-lite');
7 +var SaferBuffer = require('safer-buffer').Buffer;
8 +
9 +test('parse()', function (t) {
10 + t.test('parses a simple string', function (st) {
11 + st.deepEqual(qs.parse('0=foo'), { 0: 'foo' });
12 + st.deepEqual(qs.parse('foo=c++'), { foo: 'c ' });
13 + st.deepEqual(qs.parse('a[>=]=23'), { a: { '>=': '23' } });
14 + st.deepEqual(qs.parse('a[<=>]==23'), { a: { '<=>': '=23' } });
15 + st.deepEqual(qs.parse('a[==]=23'), { a: { '==': '23' } });
16 + st.deepEqual(qs.parse('foo', { strictNullHandling: true }), { foo: null });
17 + st.deepEqual(qs.parse('foo'), { foo: '' });
18 + st.deepEqual(qs.parse('foo='), { foo: '' });
19 + st.deepEqual(qs.parse('foo=bar'), { foo: 'bar' });
20 + st.deepEqual(qs.parse(' foo = bar = baz '), { ' foo ': ' bar = baz ' });
21 + st.deepEqual(qs.parse('foo=bar=baz'), { foo: 'bar=baz' });
22 + st.deepEqual(qs.parse('foo=bar&bar=baz'), { foo: 'bar', bar: 'baz' });
23 + st.deepEqual(qs.parse('foo2=bar2&baz2='), { foo2: 'bar2', baz2: '' });
24 + st.deepEqual(qs.parse('foo=bar&baz', { strictNullHandling: true }), { foo: 'bar', baz: null });
25 + st.deepEqual(qs.parse('foo=bar&baz'), { foo: 'bar', baz: '' });
26 + st.deepEqual(qs.parse('cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World'), {
27 + cht: 'p3',
28 + chd: 't:60,40',
29 + chs: '250x100',
30 + chl: 'Hello|World'
31 + });
32 + st.end();
33 + });
34 +
35 + t.test('allows enabling dot notation', function (st) {
36 + st.deepEqual(qs.parse('a.b=c'), { 'a.b': 'c' });
37 + st.deepEqual(qs.parse('a.b=c', { allowDots: true }), { a: { b: 'c' } });
38 + st.end();
39 + });
40 +
41 + t.deepEqual(qs.parse('a[b]=c'), { a: { b: 'c' } }, 'parses a single nested string');
42 + t.deepEqual(qs.parse('a[b][c]=d'), { a: { b: { c: 'd' } } }, 'parses a double nested string');
43 + t.deepEqual(
44 + qs.parse('a[b][c][d][e][f][g][h]=i'),
45 + { a: { b: { c: { d: { e: { f: { '[g][h]': 'i' } } } } } } },
46 + 'defaults to a depth of 5'
47 + );
48 +
49 + t.test('only parses one level when depth = 1', function (st) {
50 + st.deepEqual(qs.parse('a[b][c]=d', { depth: 1 }), { a: { b: { '[c]': 'd' } } });
51 + st.deepEqual(qs.parse('a[b][c][d]=e', { depth: 1 }), { a: { b: { '[c][d]': 'e' } } });
52 + st.end();
53 + });
54 +
55 + t.deepEqual(qs.parse('a=b&a=c'), { a: ['b', 'c'] }, 'parses a simple array');
56 +
57 + t.test('parses an explicit array', function (st) {
58 + st.deepEqual(qs.parse('a[]=b'), { a: ['b'] });
59 + st.deepEqual(qs.parse('a[]=b&a[]=c'), { a: ['b', 'c'] });
60 + st.deepEqual(qs.parse('a[]=b&a[]=c&a[]=d'), { a: ['b', 'c', 'd'] });
61 + st.end();
62 + });
63 +
64 + t.test('parses a mix of simple and explicit arrays', function (st) {
65 + st.deepEqual(qs.parse('a=b&a[]=c'), { a: ['b', 'c'] });
66 + st.deepEqual(qs.parse('a[]=b&a=c'), { a: ['b', 'c'] });
67 + st.deepEqual(qs.parse('a[0]=b&a=c'), { a: ['b', 'c'] });
68 + st.deepEqual(qs.parse('a=b&a[0]=c'), { a: ['b', 'c'] });
69 +
70 + st.deepEqual(qs.parse('a[1]=b&a=c', { arrayLimit: 20 }), { a: ['b', 'c'] });
71 + st.deepEqual(qs.parse('a[]=b&a=c', { arrayLimit: 0 }), { a: ['b', 'c'] });
72 + st.deepEqual(qs.parse('a[]=b&a=c'), { a: ['b', 'c'] });
73 +
74 + st.deepEqual(qs.parse('a=b&a[1]=c', { arrayLimit: 20 }), { a: ['b', 'c'] });
75 + st.deepEqual(qs.parse('a=b&a[]=c', { arrayLimit: 0 }), { a: ['b', 'c'] });
76 + st.deepEqual(qs.parse('a=b&a[]=c'), { a: ['b', 'c'] });
77 +
78 + st.end();
79 + });
80 +
81 + t.test('parses a nested array', function (st) {
82 + st.deepEqual(qs.parse('a[b][]=c&a[b][]=d'), { a: { b: ['c', 'd'] } });
83 + st.deepEqual(qs.parse('a[>=]=25'), { a: { '>=': '25' } });
84 + st.end();
85 + });
86 +
87 + t.test('allows to specify array indices', function (st) {
88 + st.deepEqual(qs.parse('a[1]=c&a[0]=b&a[2]=d'), { a: ['b', 'c', 'd'] });
89 + st.deepEqual(qs.parse('a[1]=c&a[0]=b'), { a: ['b', 'c'] });
90 + st.deepEqual(qs.parse('a[1]=c', { arrayLimit: 20 }), { a: ['c'] });
91 + st.deepEqual(qs.parse('a[1]=c', { arrayLimit: 0 }), { a: { 1: 'c' } });
92 + st.deepEqual(qs.parse('a[1]=c'), { a: ['c'] });
93 + st.end();
94 + });
95 +
96 + t.test('limits specific array indices to arrayLimit', function (st) {
97 + st.deepEqual(qs.parse('a[20]=a', { arrayLimit: 20 }), { a: ['a'] });
98 + st.deepEqual(qs.parse('a[21]=a', { arrayLimit: 20 }), { a: { 21: 'a' } });
99 + st.end();
100 + });
101 +
102 + t.deepEqual(qs.parse('a[12b]=c'), { a: { '12b': 'c' } }, 'supports keys that begin with a number');
103 +
104 + t.test('supports encoded = signs', function (st) {
105 + st.deepEqual(qs.parse('he%3Dllo=th%3Dere'), { 'he=llo': 'th=ere' });
106 + st.end();
107 + });
108 +
109 + t.test('is ok with url encoded strings', function (st) {
110 + st.deepEqual(qs.parse('a[b%20c]=d'), { a: { 'b c': 'd' } });
111 + st.deepEqual(qs.parse('a[b]=c%20d'), { a: { b: 'c d' } });
112 + st.end();
113 + });
114 +
115 + t.test('allows brackets in the value', function (st) {
116 + st.deepEqual(qs.parse('pets=["tobi"]'), { pets: '["tobi"]' });
117 + st.deepEqual(qs.parse('operators=[">=", "<="]'), { operators: '[">=", "<="]' });
118 + st.end();
119 + });
120 +
121 + t.test('allows empty values', function (st) {
122 + st.deepEqual(qs.parse(''), {});
123 + st.deepEqual(qs.parse(null), {});
124 + st.deepEqual(qs.parse(undefined), {});
125 + st.end();
126 + });
127 +
128 + t.test('transforms arrays to objects', function (st) {
129 + st.deepEqual(qs.parse('foo[0]=bar&foo[bad]=baz'), { foo: { 0: 'bar', bad: 'baz' } });
130 + st.deepEqual(qs.parse('foo[bad]=baz&foo[0]=bar'), { foo: { bad: 'baz', 0: 'bar' } });
131 + st.deepEqual(qs.parse('foo[bad]=baz&foo[]=bar'), { foo: { bad: 'baz', 0: 'bar' } });
132 + st.deepEqual(qs.parse('foo[]=bar&foo[bad]=baz'), { foo: { 0: 'bar', bad: 'baz' } });
133 + st.deepEqual(qs.parse('foo[bad]=baz&foo[]=bar&foo[]=foo'), { foo: { bad: 'baz', 0: 'bar', 1: 'foo' } });
134 + st.deepEqual(qs.parse('foo[0][a]=a&foo[0][b]=b&foo[1][a]=aa&foo[1][b]=bb'), { foo: [{ a: 'a', b: 'b' }, { a: 'aa', b: 'bb' }] });
135 +
136 + st.deepEqual(qs.parse('a[]=b&a[t]=u&a[hasOwnProperty]=c', { allowPrototypes: false }), { a: { 0: 'b', t: 'u' } });
137 + st.deepEqual(qs.parse('a[]=b&a[t]=u&a[hasOwnProperty]=c', { allowPrototypes: true }), { a: { 0: 'b', t: 'u', hasOwnProperty: 'c' } });
138 + st.deepEqual(qs.parse('a[]=b&a[hasOwnProperty]=c&a[x]=y', { allowPrototypes: false }), { a: { 0: 'b', x: 'y' } });
139 + st.deepEqual(qs.parse('a[]=b&a[hasOwnProperty]=c&a[x]=y', { allowPrototypes: true }), { a: { 0: 'b', hasOwnProperty: 'c', x: 'y' } });
140 + st.end();
141 + });
142 +
143 + t.test('transforms arrays to objects (dot notation)', function (st) {
144 + st.deepEqual(qs.parse('foo[0].baz=bar&fool.bad=baz', { allowDots: true }), { foo: [{ baz: 'bar' }], fool: { bad: 'baz' } });
145 + st.deepEqual(qs.parse('foo[0].baz=bar&fool.bad.boo=baz', { allowDots: true }), { foo: [{ baz: 'bar' }], fool: { bad: { boo: 'baz' } } });
146 + st.deepEqual(qs.parse('foo[0][0].baz=bar&fool.bad=baz', { allowDots: true }), { foo: [[{ baz: 'bar' }]], fool: { bad: 'baz' } });
147 + st.deepEqual(qs.parse('foo[0].baz[0]=15&foo[0].bar=2', { allowDots: true }), { foo: [{ baz: ['15'], bar: '2' }] });
148 + st.deepEqual(qs.parse('foo[0].baz[0]=15&foo[0].baz[1]=16&foo[0].bar=2', { allowDots: true }), { foo: [{ baz: ['15', '16'], bar: '2' }] });
149 + st.deepEqual(qs.parse('foo.bad=baz&foo[0]=bar', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar' } });
150 + st.deepEqual(qs.parse('foo.bad=baz&foo[]=bar', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar' } });
151 + st.deepEqual(qs.parse('foo[]=bar&foo.bad=baz', { allowDots: true }), { foo: { 0: 'bar', bad: 'baz' } });
152 + st.deepEqual(qs.parse('foo.bad=baz&foo[]=bar&foo[]=foo', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar', 1: 'foo' } });
153 + st.deepEqual(qs.parse('foo[0].a=a&foo[0].b=b&foo[1].a=aa&foo[1].b=bb', { allowDots: true }), { foo: [{ a: 'a', b: 'b' }, { a: 'aa', b: 'bb' }] });
154 + st.end();
155 + });
156 +
157 + t.test('correctly prunes undefined values when converting an array to an object', function (st) {
158 + st.deepEqual(qs.parse('a[2]=b&a[99999999]=c'), { a: { 2: 'b', 99999999: 'c' } });
159 + st.end();
160 + });
161 +
162 + t.test('supports malformed uri characters', function (st) {
163 + st.deepEqual(qs.parse('{%:%}', { strictNullHandling: true }), { '{%:%}': null });
164 + st.deepEqual(qs.parse('{%:%}='), { '{%:%}': '' });
165 + st.deepEqual(qs.parse('foo=%:%}'), { foo: '%:%}' });
166 + st.end();
167 + });
168 +
169 + t.test('doesn\'t produce empty keys', function (st) {
170 + st.deepEqual(qs.parse('_r=1&'), { _r: '1' });
171 + st.end();
172 + });
173 +
174 + t.test('cannot access Object prototype', function (st) {
175 + qs.parse('constructor[prototype][bad]=bad');
176 + qs.parse('bad[constructor][prototype][bad]=bad');
177 + st.equal(typeof Object.prototype.bad, 'undefined');
178 + st.end();
179 + });
180 +
181 + t.test('parses arrays of objects', function (st) {
182 + st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] });
183 + st.deepEqual(qs.parse('a[0][b]=c'), { a: [{ b: 'c' }] });
184 + st.end();
185 + });
186 +
187 + t.test('allows for empty strings in arrays', function (st) {
188 + st.deepEqual(qs.parse('a[]=b&a[]=&a[]=c'), { a: ['b', '', 'c'] });
189 +
190 + st.deepEqual(
191 + qs.parse('a[0]=b&a[1]&a[2]=c&a[19]=', { strictNullHandling: true, arrayLimit: 20 }),
192 + { a: ['b', null, 'c', ''] },
193 + 'with arrayLimit 20 + array indices: null then empty string works'
194 + );
195 + st.deepEqual(
196 + qs.parse('a[]=b&a[]&a[]=c&a[]=', { strictNullHandling: true, arrayLimit: 0 }),
197 + { a: ['b', null, 'c', ''] },
198 + 'with arrayLimit 0 + array brackets: null then empty string works'
199 + );
200 +
201 + st.deepEqual(
202 + qs.parse('a[0]=b&a[1]=&a[2]=c&a[19]', { strictNullHandling: true, arrayLimit: 20 }),
203 + { a: ['b', '', 'c', null] },
204 + 'with arrayLimit 20 + array indices: empty string then null works'
205 + );
206 + st.deepEqual(
207 + qs.parse('a[]=b&a[]=&a[]=c&a[]', { strictNullHandling: true, arrayLimit: 0 }),
208 + { a: ['b', '', 'c', null] },
209 + 'with arrayLimit 0 + array brackets: empty string then null works'
210 + );
211 +
212 + st.deepEqual(
213 + qs.parse('a[]=&a[]=b&a[]=c'),
214 + { a: ['', 'b', 'c'] },
215 + 'array brackets: empty strings work'
216 + );
217 + st.end();
218 + });
219 +
220 + t.test('compacts sparse arrays', function (st) {
221 + st.deepEqual(qs.parse('a[10]=1&a[2]=2', { arrayLimit: 20 }), { a: ['2', '1'] });
222 + st.deepEqual(qs.parse('a[1][b][2][c]=1', { arrayLimit: 20 }), { a: [{ b: [{ c: '1' }] }] });
223 + st.deepEqual(qs.parse('a[1][2][3][c]=1', { arrayLimit: 20 }), { a: [[[{ c: '1' }]]] });
224 + st.deepEqual(qs.parse('a[1][2][3][c][1]=1', { arrayLimit: 20 }), { a: [[[{ c: ['1'] }]]] });
225 + st.end();
226 + });
227 +
228 + t.test('parses semi-parsed strings', function (st) {
229 + st.deepEqual(qs.parse({ 'a[b]': 'c' }), { a: { b: 'c' } });
230 + st.deepEqual(qs.parse({ 'a[b]': 'c', 'a[d]': 'e' }), { a: { b: 'c', d: 'e' } });
231 + st.end();
232 + });
233 +
234 + t.test('parses buffers correctly', function (st) {
235 + var b = SaferBuffer.from('test');
236 + st.deepEqual(qs.parse({ a: b }), { a: b });
237 + st.end();
238 + });
239 +
240 + t.test('parses jquery-param strings', function (st) {
241 + // readable = 'filter[0][]=int1&filter[0][]==&filter[0][]=77&filter[]=and&filter[2][]=int2&filter[2][]==&filter[2][]=8'
242 + var encoded = 'filter%5B0%5D%5B%5D=int1&filter%5B0%5D%5B%5D=%3D&filter%5B0%5D%5B%5D=77&filter%5B%5D=and&filter%5B2%5D%5B%5D=int2&filter%5B2%5D%5B%5D=%3D&filter%5B2%5D%5B%5D=8';
243 + var expected = { filter: [['int1', '=', '77'], 'and', ['int2', '=', '8']] };
244 + st.deepEqual(qs.parse(encoded), expected);
245 + st.end();
246 + });
247 +
248 + t.test('continues parsing when no parent is found', function (st) {
249 + st.deepEqual(qs.parse('[]=&a=b'), { 0: '', a: 'b' });
250 + st.deepEqual(qs.parse('[]&a=b', { strictNullHandling: true }), { 0: null, a: 'b' });
251 + st.deepEqual(qs.parse('[foo]=bar'), { foo: 'bar' });
252 + st.end();
253 + });
254 +
255 + t.test('does not error when parsing a very long array', function (st) {
256 + var str = 'a[]=a';
257 + while (Buffer.byteLength(str) < 128 * 1024) {
258 + str = str + '&' + str;
259 + }
260 +
261 + st.doesNotThrow(function () {
262 + qs.parse(str);
263 + });
264 +
265 + st.end();
266 + });
267 +
268 + t.test('should not throw when a native prototype has an enumerable property', function (st) {
269 + Object.prototype.crash = '';
270 + Array.prototype.crash = '';
271 + st.doesNotThrow(qs.parse.bind(null, 'a=b'));
272 + st.deepEqual(qs.parse('a=b'), { a: 'b' });
273 + st.doesNotThrow(qs.parse.bind(null, 'a[][b]=c'));
274 + st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] });
275 + delete Object.prototype.crash;
276 + delete Array.prototype.crash;
277 + st.end();
278 + });
279 +
280 + t.test('parses a string with an alternative string delimiter', function (st) {
281 + st.deepEqual(qs.parse('a=b;c=d', { delimiter: ';' }), { a: 'b', c: 'd' });
282 + st.end();
283 + });
284 +
285 + t.test('parses a string with an alternative RegExp delimiter', function (st) {
286 + st.deepEqual(qs.parse('a=b; c=d', { delimiter: /[;,] */ }), { a: 'b', c: 'd' });
287 + st.end();
288 + });
289 +
290 + t.test('does not use non-splittable objects as delimiters', function (st) {
291 + st.deepEqual(qs.parse('a=b&c=d', { delimiter: true }), { a: 'b', c: 'd' });
292 + st.end();
293 + });
294 +
295 + t.test('allows overriding parameter limit', function (st) {
296 + st.deepEqual(qs.parse('a=b&c=d', { parameterLimit: 1 }), { a: 'b' });
297 + st.end();
298 + });
299 +
300 + t.test('allows setting the parameter limit to Infinity', function (st) {
301 + st.deepEqual(qs.parse('a=b&c=d', { parameterLimit: Infinity }), { a: 'b', c: 'd' });
302 + st.end();
303 + });
304 +
305 + t.test('allows overriding array limit', function (st) {
306 + st.deepEqual(qs.parse('a[0]=b', { arrayLimit: -1 }), { a: { 0: 'b' } });
307 + st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: -1 }), { a: { '-1': 'b' } });
308 + st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: 0 }), { a: { 0: 'b', 1: 'c' } });
309 + st.end();
310 + });
311 +
312 + t.test('allows disabling array parsing', function (st) {
313 + var indices = qs.parse('a[0]=b&a[1]=c', { parseArrays: false });
314 + st.deepEqual(indices, { a: { 0: 'b', 1: 'c' } });
315 + st.equal(Array.isArray(indices.a), false, 'parseArrays:false, indices case is not an array');
316 +
317 + var emptyBrackets = qs.parse('a[]=b', { parseArrays: false });
318 + st.deepEqual(emptyBrackets, { a: { 0: 'b' } });
319 + st.equal(Array.isArray(emptyBrackets.a), false, 'parseArrays:false, empty brackets case is not an array');
320 +
321 + st.end();
322 + });
323 +
324 + t.test('allows for query string prefix', function (st) {
325 + st.deepEqual(qs.parse('?foo=bar', { ignoreQueryPrefix: true }), { foo: 'bar' });
326 + st.deepEqual(qs.parse('foo=bar', { ignoreQueryPrefix: true }), { foo: 'bar' });
327 + st.deepEqual(qs.parse('?foo=bar', { ignoreQueryPrefix: false }), { '?foo': 'bar' });
328 + st.end();
329 + });
330 +
331 + t.test('parses an object', function (st) {
332 + var input = {
333 + 'user[name]': { 'pop[bob]': 3 },
334 + 'user[email]': null
335 + };
336 +
337 + var expected = {
338 + user: {
339 + name: { 'pop[bob]': 3 },
340 + email: null
341 + }
342 + };
343 +
344 + var result = qs.parse(input);
345 +
346 + st.deepEqual(result, expected);
347 + st.end();
348 + });
349 +
350 + t.test('parses string with comma as array divider', function (st) {
351 + st.deepEqual(qs.parse('foo=bar,tee', { comma: true }), { foo: ['bar', 'tee'] });
352 + st.deepEqual(qs.parse('foo[bar]=coffee,tee', { comma: true }), { foo: { bar: ['coffee', 'tee'] } });
353 + st.deepEqual(qs.parse('foo=', { comma: true }), { foo: '' });
354 + st.deepEqual(qs.parse('foo', { comma: true }), { foo: '' });
355 + st.deepEqual(qs.parse('foo', { comma: true, strictNullHandling: true }), { foo: null });
356 + st.end();
357 + });
358 +
359 + t.test('parses an object in dot notation', function (st) {
360 + var input = {
361 + 'user.name': { 'pop[bob]': 3 },
362 + 'user.email.': null
363 + };
364 +
365 + var expected = {
366 + user: {
367 + name: { 'pop[bob]': 3 },
368 + email: null
369 + }
370 + };
371 +
372 + var result = qs.parse(input, { allowDots: true });
373 +
374 + st.deepEqual(result, expected);
375 + st.end();
376 + });
377 +
378 + t.test('parses an object and not child values', function (st) {
379 + var input = {
380 + 'user[name]': { 'pop[bob]': { test: 3 } },
381 + 'user[email]': null
382 + };
383 +
384 + var expected = {
385 + user: {
386 + name: { 'pop[bob]': { test: 3 } },
387 + email: null
388 + }
389 + };
390 +
391 + var result = qs.parse(input);
392 +
393 + st.deepEqual(result, expected);
394 + st.end();
395 + });
396 +
397 + t.test('does not blow up when Buffer global is missing', function (st) {
398 + var tempBuffer = global.Buffer;
399 + delete global.Buffer;
400 + var result = qs.parse('a=b&c=d');
401 + global.Buffer = tempBuffer;
402 + st.deepEqual(result, { a: 'b', c: 'd' });
403 + st.end();
404 + });
405 +
406 + t.test('does not crash when parsing circular references', function (st) {
407 + var a = {};
408 + a.b = a;
409 +
410 + var parsed;
411 +
412 + st.doesNotThrow(function () {
413 + parsed = qs.parse({ 'foo[bar]': 'baz', 'foo[baz]': a });
414 + });
415 +
416 + st.equal('foo' in parsed, true, 'parsed has "foo" property');
417 + st.equal('bar' in parsed.foo, true);
418 + st.equal('baz' in parsed.foo, true);
419 + st.equal(parsed.foo.bar, 'baz');
420 + st.deepEqual(parsed.foo.baz, a);
421 + st.end();
422 + });
423 +
424 + t.test('does not crash when parsing deep objects', function (st) {
425 + var parsed;
426 + var str = 'foo';
427 +
428 + for (var i = 0; i < 5000; i++) {
429 + str += '[p]';
430 + }
431 +
432 + str += '=bar';
433 +
434 + st.doesNotThrow(function () {
435 + parsed = qs.parse(str, { depth: 5000 });
436 + });
437 +
438 + st.equal('foo' in parsed, true, 'parsed has "foo" property');
439 +
440 + var depth = 0;
441 + var ref = parsed.foo;
442 + while ((ref = ref.p)) {
443 + depth += 1;
444 + }
445 +
446 + st.equal(depth, 5000, 'parsed is 5000 properties deep');
447 +
448 + st.end();
449 + });
450 +
451 + t.test('parses null objects correctly', { skip: !Object.create }, function (st) {
452 + var a = Object.create(null);
453 + a.b = 'c';
454 +
455 + st.deepEqual(qs.parse(a), { b: 'c' });
456 + var result = qs.parse({ a: a });
457 + st.equal('a' in result, true, 'result has "a" property');
458 + st.deepEqual(result.a, a);
459 + st.end();
460 + });
461 +
462 + t.test('parses dates correctly', function (st) {
463 + var now = new Date();
464 + st.deepEqual(qs.parse({ a: now }), { a: now });
465 + st.end();
466 + });
467 +
468 + t.test('parses regular expressions correctly', function (st) {
469 + var re = /^test$/;
470 + st.deepEqual(qs.parse({ a: re }), { a: re });
471 + st.end();
472 + });
473 +
474 + t.test('does not allow overwriting prototype properties', function (st) {
475 + st.deepEqual(qs.parse('a[hasOwnProperty]=b', { allowPrototypes: false }), {});
476 + st.deepEqual(qs.parse('hasOwnProperty=b', { allowPrototypes: false }), {});
477 +
478 + st.deepEqual(
479 + qs.parse('toString', { allowPrototypes: false }),
480 + {},
481 + 'bare "toString" results in {}'
482 + );
483 +
484 + st.end();
485 + });
486 +
487 + t.test('can allow overwriting prototype properties', function (st) {
488 + st.deepEqual(qs.parse('a[hasOwnProperty]=b', { allowPrototypes: true }), { a: { hasOwnProperty: 'b' } });
489 + st.deepEqual(qs.parse('hasOwnProperty=b', { allowPrototypes: true }), { hasOwnProperty: 'b' });
490 +
491 + st.deepEqual(
492 + qs.parse('toString', { allowPrototypes: true }),
493 + { toString: '' },
494 + 'bare "toString" results in { toString: "" }'
495 + );
496 +
497 + st.end();
498 + });
499 +
500 + t.test('params starting with a closing bracket', function (st) {
501 + st.deepEqual(qs.parse(']=toString'), { ']': 'toString' });
502 + st.deepEqual(qs.parse(']]=toString'), { ']]': 'toString' });
503 + st.deepEqual(qs.parse(']hello]=toString'), { ']hello]': 'toString' });
504 + st.end();
505 + });
506 +
507 + t.test('params starting with a starting bracket', function (st) {
508 + st.deepEqual(qs.parse('[=toString'), { '[': 'toString' });
509 + st.deepEqual(qs.parse('[[=toString'), { '[[': 'toString' });
510 + st.deepEqual(qs.parse('[hello[=toString'), { '[hello[': 'toString' });
511 + st.end();
512 + });
513 +
514 + t.test('add keys to objects', function (st) {
515 + st.deepEqual(
516 + qs.parse('a[b]=c&a=d'),
517 + { a: { b: 'c', d: true } },
518 + 'can add keys to objects'
519 + );
520 +
521 + st.deepEqual(
522 + qs.parse('a[b]=c&a=toString'),
523 + { a: { b: 'c' } },
524 + 'can not overwrite prototype'
525 + );
526 +
527 + st.deepEqual(
528 + qs.parse('a[b]=c&a=toString', { allowPrototypes: true }),
529 + { a: { b: 'c', toString: true } },
530 + 'can overwrite prototype with allowPrototypes true'
531 + );
532 +
533 + st.deepEqual(
534 + qs.parse('a[b]=c&a=toString', { plainObjects: true }),
535 + { a: { b: 'c', toString: true } },
536 + 'can overwrite prototype with plainObjects true'
537 + );
538 +
539 + st.end();
540 + });
541 +
542 + t.test('can return null objects', { skip: !Object.create }, function (st) {
543 + var expected = Object.create(null);
544 + expected.a = Object.create(null);
545 + expected.a.b = 'c';
546 + expected.a.hasOwnProperty = 'd';
547 + st.deepEqual(qs.parse('a[b]=c&a[hasOwnProperty]=d', { plainObjects: true }), expected);
548 + st.deepEqual(qs.parse(null, { plainObjects: true }), Object.create(null));
549 + var expectedArray = Object.create(null);
550 + expectedArray.a = Object.create(null);
551 + expectedArray.a[0] = 'b';
552 + expectedArray.a.c = 'd';
553 + st.deepEqual(qs.parse('a[]=b&a[c]=d', { plainObjects: true }), expectedArray);
554 + st.end();
555 + });
556 +
557 + t.test('can parse with custom encoding', function (st) {
558 + st.deepEqual(qs.parse('%8c%a7=%91%e5%8d%e3%95%7b', {
559 + decoder: function (str) {
560 + var reg = /%([0-9A-F]{2})/ig;
561 + var result = [];
562 + var parts = reg.exec(str);
563 + while (parts) {
564 + result.push(parseInt(parts[1], 16));
565 + parts = reg.exec(str);
566 + }
567 + return String(iconv.decode(SaferBuffer.from(result), 'shift_jis'));
568 + }
569 + }), { : '大阪府' });
570 + st.end();
571 + });
572 +
573 + t.test('receives the default decoder as a second argument', function (st) {
574 + st.plan(1);
575 + qs.parse('a', {
576 + decoder: function (str, defaultDecoder) {
577 + st.equal(defaultDecoder, utils.decode);
578 + }
579 + });
580 + st.end();
581 + });
582 +
583 + t.test('throws error with wrong decoder', function (st) {
584 + st['throws'](function () {
585 + qs.parse({}, { decoder: 'string' });
586 + }, new TypeError('Decoder has to be a function.'));
587 + st.end();
588 + });
589 +
590 + t.test('does not mutate the options argument', function (st) {
591 + var options = {};
592 + qs.parse('a[b]=true', options);
593 + st.deepEqual(options, {});
594 + st.end();
595 + });
596 +
597 + t.test('throws if an invalid charset is specified', function (st) {
598 + st['throws'](function () {
599 + qs.parse('a=b', { charset: 'foobar' });
600 + }, new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined'));
601 + st.end();
602 + });
603 +
604 + t.test('parses an iso-8859-1 string if asked to', function (st) {
605 + st.deepEqual(qs.parse('%A2=%BD', { charset: 'iso-8859-1' }), { '¢': '½' });
606 + st.end();
607 + });
608 +
609 + var urlEncodedCheckmarkInUtf8 = '%E2%9C%93';
610 + var urlEncodedOSlashInUtf8 = '%C3%B8';
611 + var urlEncodedNumCheckmark = '%26%2310003%3B';
612 + var urlEncodedNumSmiley = '%26%239786%3B';
613 +
614 + t.test('prefers an utf-8 charset specified by the utf8 sentinel to a default charset of iso-8859-1', function (st) {
615 + st.deepEqual(qs.parse('utf8=' + urlEncodedCheckmarkInUtf8 + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'iso-8859-1' }), { ø: 'ø' });
616 + st.end();
617 + });
618 +
619 + t.test('prefers an iso-8859-1 charset specified by the utf8 sentinel to a default charset of utf-8', function (st) {
620 + st.deepEqual(qs.parse('utf8=' + urlEncodedNumCheckmark + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'utf-8' }), { 'ø': 'ø' });
621 + st.end();
622 + });
623 +
624 + t.test('does not require the utf8 sentinel to be defined before the parameters whose decoding it affects', function (st) {
625 + st.deepEqual(qs.parse('a=' + urlEncodedOSlashInUtf8 + '&utf8=' + urlEncodedNumCheckmark, { charsetSentinel: true, charset: 'utf-8' }), { a: 'ø' });
626 + st.end();
627 + });
628 +
629 + t.test('should ignore an utf8 sentinel with an unknown value', function (st) {
630 + st.deepEqual(qs.parse('utf8=foo&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'utf-8' }), { ø: 'ø' });
631 + st.end();
632 + });
633 +
634 + t.test('uses the utf8 sentinel to switch to utf-8 when no default charset is given', function (st) {
635 + st.deepEqual(qs.parse('utf8=' + urlEncodedCheckmarkInUtf8 + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true }), { ø: 'ø' });
636 + st.end();
637 + });
638 +
639 + t.test('uses the utf8 sentinel to switch to iso-8859-1 when no default charset is given', function (st) {
640 + st.deepEqual(qs.parse('utf8=' + urlEncodedNumCheckmark + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true }), { 'ø': 'ø' });
641 + st.end();
642 + });
643 +
644 + t.test('interprets numeric entities in iso-8859-1 when `interpretNumericEntities`', function (st) {
645 + st.deepEqual(qs.parse('foo=' + urlEncodedNumSmiley, { charset: 'iso-8859-1', interpretNumericEntities: true }), { foo: '☺' });
646 + st.end();
647 + });
648 +
649 + t.test('handles a custom decoder returning `null`, in the `iso-8859-1` charset, when `interpretNumericEntities`', function (st) {
650 + st.deepEqual(qs.parse('foo=&bar=' + urlEncodedNumSmiley, {
651 + charset: 'iso-8859-1',
652 + decoder: function (str, defaultDecoder, charset) {
653 + return str ? defaultDecoder(str, defaultDecoder, charset) : null;
654 + },
655 + interpretNumericEntities: true
656 + }), { foo: null, bar: '☺' });
657 + st.end();
658 + });
659 +
660 + t.test('does not interpret numeric entities in iso-8859-1 when `interpretNumericEntities` is absent', function (st) {
661 + st.deepEqual(qs.parse('foo=' + urlEncodedNumSmiley, { charset: 'iso-8859-1' }), { foo: '&#9786;' });
662 + st.end();
663 + });
664 +
665 + t.test('does not interpret numeric entities when the charset is utf-8, even when `interpretNumericEntities`', function (st) {
666 + st.deepEqual(qs.parse('foo=' + urlEncodedNumSmiley, { charset: 'utf-8', interpretNumericEntities: true }), { foo: '&#9786;' });
667 + st.end();
668 + });
669 +
670 + t.test('does not interpret %uXXXX syntax in iso-8859-1 mode', function (st) {
671 + st.deepEqual(qs.parse('%u263A=%u263A', { charset: 'iso-8859-1' }), { '%u263A': '%u263A' });
672 + st.end();
673 + });
674 +
675 + t.end();
676 +});
1 +'use strict';
2 +
3 +var test = require('tape');
4 +var qs = require('../');
5 +var utils = require('../lib/utils');
6 +var iconv = require('iconv-lite');
7 +var SaferBuffer = require('safer-buffer').Buffer;
8 +
9 +test('stringify()', function (t) {
10 + t.test('stringifies a querystring object', function (st) {
11 + st.equal(qs.stringify({ a: 'b' }), 'a=b');
12 + st.equal(qs.stringify({ a: 1 }), 'a=1');
13 + st.equal(qs.stringify({ a: 1, b: 2 }), 'a=1&b=2');
14 + st.equal(qs.stringify({ a: 'A_Z' }), 'a=A_Z');
15 + st.equal(qs.stringify({ a: '€' }), 'a=%E2%82%AC');
16 + st.equal(qs.stringify({ a: '' }), 'a=%EE%80%80');
17 + st.equal(qs.stringify({ a: 'א' }), 'a=%D7%90');
18 + st.equal(qs.stringify({ a: '𐐷' }), 'a=%F0%90%90%B7');
19 + st.end();
20 + });
21 +
22 + t.test('stringifies falsy values', function (st) {
23 + st.equal(qs.stringify(undefined), '');
24 + st.equal(qs.stringify(null), '');
25 + st.equal(qs.stringify(null, { strictNullHandling: true }), '');
26 + st.equal(qs.stringify(false), '');
27 + st.equal(qs.stringify(0), '');
28 + st.end();
29 + });
30 +
31 + t.test('adds query prefix', function (st) {
32 + st.equal(qs.stringify({ a: 'b' }, { addQueryPrefix: true }), '?a=b');
33 + st.end();
34 + });
35 +
36 + t.test('with query prefix, outputs blank string given an empty object', function (st) {
37 + st.equal(qs.stringify({}, { addQueryPrefix: true }), '');
38 + st.end();
39 + });
40 +
41 + t.test('stringifies nested falsy values', function (st) {
42 + st.equal(qs.stringify({ a: { b: { c: null } } }), 'a%5Bb%5D%5Bc%5D=');
43 + st.equal(qs.stringify({ a: { b: { c: null } } }, { strictNullHandling: true }), 'a%5Bb%5D%5Bc%5D');
44 + st.equal(qs.stringify({ a: { b: { c: false } } }), 'a%5Bb%5D%5Bc%5D=false');
45 + st.end();
46 + });
47 +
48 + t.test('stringifies a nested object', function (st) {
49 + st.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c');
50 + st.equal(qs.stringify({ a: { b: { c: { d: 'e' } } } }), 'a%5Bb%5D%5Bc%5D%5Bd%5D=e');
51 + st.end();
52 + });
53 +
54 + t.test('stringifies a nested object with dots notation', function (st) {
55 + st.equal(qs.stringify({ a: { b: 'c' } }, { allowDots: true }), 'a.b=c');
56 + st.equal(qs.stringify({ a: { b: { c: { d: 'e' } } } }, { allowDots: true }), 'a.b.c.d=e');
57 + st.end();
58 + });
59 +
60 + t.test('stringifies an array value', function (st) {
61 + st.equal(
62 + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'indices' }),
63 + 'a%5B0%5D=b&a%5B1%5D=c&a%5B2%5D=d',
64 + 'indices => indices'
65 + );
66 + st.equal(
67 + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'brackets' }),
68 + 'a%5B%5D=b&a%5B%5D=c&a%5B%5D=d',
69 + 'brackets => brackets'
70 + );
71 + st.equal(
72 + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'comma' }),
73 + 'a=b%2Cc%2Cd',
74 + 'comma => comma'
75 + );
76 + st.equal(
77 + qs.stringify({ a: ['b', 'c', 'd'] }),
78 + 'a%5B0%5D=b&a%5B1%5D=c&a%5B2%5D=d',
79 + 'default => indices'
80 + );
81 + st.end();
82 + });
83 +
84 + t.test('omits nulls when asked', function (st) {
85 + st.equal(qs.stringify({ a: 'b', c: null }, { skipNulls: true }), 'a=b');
86 + st.end();
87 + });
88 +
89 + t.test('omits nested nulls when asked', function (st) {
90 + st.equal(qs.stringify({ a: { b: 'c', d: null } }, { skipNulls: true }), 'a%5Bb%5D=c');
91 + st.end();
92 + });
93 +
94 + t.test('omits array indices when asked', function (st) {
95 + st.equal(qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false }), 'a=b&a=c&a=d');
96 + st.end();
97 + });
98 +
99 + t.test('stringifies a nested array value', function (st) {
100 + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { arrayFormat: 'indices' }), 'a%5Bb%5D%5B0%5D=c&a%5Bb%5D%5B1%5D=d');
101 + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { arrayFormat: 'brackets' }), 'a%5Bb%5D%5B%5D=c&a%5Bb%5D%5B%5D=d');
102 + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { arrayFormat: 'comma' }), 'a%5Bb%5D=c%2Cd'); // a[b]=c,d
103 + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }), 'a%5Bb%5D%5B0%5D=c&a%5Bb%5D%5B1%5D=d');
104 + st.end();
105 + });
106 +
107 + t.test('stringifies a nested array value with dots notation', function (st) {
108 + st.equal(
109 + qs.stringify(
110 + { a: { b: ['c', 'd'] } },
111 + { allowDots: true, encode: false, arrayFormat: 'indices' }
112 + ),
113 + 'a.b[0]=c&a.b[1]=d',
114 + 'indices: stringifies with dots + indices'
115 + );
116 + st.equal(
117 + qs.stringify(
118 + { a: { b: ['c', 'd'] } },
119 + { allowDots: true, encode: false, arrayFormat: 'brackets' }
120 + ),
121 + 'a.b[]=c&a.b[]=d',
122 + 'brackets: stringifies with dots + brackets'
123 + );
124 + st.equal(
125 + qs.stringify(
126 + { a: { b: ['c', 'd'] } },
127 + { allowDots: true, encode: false, arrayFormat: 'comma' }
128 + ),
129 + 'a.b=c,d',
130 + 'comma: stringifies with dots + comma'
131 + );
132 + st.equal(
133 + qs.stringify(
134 + { a: { b: ['c', 'd'] } },
135 + { allowDots: true, encode: false }
136 + ),
137 + 'a.b[0]=c&a.b[1]=d',
138 + 'default: stringifies with dots + indices'
139 + );
140 + st.end();
141 + });
142 +
143 + t.test('stringifies an object inside an array', function (st) {
144 + st.equal(
145 + qs.stringify({ a: [{ b: 'c' }] }, { arrayFormat: 'indices' }),
146 + 'a%5B0%5D%5Bb%5D=c', // a[0][b]=c
147 + 'indices => brackets'
148 + );
149 + st.equal(
150 + qs.stringify({ a: [{ b: 'c' }] }, { arrayFormat: 'brackets' }),
151 + 'a%5B%5D%5Bb%5D=c', // a[][b]=c
152 + 'brackets => brackets'
153 + );
154 + st.equal(
155 + qs.stringify({ a: [{ b: 'c' }] }),
156 + 'a%5B0%5D%5Bb%5D=c',
157 + 'default => indices'
158 + );
159 +
160 + st.equal(
161 + qs.stringify({ a: [{ b: { c: [1] } }] }, { arrayFormat: 'indices' }),
162 + 'a%5B0%5D%5Bb%5D%5Bc%5D%5B0%5D=1',
163 + 'indices => indices'
164 + );
165 +
166 + st.equal(
167 + qs.stringify({ a: [{ b: { c: [1] } }] }, { arrayFormat: 'brackets' }),
168 + 'a%5B%5D%5Bb%5D%5Bc%5D%5B%5D=1',
169 + 'brackets => brackets'
170 + );
171 +
172 + st.equal(
173 + qs.stringify({ a: [{ b: { c: [1] } }] }),
174 + 'a%5B0%5D%5Bb%5D%5Bc%5D%5B0%5D=1',
175 + 'default => indices'
176 + );
177 +
178 + st.end();
179 + });
180 +
181 + t.test('stringifies an array with mixed objects and primitives', function (st) {
182 + st.equal(
183 + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encode: false, arrayFormat: 'indices' }),
184 + 'a[0][b]=1&a[1]=2&a[2]=3',
185 + 'indices => indices'
186 + );
187 + st.equal(
188 + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encode: false, arrayFormat: 'brackets' }),
189 + 'a[][b]=1&a[]=2&a[]=3',
190 + 'brackets => brackets'
191 + );
192 + st.equal(
193 + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encode: false }),
194 + 'a[0][b]=1&a[1]=2&a[2]=3',
195 + 'default => indices'
196 + );
197 +
198 + st.end();
199 + });
200 +
201 + t.test('stringifies an object inside an array with dots notation', function (st) {
202 + st.equal(
203 + qs.stringify(
204 + { a: [{ b: 'c' }] },
205 + { allowDots: true, encode: false, arrayFormat: 'indices' }
206 + ),
207 + 'a[0].b=c',
208 + 'indices => indices'
209 + );
210 + st.equal(
211 + qs.stringify(
212 + { a: [{ b: 'c' }] },
213 + { allowDots: true, encode: false, arrayFormat: 'brackets' }
214 + ),
215 + 'a[].b=c',
216 + 'brackets => brackets'
217 + );
218 + st.equal(
219 + qs.stringify(
220 + { a: [{ b: 'c' }] },
221 + { allowDots: true, encode: false }
222 + ),
223 + 'a[0].b=c',
224 + 'default => indices'
225 + );
226 +
227 + st.equal(
228 + qs.stringify(
229 + { a: [{ b: { c: [1] } }] },
230 + { allowDots: true, encode: false, arrayFormat: 'indices' }
231 + ),
232 + 'a[0].b.c[0]=1',
233 + 'indices => indices'
234 + );
235 + st.equal(
236 + qs.stringify(
237 + { a: [{ b: { c: [1] } }] },
238 + { allowDots: true, encode: false, arrayFormat: 'brackets' }
239 + ),
240 + 'a[].b.c[]=1',
241 + 'brackets => brackets'
242 + );
243 + st.equal(
244 + qs.stringify(
245 + { a: [{ b: { c: [1] } }] },
246 + { allowDots: true, encode: false }
247 + ),
248 + 'a[0].b.c[0]=1',
249 + 'default => indices'
250 + );
251 +
252 + st.end();
253 + });
254 +
255 + t.test('does not omit object keys when indices = false', function (st) {
256 + st.equal(qs.stringify({ a: [{ b: 'c' }] }, { indices: false }), 'a%5Bb%5D=c');
257 + st.end();
258 + });
259 +
260 + t.test('uses indices notation for arrays when indices=true', function (st) {
261 + st.equal(qs.stringify({ a: ['b', 'c'] }, { indices: true }), 'a%5B0%5D=b&a%5B1%5D=c');
262 + st.end();
263 + });
264 +
265 + t.test('uses indices notation for arrays when no arrayFormat is specified', function (st) {
266 + st.equal(qs.stringify({ a: ['b', 'c'] }), 'a%5B0%5D=b&a%5B1%5D=c');
267 + st.end();
268 + });
269 +
270 + t.test('uses indices notation for arrays when no arrayFormat=indices', function (st) {
271 + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' }), 'a%5B0%5D=b&a%5B1%5D=c');
272 + st.end();
273 + });
274 +
275 + t.test('uses repeat notation for arrays when no arrayFormat=repeat', function (st) {
276 + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'repeat' }), 'a=b&a=c');
277 + st.end();
278 + });
279 +
280 + t.test('uses brackets notation for arrays when no arrayFormat=brackets', function (st) {
281 + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'brackets' }), 'a%5B%5D=b&a%5B%5D=c');
282 + st.end();
283 + });
284 +
285 + t.test('stringifies a complicated object', function (st) {
286 + st.equal(qs.stringify({ a: { b: 'c', d: 'e' } }), 'a%5Bb%5D=c&a%5Bd%5D=e');
287 + st.end();
288 + });
289 +
290 + t.test('stringifies an empty value', function (st) {
291 + st.equal(qs.stringify({ a: '' }), 'a=');
292 + st.equal(qs.stringify({ a: null }, { strictNullHandling: true }), 'a');
293 +
294 + st.equal(qs.stringify({ a: '', b: '' }), 'a=&b=');
295 + st.equal(qs.stringify({ a: null, b: '' }, { strictNullHandling: true }), 'a&b=');
296 +
297 + st.equal(qs.stringify({ a: { b: '' } }), 'a%5Bb%5D=');
298 + st.equal(qs.stringify({ a: { b: null } }, { strictNullHandling: true }), 'a%5Bb%5D');
299 + st.equal(qs.stringify({ a: { b: null } }, { strictNullHandling: false }), 'a%5Bb%5D=');
300 +
301 + st.end();
302 + });
303 +
304 + t.test('stringifies a null object', { skip: !Object.create }, function (st) {
305 + var obj = Object.create(null);
306 + obj.a = 'b';
307 + st.equal(qs.stringify(obj), 'a=b');
308 + st.end();
309 + });
310 +
311 + t.test('returns an empty string for invalid input', function (st) {
312 + st.equal(qs.stringify(undefined), '');
313 + st.equal(qs.stringify(false), '');
314 + st.equal(qs.stringify(null), '');
315 + st.equal(qs.stringify(''), '');
316 + st.end();
317 + });
318 +
319 + t.test('stringifies an object with a null object as a child', { skip: !Object.create }, function (st) {
320 + var obj = { a: Object.create(null) };
321 +
322 + obj.a.b = 'c';
323 + st.equal(qs.stringify(obj), 'a%5Bb%5D=c');
324 + st.end();
325 + });
326 +
327 + t.test('drops keys with a value of undefined', function (st) {
328 + st.equal(qs.stringify({ a: undefined }), '');
329 +
330 + st.equal(qs.stringify({ a: { b: undefined, c: null } }, { strictNullHandling: true }), 'a%5Bc%5D');
331 + st.equal(qs.stringify({ a: { b: undefined, c: null } }, { strictNullHandling: false }), 'a%5Bc%5D=');
332 + st.equal(qs.stringify({ a: { b: undefined, c: '' } }), 'a%5Bc%5D=');
333 + st.end();
334 + });
335 +
336 + t.test('url encodes values', function (st) {
337 + st.equal(qs.stringify({ a: 'b c' }), 'a=b%20c');
338 + st.end();
339 + });
340 +
341 + t.test('stringifies a date', function (st) {
342 + var now = new Date();
343 + var str = 'a=' + encodeURIComponent(now.toISOString());
344 + st.equal(qs.stringify({ a: now }), str);
345 + st.end();
346 + });
347 +
348 + t.test('stringifies the weird object from qs', function (st) {
349 + st.equal(qs.stringify({ 'my weird field': '~q1!2"\'w$5&7/z8)?' }), 'my%20weird%20field=~q1%212%22%27w%245%267%2Fz8%29%3F');
350 + st.end();
351 + });
352 +
353 + t.test('skips properties that are part of the object prototype', function (st) {
354 + Object.prototype.crash = 'test';
355 + st.equal(qs.stringify({ a: 'b' }), 'a=b');
356 + st.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c');
357 + delete Object.prototype.crash;
358 + st.end();
359 + });
360 +
361 + t.test('stringifies boolean values', function (st) {
362 + st.equal(qs.stringify({ a: true }), 'a=true');
363 + st.equal(qs.stringify({ a: { b: true } }), 'a%5Bb%5D=true');
364 + st.equal(qs.stringify({ b: false }), 'b=false');
365 + st.equal(qs.stringify({ b: { c: false } }), 'b%5Bc%5D=false');
366 + st.end();
367 + });
368 +
369 + t.test('stringifies buffer values', function (st) {
370 + st.equal(qs.stringify({ a: SaferBuffer.from('test') }), 'a=test');
371 + st.equal(qs.stringify({ a: { b: SaferBuffer.from('test') } }), 'a%5Bb%5D=test');
372 + st.end();
373 + });
374 +
375 + t.test('stringifies an object using an alternative delimiter', function (st) {
376 + st.equal(qs.stringify({ a: 'b', c: 'd' }, { delimiter: ';' }), 'a=b;c=d');
377 + st.end();
378 + });
379 +
380 + t.test('doesn\'t blow up when Buffer global is missing', function (st) {
381 + var tempBuffer = global.Buffer;
382 + delete global.Buffer;
383 + var result = qs.stringify({ a: 'b', c: 'd' });
384 + global.Buffer = tempBuffer;
385 + st.equal(result, 'a=b&c=d');
386 + st.end();
387 + });
388 +
389 + t.test('selects properties when filter=array', function (st) {
390 + st.equal(qs.stringify({ a: 'b' }, { filter: ['a'] }), 'a=b');
391 + st.equal(qs.stringify({ a: 1 }, { filter: [] }), '');
392 +
393 + st.equal(
394 + qs.stringify(
395 + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' },
396 + { filter: ['a', 'b', 0, 2], arrayFormat: 'indices' }
397 + ),
398 + 'a%5Bb%5D%5B0%5D=1&a%5Bb%5D%5B2%5D=3',
399 + 'indices => indices'
400 + );
401 + st.equal(
402 + qs.stringify(
403 + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' },
404 + { filter: ['a', 'b', 0, 2], arrayFormat: 'brackets' }
405 + ),
406 + 'a%5Bb%5D%5B%5D=1&a%5Bb%5D%5B%5D=3',
407 + 'brackets => brackets'
408 + );
409 + st.equal(
410 + qs.stringify(
411 + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' },
412 + { filter: ['a', 'b', 0, 2] }
413 + ),
414 + 'a%5Bb%5D%5B0%5D=1&a%5Bb%5D%5B2%5D=3',
415 + 'default => indices'
416 + );
417 +
418 + st.end();
419 + });
420 +
421 + t.test('supports custom representations when filter=function', function (st) {
422 + var calls = 0;
423 + var obj = { a: 'b', c: 'd', e: { f: new Date(1257894000000) } };
424 + var filterFunc = function (prefix, value) {
425 + calls += 1;
426 + if (calls === 1) {
427 + st.equal(prefix, '', 'prefix is empty');
428 + st.equal(value, obj);
429 + } else if (prefix === 'c') {
430 + return void 0;
431 + } else if (value instanceof Date) {
432 + st.equal(prefix, 'e[f]');
433 + return value.getTime();
434 + }
435 + return value;
436 + };
437 +
438 + st.equal(qs.stringify(obj, { filter: filterFunc }), 'a=b&e%5Bf%5D=1257894000000');
439 + st.equal(calls, 5);
440 + st.end();
441 + });
442 +
443 + t.test('can disable uri encoding', function (st) {
444 + st.equal(qs.stringify({ a: 'b' }, { encode: false }), 'a=b');
445 + st.equal(qs.stringify({ a: { b: 'c' } }, { encode: false }), 'a[b]=c');
446 + st.equal(qs.stringify({ a: 'b', c: null }, { strictNullHandling: true, encode: false }), 'a=b&c');
447 + st.end();
448 + });
449 +
450 + t.test('can sort the keys', function (st) {
451 + var sort = function (a, b) {
452 + return a.localeCompare(b);
453 + };
454 + st.equal(qs.stringify({ a: 'c', z: 'y', b: 'f' }, { sort: sort }), 'a=c&b=f&z=y');
455 + st.equal(qs.stringify({ a: 'c', z: { j: 'a', i: 'b' }, b: 'f' }, { sort: sort }), 'a=c&b=f&z%5Bi%5D=b&z%5Bj%5D=a');
456 + st.end();
457 + });
458 +
459 + t.test('can sort the keys at depth 3 or more too', function (st) {
460 + var sort = function (a, b) {
461 + return a.localeCompare(b);
462 + };
463 + st.equal(
464 + qs.stringify(
465 + { a: 'a', z: { zj: { zjb: 'zjb', zja: 'zja' }, zi: { zib: 'zib', zia: 'zia' } }, b: 'b' },
466 + { sort: sort, encode: false }
467 + ),
468 + 'a=a&b=b&z[zi][zia]=zia&z[zi][zib]=zib&z[zj][zja]=zja&z[zj][zjb]=zjb'
469 + );
470 + st.equal(
471 + qs.stringify(
472 + { a: 'a', z: { zj: { zjb: 'zjb', zja: 'zja' }, zi: { zib: 'zib', zia: 'zia' } }, b: 'b' },
473 + { sort: null, encode: false }
474 + ),
475 + 'a=a&z[zj][zjb]=zjb&z[zj][zja]=zja&z[zi][zib]=zib&z[zi][zia]=zia&b=b'
476 + );
477 + st.end();
478 + });
479 +
480 + t.test('can stringify with custom encoding', function (st) {
481 + st.equal(qs.stringify({ : '大阪府', '': '' }, {
482 + encoder: function (str) {
483 + if (str.length === 0) {
484 + return '';
485 + }
486 + var buf = iconv.encode(str, 'shiftjis');
487 + var result = [];
488 + for (var i = 0; i < buf.length; ++i) {
489 + result.push(buf.readUInt8(i).toString(16));
490 + }
491 + return '%' + result.join('%');
492 + }
493 + }), '%8c%a7=%91%e5%8d%e3%95%7b&=');
494 + st.end();
495 + });
496 +
497 + t.test('receives the default encoder as a second argument', function (st) {
498 + st.plan(2);
499 + qs.stringify({ a: 1 }, {
500 + encoder: function (str, defaultEncoder) {
501 + st.equal(defaultEncoder, utils.encode);
502 + }
503 + });
504 + st.end();
505 + });
506 +
507 + t.test('throws error with wrong encoder', function (st) {
508 + st['throws'](function () {
509 + qs.stringify({}, { encoder: 'string' });
510 + }, new TypeError('Encoder has to be a function.'));
511 + st.end();
512 + });
513 +
514 + t.test('can use custom encoder for a buffer object', { skip: typeof Buffer === 'undefined' }, function (st) {
515 + st.equal(qs.stringify({ a: SaferBuffer.from([1]) }, {
516 + encoder: function (buffer) {
517 + if (typeof buffer === 'string') {
518 + return buffer;
519 + }
520 + return String.fromCharCode(buffer.readUInt8(0) + 97);
521 + }
522 + }), 'a=b');
523 + st.end();
524 + });
525 +
526 + t.test('serializeDate option', function (st) {
527 + var date = new Date();
528 + st.equal(
529 + qs.stringify({ a: date }),
530 + 'a=' + date.toISOString().replace(/:/g, '%3A'),
531 + 'default is toISOString'
532 + );
533 +
534 + var mutatedDate = new Date();
535 + mutatedDate.toISOString = function () {
536 + throw new SyntaxError();
537 + };
538 + st['throws'](function () {
539 + mutatedDate.toISOString();
540 + }, SyntaxError);
541 + st.equal(
542 + qs.stringify({ a: mutatedDate }),
543 + 'a=' + Date.prototype.toISOString.call(mutatedDate).replace(/:/g, '%3A'),
544 + 'toISOString works even when method is not locally present'
545 + );
546 +
547 + var specificDate = new Date(6);
548 + st.equal(
549 + qs.stringify(
550 + { a: specificDate },
551 + { serializeDate: function (d) { return d.getTime() * 7; } }
552 + ),
553 + 'a=42',
554 + 'custom serializeDate function called'
555 + );
556 +
557 + st.end();
558 + });
559 +
560 + t.test('RFC 1738 spaces serialization', function (st) {
561 + st.equal(qs.stringify({ a: 'b c' }, { format: qs.formats.RFC1738 }), 'a=b+c');
562 + st.equal(qs.stringify({ 'a b': 'c d' }, { format: qs.formats.RFC1738 }), 'a+b=c+d');
563 + st.end();
564 + });
565 +
566 + t.test('RFC 3986 spaces serialization', function (st) {
567 + st.equal(qs.stringify({ a: 'b c' }, { format: qs.formats.RFC3986 }), 'a=b%20c');
568 + st.equal(qs.stringify({ 'a b': 'c d' }, { format: qs.formats.RFC3986 }), 'a%20b=c%20d');
569 + st.end();
570 + });
571 +
572 + t.test('Backward compatibility to RFC 3986', function (st) {
573 + st.equal(qs.stringify({ a: 'b c' }), 'a=b%20c');
574 + st.end();
575 + });
576 +
577 + t.test('Edge cases and unknown formats', function (st) {
578 + ['UFO1234', false, 1234, null, {}, []].forEach(
579 + function (format) {
580 + st['throws'](
581 + function () {
582 + qs.stringify({ a: 'b c' }, { format: format });
583 + },
584 + new TypeError('Unknown format option provided.')
585 + );
586 + }
587 + );
588 + st.end();
589 + });
590 +
591 + t.test('encodeValuesOnly', function (st) {
592 + st.equal(
593 + qs.stringify(
594 + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] },
595 + { encodeValuesOnly: true }
596 + ),
597 + 'a=b&c[0]=d&c[1]=e%3Df&f[0][0]=g&f[1][0]=h'
598 + );
599 + st.equal(
600 + qs.stringify(
601 + { a: 'b', c: ['d', 'e'], f: [['g'], ['h']] }
602 + ),
603 + 'a=b&c%5B0%5D=d&c%5B1%5D=e&f%5B0%5D%5B0%5D=g&f%5B1%5D%5B0%5D=h'
604 + );
605 + st.end();
606 + });
607 +
608 + t.test('encodeValuesOnly - strictNullHandling', function (st) {
609 + st.equal(
610 + qs.stringify(
611 + { a: { b: null } },
612 + { encodeValuesOnly: true, strictNullHandling: true }
613 + ),
614 + 'a[b]'
615 + );
616 + st.end();
617 + });
618 +
619 + t.test('throws if an invalid charset is specified', function (st) {
620 + st['throws'](function () {
621 + qs.stringify({ a: 'b' }, { charset: 'foobar' });
622 + }, new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined'));
623 + st.end();
624 + });
625 +
626 + t.test('respects a charset of iso-8859-1', function (st) {
627 + st.equal(qs.stringify({ æ: 'æ' }, { charset: 'iso-8859-1' }), '%E6=%E6');
628 + st.end();
629 + });
630 +
631 + t.test('encodes unrepresentable chars as numeric entities in iso-8859-1 mode', function (st) {
632 + st.equal(qs.stringify({ a: '☺' }, { charset: 'iso-8859-1' }), 'a=%26%239786%3B');
633 + st.end();
634 + });
635 +
636 + t.test('respects an explicit charset of utf-8 (the default)', function (st) {
637 + st.equal(qs.stringify({ a: 'æ' }, { charset: 'utf-8' }), 'a=%C3%A6');
638 + st.end();
639 + });
640 +
641 + t.test('adds the right sentinel when instructed to and the charset is utf-8', function (st) {
642 + st.equal(qs.stringify({ a: 'æ' }, { charsetSentinel: true, charset: 'utf-8' }), 'utf8=%E2%9C%93&a=%C3%A6');
643 + st.end();
644 + });
645 +
646 + t.test('adds the right sentinel when instructed to and the charset is iso-8859-1', function (st) {
647 + st.equal(qs.stringify({ a: 'æ' }, { charsetSentinel: true, charset: 'iso-8859-1' }), 'utf8=%26%2310003%3B&a=%E6');
648 + st.end();
649 + });
650 +
651 + t.test('does not mutate the options argument', function (st) {
652 + var options = {};
653 + qs.stringify({}, options);
654 + st.deepEqual(options, {});
655 + st.end();
656 + });
657 +
658 + t.test('strictNullHandling works with custom filter', function (st) {
659 + var filter = function (prefix, value) {
660 + return value;
661 + };
662 +
663 + var options = { strictNullHandling: true, filter: filter };
664 + st.equal(qs.stringify({ key: null }, options), 'key');
665 + st.end();
666 + });
667 +
668 + t.test('strictNullHandling works with null serializeDate', function (st) {
669 + var serializeDate = function () {
670 + return null;
671 + };
672 + var options = { strictNullHandling: true, serializeDate: serializeDate };
673 + var date = new Date();
674 + st.equal(qs.stringify({ key: date }, options), 'key');
675 + st.end();
676 + });
677 +
678 + t.end();
679 +});
1 +'use strict';
2 +
3 +var test = require('tape');
4 +var inspect = require('object-inspect');
5 +var SaferBuffer = require('safer-buffer').Buffer;
6 +var forEach = require('for-each');
7 +var utils = require('../lib/utils');
8 +
9 +test('merge()', function (t) {
10 + t.deepEqual(utils.merge(null, true), [null, true], 'merges true into null');
11 +
12 + t.deepEqual(utils.merge(null, [42]), [null, 42], 'merges null into an array');
13 +
14 + t.deepEqual(utils.merge({ a: 'b' }, { a: 'c' }), { a: ['b', 'c'] }, 'merges two objects with the same key');
15 +
16 + var oneMerged = utils.merge({ foo: 'bar' }, { foo: { first: '123' } });
17 + t.deepEqual(oneMerged, { foo: ['bar', { first: '123' }] }, 'merges a standalone and an object into an array');
18 +
19 + var twoMerged = utils.merge({ foo: ['bar', { first: '123' }] }, { foo: { second: '456' } });
20 + t.deepEqual(twoMerged, { foo: { 0: 'bar', 1: { first: '123' }, second: '456' } }, 'merges a standalone and two objects into an array');
21 +
22 + var sandwiched = utils.merge({ foo: ['bar', { first: '123', second: '456' }] }, { foo: 'baz' });
23 + t.deepEqual(sandwiched, { foo: ['bar', { first: '123', second: '456' }, 'baz'] }, 'merges an object sandwiched by two standalones into an array');
24 +
25 + var nestedArrays = utils.merge({ foo: ['baz'] }, { foo: ['bar', 'xyzzy'] });
26 + t.deepEqual(nestedArrays, { foo: ['baz', 'bar', 'xyzzy'] });
27 +
28 + var noOptionsNonObjectSource = utils.merge({ foo: 'baz' }, 'bar');
29 + t.deepEqual(noOptionsNonObjectSource, { foo: 'baz', bar: true });
30 +
31 + t.test(
32 + 'avoids invoking array setters unnecessarily',
33 + { skip: typeof Object.defineProperty !== 'function' },
34 + function (st) {
35 + var setCount = 0;
36 + var getCount = 0;
37 + var observed = [];
38 + Object.defineProperty(observed, 0, {
39 + get: function () {
40 + getCount += 1;
41 + return { bar: 'baz' };
42 + },
43 + set: function () { setCount += 1; }
44 + });
45 + utils.merge(observed, [null]);
46 + st.equal(setCount, 0);
47 + st.equal(getCount, 1);
48 + observed[0] = observed[0]; // eslint-disable-line no-self-assign
49 + st.equal(setCount, 1);
50 + st.equal(getCount, 2);
51 + st.end();
52 + }
53 + );
54 +
55 + t.end();
56 +});
57 +
58 +test('assign()', function (t) {
59 + var target = { a: 1, b: 2 };
60 + var source = { b: 3, c: 4 };
61 + var result = utils.assign(target, source);
62 +
63 + t.equal(result, target, 'returns the target');
64 + t.deepEqual(target, { a: 1, b: 3, c: 4 }, 'target and source are merged');
65 + t.deepEqual(source, { b: 3, c: 4 }, 'source is untouched');
66 +
67 + t.end();
68 +});
69 +
70 +test('combine()', function (t) {
71 + t.test('both arrays', function (st) {
72 + var a = [1];
73 + var b = [2];
74 + var combined = utils.combine(a, b);
75 +
76 + st.deepEqual(a, [1], 'a is not mutated');
77 + st.deepEqual(b, [2], 'b is not mutated');
78 + st.notEqual(a, combined, 'a !== combined');
79 + st.notEqual(b, combined, 'b !== combined');
80 + st.deepEqual(combined, [1, 2], 'combined is a + b');
81 +
82 + st.end();
83 + });
84 +
85 + t.test('one array, one non-array', function (st) {
86 + var aN = 1;
87 + var a = [aN];
88 + var bN = 2;
89 + var b = [bN];
90 +
91 + var combinedAnB = utils.combine(aN, b);
92 + st.deepEqual(b, [bN], 'b is not mutated');
93 + st.notEqual(aN, combinedAnB, 'aN + b !== aN');
94 + st.notEqual(a, combinedAnB, 'aN + b !== a');
95 + st.notEqual(bN, combinedAnB, 'aN + b !== bN');
96 + st.notEqual(b, combinedAnB, 'aN + b !== b');
97 + st.deepEqual([1, 2], combinedAnB, 'first argument is array-wrapped when not an array');
98 +
99 + var combinedABn = utils.combine(a, bN);
100 + st.deepEqual(a, [aN], 'a is not mutated');
101 + st.notEqual(aN, combinedABn, 'a + bN !== aN');
102 + st.notEqual(a, combinedABn, 'a + bN !== a');
103 + st.notEqual(bN, combinedABn, 'a + bN !== bN');
104 + st.notEqual(b, combinedABn, 'a + bN !== b');
105 + st.deepEqual([1, 2], combinedABn, 'second argument is array-wrapped when not an array');
106 +
107 + st.end();
108 + });
109 +
110 + t.test('neither is an array', function (st) {
111 + var combined = utils.combine(1, 2);
112 + st.notEqual(1, combined, '1 + 2 !== 1');
113 + st.notEqual(2, combined, '1 + 2 !== 2');
114 + st.deepEqual([1, 2], combined, 'both arguments are array-wrapped when not an array');
115 +
116 + st.end();
117 + });
118 +
119 + t.end();
120 +});
121 +
122 +test('isBuffer()', function (t) {
123 + forEach([null, undefined, true, false, '', 'abc', 42, 0, NaN, {}, [], function () {}, /a/g], function (x) {
124 + t.equal(utils.isBuffer(x), false, inspect(x) + ' is not a buffer');
125 + });
126 +
127 + var fakeBuffer = { constructor: Buffer };
128 + t.equal(utils.isBuffer(fakeBuffer), false, 'fake buffer is not a buffer');
129 +
130 + var saferBuffer = SaferBuffer.from('abc');
131 + t.equal(utils.isBuffer(saferBuffer), true, 'SaferBuffer instance is a buffer');
132 +
133 + var buffer = Buffer.from ? Buffer.from('abc') : new Buffer('abc');
134 + t.equal(utils.isBuffer(buffer), true, 'real Buffer instance is a buffer');
135 + t.end();
136 +});
1 +Copyright (c) 2015, Wes Todd
2 +
3 +Permission to use, copy, modify, and/or distribute this software for any
4 +purpose with or without fee is hereby granted, provided that the above
5 +copyright notice and this permission notice appear in all copies.
6 +
7 +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10 +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
13 +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1 +# Polyfill for `Object.setPrototypeOf`
2 +
3 +[![NPM Version](https://img.shields.io/npm/v/setprototypeof.svg)](https://npmjs.org/package/setprototypeof)
4 +[![NPM Downloads](https://img.shields.io/npm/dm/setprototypeof.svg)](https://npmjs.org/package/setprototypeof)
5 +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/standard/standard)
6 +
7 +A simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back to IE8.
8 +
9 +## Usage:
10 +
11 +```
12 +$ npm install --save setprototypeof
13 +```
14 +
15 +```javascript
16 +var setPrototypeOf = require('setprototypeof')
17 +
18 +var obj = {}
19 +setPrototypeOf(obj, {
20 + foo: function () {
21 + return 'bar'
22 + }
23 +})
24 +obj.foo() // bar
25 +```
26 +
27 +TypeScript is also supported:
28 +
29 +```typescript
30 +import setPrototypeOf = require('setprototypeof')
31 +```
1 +declare function setPrototypeOf(o: any, proto: object | null): any;
2 +export = setPrototypeOf;
1 +'use strict'
2 +/* eslint no-proto: 0 */
3 +module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
4 +
5 +function setProtoOf (obj, proto) {
6 + obj.__proto__ = proto
7 + return obj
8 +}
9 +
10 +function mixinProperties (obj, proto) {
11 + for (var prop in proto) {
12 + if (!obj.hasOwnProperty(prop)) {
13 + obj[prop] = proto[prop]
14 + }
15 + }
16 + return obj
17 +}
1 +{
2 + "_args": [
3 + [
4 + "setprototypeof@1.1.1",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "setprototypeof@1.1.1",
9 + "_id": "setprototypeof@1.1.1",
10 + "_inBundle": false,
11 + "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
12 + "_location": "/body-parser/setprototypeof",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "setprototypeof@1.1.1",
18 + "name": "setprototypeof",
19 + "escapedName": "setprototypeof",
20 + "rawSpec": "1.1.1",
21 + "saveSpec": null,
22 + "fetchSpec": "1.1.1"
23 + },
24 + "_requiredBy": [
25 + "/body-parser/http-errors"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
28 + "_spec": "1.1.1",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "author": {
31 + "name": "Wes Todd"
32 + },
33 + "bugs": {
34 + "url": "https://github.com/wesleytodd/setprototypeof/issues"
35 + },
36 + "description": "A small polyfill for Object.setprototypeof",
37 + "devDependencies": {
38 + "mocha": "^5.2.0",
39 + "standard": "^12.0.1"
40 + },
41 + "homepage": "https://github.com/wesleytodd/setprototypeof",
42 + "keywords": [
43 + "polyfill",
44 + "object",
45 + "setprototypeof"
46 + ],
47 + "license": "ISC",
48 + "main": "index.js",
49 + "name": "setprototypeof",
50 + "repository": {
51 + "type": "git",
52 + "url": "git+https://github.com/wesleytodd/setprototypeof.git"
53 + },
54 + "scripts": {
55 + "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
56 + "node11": "NODE_VER=11 npm run testversion",
57 + "node4": "NODE_VER=4 npm run testversion",
58 + "node6": "NODE_VER=6 npm run testversion",
59 + "node9": "NODE_VER=9 npm run testversion",
60 + "test": "standard && mocha",
61 + "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
62 + "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t"
63 + },
64 + "typings": "index.d.ts",
65 + "version": "1.1.1"
66 +}
1 +'use strict'
2 +/* eslint-env mocha */
3 +/* eslint no-proto: 0 */
4 +var assert = require('assert')
5 +var setPrototypeOf = require('..')
6 +
7 +describe('setProtoOf(obj, proto)', function () {
8 + it('should merge objects', function () {
9 + var obj = { a: 1, b: 2 }
10 + var proto = { b: 3, c: 4 }
11 + var mergeObj = setPrototypeOf(obj, proto)
12 +
13 + if (Object.getPrototypeOf) {
14 + assert.strictEqual(Object.getPrototypeOf(obj), proto)
15 + } else if ({ __proto__: [] } instanceof Array) {
16 + assert.strictEqual(obj.__proto__, proto)
17 + } else {
18 + assert.strictEqual(obj.a, 1)
19 + assert.strictEqual(obj.b, 2)
20 + assert.strictEqual(obj.c, 4)
21 + }
22 + assert.strictEqual(mergeObj, obj)
23 + })
24 +})
1 +1.6.18 / 2019-04-26
2 +===================
3 +
4 + * Fix regression passing request object to `typeis.is`
5 +
6 +1.6.17 / 2019-04-25
7 +===================
8 +
9 + * deps: mime-types@~2.1.24
10 + - Add Apple file extensions from IANA
11 + - Add extension `.csl` to `application/vnd.citationstyles.style+xml`
12 + - Add extension `.es` to `application/ecmascript`
13 + - Add extension `.nq` to `application/n-quads`
14 + - Add extension `.nt` to `application/n-triples`
15 + - Add extension `.owl` to `application/rdf+xml`
16 + - Add extensions `.siv` and `.sieve` to `application/sieve`
17 + - Add extensions from IANA for `image/*` types
18 + - Add extensions from IANA for `model/*` types
19 + - Add extensions to HEIC image types
20 + - Add new mime types
21 + - Add `text/mdx` with extension `.mdx`
22 + * perf: prevent internal `throw` on invalid type
23 +
24 +1.6.16 / 2018-02-16
25 +===================
26 +
27 + * deps: mime-types@~2.1.18
28 + - Add `application/raml+yaml` with extension `.raml`
29 + - Add `application/wasm` with extension `.wasm`
30 + - Add `text/shex` with extension `.shex`
31 + - Add extensions for JPEG-2000 images
32 + - Add extensions from IANA for `message/*` types
33 + - Add extension `.mjs` to `application/javascript`
34 + - Add extension `.wadl` to `application/vnd.sun.wadl+xml`
35 + - Add extension `.gz` to `application/gzip`
36 + - Add glTF types and extensions
37 + - Add new mime types
38 + - Update extensions `.md` and `.markdown` to be `text/markdown`
39 + - Update font MIME types
40 + - Update `text/hjson` to registered `application/hjson`
41 +
42 +1.6.15 / 2017-03-31
43 +===================
44 +
45 + * deps: mime-types@~2.1.15
46 + - Add new mime types
47 +
48 +1.6.14 / 2016-11-18
49 +===================
50 +
51 + * deps: mime-types@~2.1.13
52 + - Add new mime types
53 +
54 +1.6.13 / 2016-05-18
55 +===================
56 +
57 + * deps: mime-types@~2.1.11
58 + - Add new mime types
59 +
60 +1.6.12 / 2016-02-28
61 +===================
62 +
63 + * deps: mime-types@~2.1.10
64 + - Add new mime types
65 + - Fix extension of `application/dash+xml`
66 + - Update primary extension for `audio/mp4`
67 +
68 +1.6.11 / 2016-01-29
69 +===================
70 +
71 + * deps: mime-types@~2.1.9
72 + - Add new mime types
73 +
74 +1.6.10 / 2015-12-01
75 +===================
76 +
77 + * deps: mime-types@~2.1.8
78 + - Add new mime types
79 +
80 +1.6.9 / 2015-09-27
81 +==================
82 +
83 + * deps: mime-types@~2.1.7
84 + - Add new mime types
85 +
86 +1.6.8 / 2015-09-04
87 +==================
88 +
89 + * deps: mime-types@~2.1.6
90 + - Add new mime types
91 +
92 +1.6.7 / 2015-08-20
93 +==================
94 +
95 + * Fix type error when given invalid type to match against
96 + * deps: mime-types@~2.1.5
97 + - Add new mime types
98 +
99 +1.6.6 / 2015-07-31
100 +==================
101 +
102 + * deps: mime-types@~2.1.4
103 + - Add new mime types
104 +
105 +1.6.5 / 2015-07-16
106 +==================
107 +
108 + * deps: mime-types@~2.1.3
109 + - Add new mime types
110 +
111 +1.6.4 / 2015-07-01
112 +==================
113 +
114 + * deps: mime-types@~2.1.2
115 + - Add new mime types
116 + * perf: enable strict mode
117 + * perf: remove argument reassignment
118 +
119 +1.6.3 / 2015-06-08
120 +==================
121 +
122 + * deps: mime-types@~2.1.1
123 + - Add new mime types
124 + * perf: reduce try block size
125 + * perf: remove bitwise operations
126 +
127 +1.6.2 / 2015-05-10
128 +==================
129 +
130 + * deps: mime-types@~2.0.11
131 + - Add new mime types
132 +
133 +1.6.1 / 2015-03-13
134 +==================
135 +
136 + * deps: mime-types@~2.0.10
137 + - Add new mime types
138 +
139 +1.6.0 / 2015-02-12
140 +==================
141 +
142 + * fix false-positives in `hasBody` `Transfer-Encoding` check
143 + * support wildcard for both type and subtype (`*/*`)
144 +
145 +1.5.7 / 2015-02-09
146 +==================
147 +
148 + * fix argument reassignment
149 + * deps: mime-types@~2.0.9
150 + - Add new mime types
151 +
152 +1.5.6 / 2015-01-29
153 +==================
154 +
155 + * deps: mime-types@~2.0.8
156 + - Add new mime types
157 +
158 +1.5.5 / 2014-12-30
159 +==================
160 +
161 + * deps: mime-types@~2.0.7
162 + - Add new mime types
163 + - Fix missing extensions
164 + - Fix various invalid MIME type entries
165 + - Remove example template MIME types
166 + - deps: mime-db@~1.5.0
167 +
168 +1.5.4 / 2014-12-10
169 +==================
170 +
171 + * deps: mime-types@~2.0.4
172 + - Add new mime types
173 + - deps: mime-db@~1.3.0
174 +
175 +1.5.3 / 2014-11-09
176 +==================
177 +
178 + * deps: mime-types@~2.0.3
179 + - Add new mime types
180 + - deps: mime-db@~1.2.0
181 +
182 +1.5.2 / 2014-09-28
183 +==================
184 +
185 + * deps: mime-types@~2.0.2
186 + - Add new mime types
187 + - deps: mime-db@~1.1.0
188 +
189 +1.5.1 / 2014-09-07
190 +==================
191 +
192 + * Support Node.js 0.6
193 + * deps: media-typer@0.3.0
194 + * deps: mime-types@~2.0.1
195 + - Support Node.js 0.6
196 +
197 +1.5.0 / 2014-09-05
198 +==================
199 +
200 + * fix `hasbody` to be true for `content-length: 0`
201 +
202 +1.4.0 / 2014-09-02
203 +==================
204 +
205 + * update mime-types
206 +
207 +1.3.2 / 2014-06-24
208 +==================
209 +
210 + * use `~` range on mime-types
211 +
212 +1.3.1 / 2014-06-19
213 +==================
214 +
215 + * fix global variable leak
216 +
217 +1.3.0 / 2014-06-19
218 +==================
219 +
220 + * improve type parsing
221 +
222 + - invalid media type never matches
223 + - media type not case-sensitive
224 + - extra LWS does not affect results
225 +
226 +1.2.2 / 2014-06-19
227 +==================
228 +
229 + * fix behavior on unknown type argument
230 +
231 +1.2.1 / 2014-06-03
232 +==================
233 +
234 + * switch dependency from `mime` to `mime-types@1.0.0`
235 +
236 +1.2.0 / 2014-05-11
237 +==================
238 +
239 + * support suffix matching:
240 +
241 + - `+json` matches `application/vnd+json`
242 + - `*/vnd+json` matches `application/vnd+json`
243 + - `application/*+json` matches `application/vnd+json`
244 +
245 +1.1.0 / 2014-04-12
246 +==================
247 +
248 + * add non-array values support
249 + * expose internal utilities:
250 +
251 + - `.is()`
252 + - `.hasBody()`
253 + - `.normalize()`
254 + - `.match()`
255 +
256 +1.0.1 / 2014-03-30
257 +==================
258 +
259 + * add `multipart` as a shorthand
1 +(The MIT License)
2 +
3 +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
4 +Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
5 +
6 +Permission is hereby granted, free of charge, to any person obtaining
7 +a copy of this software and associated documentation files (the
8 +'Software'), to deal in the Software without restriction, including
9 +without limitation the rights to use, copy, modify, merge, publish,
10 +distribute, sublicense, and/or sell copies of the Software, and to
11 +permit persons to whom the Software is furnished to do so, subject to
12 +the following conditions:
13 +
14 +The above copyright notice and this permission notice shall be
15 +included in all copies or substantial portions of the Software.
16 +
17 +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20 +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21 +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22 +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23 +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 +# type-is
2 +
3 +[![NPM Version][npm-version-image]][npm-url]
4 +[![NPM Downloads][npm-downloads-image]][npm-url]
5 +[![Node.js Version][node-version-image]][node-version-url]
6 +[![Build Status][travis-image]][travis-url]
7 +[![Test Coverage][coveralls-image]][coveralls-url]
8 +
9 +Infer the content-type of a request.
10 +
11 +### Install
12 +
13 +This is a [Node.js](https://nodejs.org/en/) module available through the
14 +[npm registry](https://www.npmjs.com/). Installation is done using the
15 +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
16 +
17 +```sh
18 +$ npm install type-is
19 +```
20 +
21 +## API
22 +
23 +```js
24 +var http = require('http')
25 +var typeis = require('type-is')
26 +
27 +http.createServer(function (req, res) {
28 + var istext = typeis(req, ['text/*'])
29 + res.end('you ' + (istext ? 'sent' : 'did not send') + ' me text')
30 +})
31 +```
32 +
33 +### typeis(request, types)
34 +
35 +Checks if the `request` is one of the `types`. If the request has no body,
36 +even if there is a `Content-Type` header, then `null` is returned. If the
37 +`Content-Type` header is invalid or does not matches any of the `types`, then
38 +`false` is returned. Otherwise, a string of the type that matched is returned.
39 +
40 +The `request` argument is expected to be a Node.js HTTP request. The `types`
41 +argument is an array of type strings.
42 +
43 +Each type in the `types` array can be one of the following:
44 +
45 +- A file extension name such as `json`. This name will be returned if matched.
46 +- A mime type such as `application/json`.
47 +- A mime type with a wildcard such as `*/*` or `*/json` or `application/*`.
48 + The full mime type will be returned if matched.
49 +- A suffix such as `+json`. This can be combined with a wildcard such as
50 + `*/vnd+json` or `application/*+json`. The full mime type will be returned
51 + if matched.
52 +
53 +Some examples to illustrate the inputs and returned value:
54 +
55 +<!-- eslint-disable no-undef -->
56 +
57 +```js
58 +// req.headers.content-type = 'application/json'
59 +
60 +typeis(req, ['json']) // => 'json'
61 +typeis(req, ['html', 'json']) // => 'json'
62 +typeis(req, ['application/*']) // => 'application/json'
63 +typeis(req, ['application/json']) // => 'application/json'
64 +
65 +typeis(req, ['html']) // => false
66 +```
67 +
68 +### typeis.hasBody(request)
69 +
70 +Returns a Boolean if the given `request` has a body, regardless of the
71 +`Content-Type` header.
72 +
73 +Having a body has no relation to how large the body is (it may be 0 bytes).
74 +This is similar to how file existence works. If a body does exist, then this
75 +indicates that there is data to read from the Node.js request stream.
76 +
77 +<!-- eslint-disable no-undef -->
78 +
79 +```js
80 +if (typeis.hasBody(req)) {
81 + // read the body, since there is one
82 +
83 + req.on('data', function (chunk) {
84 + // ...
85 + })
86 +}
87 +```
88 +
89 +### typeis.is(mediaType, types)
90 +
91 +Checks if the `mediaType` is one of the `types`. If the `mediaType` is invalid
92 +or does not matches any of the `types`, then `false` is returned. Otherwise, a
93 +string of the type that matched is returned.
94 +
95 +The `mediaType` argument is expected to be a
96 +[media type](https://tools.ietf.org/html/rfc6838) string. The `types` argument
97 +is an array of type strings.
98 +
99 +Each type in the `types` array can be one of the following:
100 +
101 +- A file extension name such as `json`. This name will be returned if matched.
102 +- A mime type such as `application/json`.
103 +- A mime type with a wildcard such as `*/*` or `*/json` or `application/*`.
104 + The full mime type will be returned if matched.
105 +- A suffix such as `+json`. This can be combined with a wildcard such as
106 + `*/vnd+json` or `application/*+json`. The full mime type will be returned
107 + if matched.
108 +
109 +Some examples to illustrate the inputs and returned value:
110 +
111 +<!-- eslint-disable no-undef -->
112 +
113 +```js
114 +var mediaType = 'application/json'
115 +
116 +typeis.is(mediaType, ['json']) // => 'json'
117 +typeis.is(mediaType, ['html', 'json']) // => 'json'
118 +typeis.is(mediaType, ['application/*']) // => 'application/json'
119 +typeis.is(mediaType, ['application/json']) // => 'application/json'
120 +
121 +typeis.is(mediaType, ['html']) // => false
122 +```
123 +
124 +## Examples
125 +
126 +### Example body parser
127 +
128 +```js
129 +var express = require('express')
130 +var typeis = require('type-is')
131 +
132 +var app = express()
133 +
134 +app.use(function bodyParser (req, res, next) {
135 + if (!typeis.hasBody(req)) {
136 + return next()
137 + }
138 +
139 + switch (typeis(req, ['urlencoded', 'json', 'multipart'])) {
140 + case 'urlencoded':
141 + // parse urlencoded body
142 + throw new Error('implement urlencoded body parsing')
143 + case 'json':
144 + // parse json body
145 + throw new Error('implement json body parsing')
146 + case 'multipart':
147 + // parse multipart body
148 + throw new Error('implement multipart body parsing')
149 + default:
150 + // 415 error code
151 + res.statusCode = 415
152 + res.end()
153 + break
154 + }
155 +})
156 +```
157 +
158 +## License
159 +
160 +[MIT](LICENSE)
161 +
162 +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/type-is/master
163 +[coveralls-url]: https://coveralls.io/r/jshttp/type-is?branch=master
164 +[node-version-image]: https://badgen.net/npm/node/type-is
165 +[node-version-url]: https://nodejs.org/en/download
166 +[npm-downloads-image]: https://badgen.net/npm/dm/type-is
167 +[npm-url]: https://npmjs.org/package/type-is
168 +[npm-version-image]: https://badgen.net/npm/v/type-is
169 +[travis-image]: https://badgen.net/travis/jshttp/type-is/master
170 +[travis-url]: https://travis-ci.org/jshttp/type-is
1 +/*!
2 + * type-is
3 + * Copyright(c) 2014 Jonathan Ong
4 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict'
9 +
10 +/**
11 + * Module dependencies.
12 + * @private
13 + */
14 +
15 +var typer = require('media-typer')
16 +var mime = require('mime-types')
17 +
18 +/**
19 + * Module exports.
20 + * @public
21 + */
22 +
23 +module.exports = typeofrequest
24 +module.exports.is = typeis
25 +module.exports.hasBody = hasbody
26 +module.exports.normalize = normalize
27 +module.exports.match = mimeMatch
28 +
29 +/**
30 + * Compare a `value` content-type with `types`.
31 + * Each `type` can be an extension like `html`,
32 + * a special shortcut like `multipart` or `urlencoded`,
33 + * or a mime type.
34 + *
35 + * If no types match, `false` is returned.
36 + * Otherwise, the first `type` that matches is returned.
37 + *
38 + * @param {String} value
39 + * @param {Array} types
40 + * @public
41 + */
42 +
43 +function typeis (value, types_) {
44 + var i
45 + var types = types_
46 +
47 + // remove parameters and normalize
48 + var val = tryNormalizeType(value)
49 +
50 + // no type or invalid
51 + if (!val) {
52 + return false
53 + }
54 +
55 + // support flattened arguments
56 + if (types && !Array.isArray(types)) {
57 + types = new Array(arguments.length - 1)
58 + for (i = 0; i < types.length; i++) {
59 + types[i] = arguments[i + 1]
60 + }
61 + }
62 +
63 + // no types, return the content type
64 + if (!types || !types.length) {
65 + return val
66 + }
67 +
68 + var type
69 + for (i = 0; i < types.length; i++) {
70 + if (mimeMatch(normalize(type = types[i]), val)) {
71 + return type[0] === '+' || type.indexOf('*') !== -1
72 + ? val
73 + : type
74 + }
75 + }
76 +
77 + // no matches
78 + return false
79 +}
80 +
81 +/**
82 + * Check if a request has a request body.
83 + * A request with a body __must__ either have `transfer-encoding`
84 + * or `content-length` headers set.
85 + * http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.3
86 + *
87 + * @param {Object} request
88 + * @return {Boolean}
89 + * @public
90 + */
91 +
92 +function hasbody (req) {
93 + return req.headers['transfer-encoding'] !== undefined ||
94 + !isNaN(req.headers['content-length'])
95 +}
96 +
97 +/**
98 + * Check if the incoming request contains the "Content-Type"
99 + * header field, and it contains any of the give mime `type`s.
100 + * If there is no request body, `null` is returned.
101 + * If there is no content type, `false` is returned.
102 + * Otherwise, it returns the first `type` that matches.
103 + *
104 + * Examples:
105 + *
106 + * // With Content-Type: text/html; charset=utf-8
107 + * this.is('html'); // => 'html'
108 + * this.is('text/html'); // => 'text/html'
109 + * this.is('text/*', 'application/json'); // => 'text/html'
110 + *
111 + * // When Content-Type is application/json
112 + * this.is('json', 'urlencoded'); // => 'json'
113 + * this.is('application/json'); // => 'application/json'
114 + * this.is('html', 'application/*'); // => 'application/json'
115 + *
116 + * this.is('html'); // => false
117 + *
118 + * @param {String|Array} types...
119 + * @return {String|false|null}
120 + * @public
121 + */
122 +
123 +function typeofrequest (req, types_) {
124 + var types = types_
125 +
126 + // no body
127 + if (!hasbody(req)) {
128 + return null
129 + }
130 +
131 + // support flattened arguments
132 + if (arguments.length > 2) {
133 + types = new Array(arguments.length - 1)
134 + for (var i = 0; i < types.length; i++) {
135 + types[i] = arguments[i + 1]
136 + }
137 + }
138 +
139 + // request content type
140 + var value = req.headers['content-type']
141 +
142 + return typeis(value, types)
143 +}
144 +
145 +/**
146 + * Normalize a mime type.
147 + * If it's a shorthand, expand it to a valid mime type.
148 + *
149 + * In general, you probably want:
150 + *
151 + * var type = is(req, ['urlencoded', 'json', 'multipart']);
152 + *
153 + * Then use the appropriate body parsers.
154 + * These three are the most common request body types
155 + * and are thus ensured to work.
156 + *
157 + * @param {String} type
158 + * @private
159 + */
160 +
161 +function normalize (type) {
162 + if (typeof type !== 'string') {
163 + // invalid type
164 + return false
165 + }
166 +
167 + switch (type) {
168 + case 'urlencoded':
169 + return 'application/x-www-form-urlencoded'
170 + case 'multipart':
171 + return 'multipart/*'
172 + }
173 +
174 + if (type[0] === '+') {
175 + // "+json" -> "*/*+json" expando
176 + return '*/*' + type
177 + }
178 +
179 + return type.indexOf('/') === -1
180 + ? mime.lookup(type)
181 + : type
182 +}
183 +
184 +/**
185 + * Check if `expected` mime type
186 + * matches `actual` mime type with
187 + * wildcard and +suffix support.
188 + *
189 + * @param {String} expected
190 + * @param {String} actual
191 + * @return {Boolean}
192 + * @private
193 + */
194 +
195 +function mimeMatch (expected, actual) {
196 + // invalid type
197 + if (expected === false) {
198 + return false
199 + }
200 +
201 + // split types
202 + var actualParts = actual.split('/')
203 + var expectedParts = expected.split('/')
204 +
205 + // invalid format
206 + if (actualParts.length !== 2 || expectedParts.length !== 2) {
207 + return false
208 + }
209 +
210 + // validate type
211 + if (expectedParts[0] !== '*' && expectedParts[0] !== actualParts[0]) {
212 + return false
213 + }
214 +
215 + // validate suffix wildcard
216 + if (expectedParts[1].substr(0, 2) === '*+') {
217 + return expectedParts[1].length <= actualParts[1].length + 1 &&
218 + expectedParts[1].substr(1) === actualParts[1].substr(1 - expectedParts[1].length)
219 + }
220 +
221 + // validate subtype
222 + if (expectedParts[1] !== '*' && expectedParts[1] !== actualParts[1]) {
223 + return false
224 + }
225 +
226 + return true
227 +}
228 +
229 +/**
230 + * Normalize a type and remove parameters.
231 + *
232 + * @param {string} value
233 + * @return {string}
234 + * @private
235 + */
236 +
237 +function normalizeType (value) {
238 + // parse the type
239 + var type = typer.parse(value)
240 +
241 + // remove the parameters
242 + type.parameters = undefined
243 +
244 + // reformat it
245 + return typer.format(type)
246 +}
247 +
248 +/**
249 + * Try to normalize a type and remove parameters.
250 + *
251 + * @param {string} value
252 + * @return {string}
253 + * @private
254 + */
255 +
256 +function tryNormalizeType (value) {
257 + if (!value) {
258 + return null
259 + }
260 +
261 + try {
262 + return normalizeType(value)
263 + } catch (err) {
264 + return null
265 + }
266 +}
1 +{
2 + "_args": [
3 + [
4 + "type-is@1.6.18",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "type-is@1.6.18",
9 + "_id": "type-is@1.6.18",
10 + "_inBundle": false,
11 + "_integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
12 + "_location": "/body-parser/type-is",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "type-is@1.6.18",
18 + "name": "type-is",
19 + "escapedName": "type-is",
20 + "rawSpec": "1.6.18",
21 + "saveSpec": null,
22 + "fetchSpec": "1.6.18"
23 + },
24 + "_requiredBy": [
25 + "/body-parser"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
28 + "_spec": "1.6.18",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "bugs": {
31 + "url": "https://github.com/jshttp/type-is/issues"
32 + },
33 + "contributors": [
34 + {
35 + "name": "Douglas Christopher Wilson",
36 + "email": "doug@somethingdoug.com"
37 + },
38 + {
39 + "name": "Jonathan Ong",
40 + "email": "me@jongleberry.com",
41 + "url": "http://jongleberry.com"
42 + }
43 + ],
44 + "dependencies": {
45 + "media-typer": "0.3.0",
46 + "mime-types": "~2.1.24"
47 + },
48 + "description": "Infer the content-type of a request.",
49 + "devDependencies": {
50 + "eslint": "5.16.0",
51 + "eslint-config-standard": "12.0.0",
52 + "eslint-plugin-import": "2.17.2",
53 + "eslint-plugin-markdown": "1.0.0",
54 + "eslint-plugin-node": "8.0.1",
55 + "eslint-plugin-promise": "4.1.1",
56 + "eslint-plugin-standard": "4.0.0",
57 + "mocha": "6.1.4",
58 + "nyc": "14.0.0"
59 + },
60 + "engines": {
61 + "node": ">= 0.6"
62 + },
63 + "files": [
64 + "LICENSE",
65 + "HISTORY.md",
66 + "index.js"
67 + ],
68 + "homepage": "https://github.com/jshttp/type-is#readme",
69 + "keywords": [
70 + "content",
71 + "type",
72 + "checking"
73 + ],
74 + "license": "MIT",
75 + "name": "type-is",
76 + "repository": {
77 + "type": "git",
78 + "url": "git+https://github.com/jshttp/type-is.git"
79 + },
80 + "scripts": {
81 + "lint": "eslint --plugin markdown --ext js,md .",
82 + "test": "mocha --reporter spec --check-leaks --bail test/",
83 + "test-cov": "nyc --reporter=html --reporter=text npm test",
84 + "test-travis": "nyc --reporter=text npm test"
85 + },
86 + "version": "1.6.18"
87 +}
1 { 1 {
2 "_args": [ 2 "_args": [
3 [ 3 [
4 - "body-parser@1.18.3", 4 + "body-parser@1.19.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 - "_from": "body-parser@1.18.3", 8 + "_from": "body-parser@1.19.0",
9 - "_id": "body-parser@1.18.3", 9 + "_id": "body-parser@1.19.0",
10 "_inBundle": false, 10 "_inBundle": false,
11 - "_integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", 11 + "_integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
12 "_location": "/body-parser", 12 "_location": "/body-parser",
13 - "_phantomChildren": {}, 13 + "_phantomChildren": {
14 + "depd": "1.1.2",
15 + "inherits": "2.0.3",
16 + "media-typer": "0.3.0",
17 + "statuses": "1.5.0",
18 + "toidentifier": "1.0.0"
19 + },
14 "_requested": { 20 "_requested": {
15 "type": "version", 21 "type": "version",
16 "registry": true, 22 "registry": true,
17 - "raw": "body-parser@1.18.3", 23 + "raw": "body-parser@1.19.0",
18 "name": "body-parser", 24 "name": "body-parser",
19 "escapedName": "body-parser", 25 "escapedName": "body-parser",
20 - "rawSpec": "1.18.3", 26 + "rawSpec": "1.19.0",
21 "saveSpec": null, 27 "saveSpec": null,
22 - "fetchSpec": "1.18.3" 28 + "fetchSpec": "1.19.0"
23 }, 29 },
24 "_requiredBy": [ 30 "_requiredBy": [
25 - "/", 31 + "/"
26 - "/express"
27 ], 32 ],
28 - "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", 33 + "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
29 - "_spec": "1.18.3", 34 + "_spec": "1.19.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 35 + "_where": "/Users/star/Desktop/YTMT",
31 "bugs": { 36 "bugs": {
32 "url": "https://github.com/expressjs/body-parser/issues" 37 "url": "https://github.com/expressjs/body-parser/issues"
33 }, 38 },
...@@ -43,31 +48,31 @@ ...@@ -43,31 +48,31 @@
43 } 48 }
44 ], 49 ],
45 "dependencies": { 50 "dependencies": {
46 - "bytes": "3.0.0", 51 + "bytes": "3.1.0",
47 "content-type": "~1.0.4", 52 "content-type": "~1.0.4",
48 "debug": "2.6.9", 53 "debug": "2.6.9",
49 "depd": "~1.1.2", 54 "depd": "~1.1.2",
50 - "http-errors": "~1.6.3", 55 + "http-errors": "1.7.2",
51 - "iconv-lite": "0.4.23", 56 + "iconv-lite": "0.4.24",
52 "on-finished": "~2.3.0", 57 "on-finished": "~2.3.0",
53 - "qs": "6.5.2", 58 + "qs": "6.7.0",
54 - "raw-body": "2.3.3", 59 + "raw-body": "2.4.0",
55 - "type-is": "~1.6.16" 60 + "type-is": "~1.6.17"
56 }, 61 },
57 "description": "Node.js body parsing middleware", 62 "description": "Node.js body parsing middleware",
58 "devDependencies": { 63 "devDependencies": {
59 - "eslint": "4.19.1", 64 + "eslint": "5.16.0",
60 - "eslint-config-standard": "11.0.0", 65 + "eslint-config-standard": "12.0.0",
61 - "eslint-plugin-import": "2.11.0", 66 + "eslint-plugin-import": "2.17.2",
62 - "eslint-plugin-markdown": "1.0.0-beta.6", 67 + "eslint-plugin-markdown": "1.0.0",
63 - "eslint-plugin-node": "6.0.1", 68 + "eslint-plugin-node": "8.0.1",
64 - "eslint-plugin-promise": "3.7.0", 69 + "eslint-plugin-promise": "4.1.1",
65 - "eslint-plugin-standard": "3.1.0", 70 + "eslint-plugin-standard": "4.0.0",
66 "istanbul": "0.4.5", 71 "istanbul": "0.4.5",
67 "methods": "1.1.2", 72 "methods": "1.1.2",
68 - "mocha": "2.5.3", 73 + "mocha": "6.1.4",
69 "safe-buffer": "5.1.2", 74 "safe-buffer": "5.1.2",
70 - "supertest": "1.1.0" 75 + "supertest": "4.0.2"
71 }, 76 },
72 "engines": { 77 "engines": {
73 "node": ">= 0.8" 78 "node": ">= 0.8"
...@@ -91,5 +96,5 @@ ...@@ -91,5 +96,5 @@
91 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/", 96 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
92 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/" 97 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
93 }, 98 },
94 - "version": "1.18.3" 99 + "version": "1.19.0"
95 } 100 }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "boolbase@1.0.0", 4 "boolbase@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "boolbase@1.0.0", 8 "_from": "boolbase@1.0.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 28 "_resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
29 "_spec": "1.0.0", 29 "_spec": "1.0.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Felix Boehm", 32 "name": "Felix Boehm",
33 "email": "me@feedic.com" 33 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "boom@2.10.1", 4 "boom@2.10.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "boom@2.10.1", 8 "_from": "boom@2.10.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "http://registry.npmjs.org/boom/-/boom-2.10.1.tgz", 28 "_resolved": "http://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
29 "_spec": "2.10.1", 29 "_spec": "2.10.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "bugs": { 31 "bugs": {
32 "url": "https://github.com/hapijs/boom/issues" 32 "url": "https://github.com/hapijs/boom/issues"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "brace-expansion@1.1.11", 4 "brace-expansion@1.1.11",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "brace-expansion@1.1.11", 8 "_from": "brace-expansion@1.1.11",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", 27 "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
28 "_spec": "1.1.11", 28 "_spec": "1.1.11",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Julian Gruber", 31 "name": "Julian Gruber",
32 "email": "mail@juliangruber.com", 32 "email": "mail@juliangruber.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "bson@1.1.3", 4 "bson@1.1.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "bson@1.1.3", 8 "_from": "bson@1.1.3",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/bson/-/bson-1.1.3.tgz", 28 "_resolved": "https://registry.npmjs.org/bson/-/bson-1.1.3.tgz",
29 "_spec": "1.1.3", 29 "_spec": "1.1.3",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Christian Amor Kvalheim", 32 "name": "Christian Amor Kvalheim",
33 "email": "christkv@gmail.com" 33 "email": "christkv@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "buffer-from@1.1.1", 4 "buffer-from@1.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "buffer-from@1.1.1", 8 "_from": "buffer-from@1.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
28 "_spec": "1.1.1", 28 "_spec": "1.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/LinusU/buffer-from/issues" 31 "url": "https://github.com/LinusU/buffer-from/issues"
32 }, 32 },
......
1 +3.1.0 / 2019-01-22
2 +==================
3 +
4 + * Add petabyte (`pb`) support
5 +
1 3.0.0 / 2017-08-31 6 3.0.0 / 2017-08-31
2 ================== 7 ==================
3 8
......
...@@ -83,6 +83,7 @@ Supported units and abbreviations are as follows and are case-insensitive: ...@@ -83,6 +83,7 @@ Supported units and abbreviations are as follows and are case-insensitive:
83 * `mb` for megabytes 83 * `mb` for megabytes
84 * `gb` for gigabytes 84 * `gb` for gigabytes
85 * `tb` for terabytes 85 * `tb` for terabytes
86 + * `pb` for petabytes
86 87
87 The units are in powers of two, not ten. This means 1kb = 1024b according to this parser. 88 The units are in powers of two, not ten. This means 1kb = 1024b according to this parser.
88 89
...@@ -108,18 +109,18 @@ bytes('1024'); ...@@ -108,18 +109,18 @@ bytes('1024');
108 // output: 1024 109 // output: 1024
109 110
110 bytes(1024); 111 bytes(1024);
111 -// output: 1024 112 +// output: 1KB
112 ``` 113 ```
113 114
114 ## License 115 ## License
115 116
116 [MIT](LICENSE) 117 [MIT](LICENSE)
117 118
118 -[downloads-image]: https://img.shields.io/npm/dm/bytes.svg 119 +[coveralls-image]: https://badgen.net/coveralls/c/github/visionmedia/bytes.js/master
120 +[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master
121 +[downloads-image]: https://badgen.net/npm/dm/bytes
119 [downloads-url]: https://npmjs.org/package/bytes 122 [downloads-url]: https://npmjs.org/package/bytes
120 -[npm-image]: https://img.shields.io/npm/v/bytes.svg 123 +[npm-image]: https://badgen.net/npm/node/bytes
121 [npm-url]: https://npmjs.org/package/bytes 124 [npm-url]: https://npmjs.org/package/bytes
122 -[travis-image]: https://img.shields.io/travis/visionmedia/bytes.js/master.svg 125 +[travis-image]: https://badgen.net/travis/visionmedia/bytes.js/master
123 [travis-url]: https://travis-ci.org/visionmedia/bytes.js 126 [travis-url]: https://travis-ci.org/visionmedia/bytes.js
124 -[coveralls-image]: https://img.shields.io/coveralls/visionmedia/bytes.js/master.svg
125 -[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master
......
...@@ -30,10 +30,11 @@ var map = { ...@@ -30,10 +30,11 @@ var map = {
30 kb: 1 << 10, 30 kb: 1 << 10,
31 mb: 1 << 20, 31 mb: 1 << 20,
32 gb: 1 << 30, 32 gb: 1 << 30,
33 - tb: ((1 << 30) * 1024) 33 + tb: Math.pow(1024, 4),
34 + pb: Math.pow(1024, 5),
34 }; 35 };
35 36
36 -var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb)$/i; 37 +var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;
37 38
38 /** 39 /**
39 * Convert the given value in bytes into a string or parse to string to an integer in bytes. 40 * Convert the given value in bytes into a string or parse to string to an integer in bytes.
...@@ -93,7 +94,9 @@ function format(value, options) { ...@@ -93,7 +94,9 @@ function format(value, options) {
93 var unit = (options && options.unit) || ''; 94 var unit = (options && options.unit) || '';
94 95
95 if (!unit || !map[unit.toLowerCase()]) { 96 if (!unit || !map[unit.toLowerCase()]) {
96 - if (mag >= map.tb) { 97 + if (mag >= map.pb) {
98 + unit = 'PB';
99 + } else if (mag >= map.tb) {
97 unit = 'TB'; 100 unit = 'TB';
98 } else if (mag >= map.gb) { 101 } else if (mag >= map.gb) {
99 unit = 'GB'; 102 unit = 'GB';
......
1 { 1 {
2 "_args": [ 2 "_args": [
3 [ 3 [
4 - "bytes@3.0.0", 4 + "bytes@3.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 - "_from": "bytes@3.0.0", 8 + "_from": "bytes@3.1.0",
9 - "_id": "bytes@3.0.0", 9 + "_id": "bytes@3.1.0",
10 "_inBundle": false, 10 "_inBundle": false,
11 - "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", 11 + "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
12 "_location": "/bytes", 12 "_location": "/bytes",
13 "_phantomChildren": {}, 13 "_phantomChildren": {},
14 "_requested": { 14 "_requested": {
15 "type": "version", 15 "type": "version",
16 "registry": true, 16 "registry": true,
17 - "raw": "bytes@3.0.0", 17 + "raw": "bytes@3.1.0",
18 "name": "bytes", 18 "name": "bytes",
19 "escapedName": "bytes", 19 "escapedName": "bytes",
20 - "rawSpec": "3.0.0", 20 + "rawSpec": "3.1.0",
21 "saveSpec": null, 21 "saveSpec": null,
22 - "fetchSpec": "3.0.0" 22 + "fetchSpec": "3.1.0"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 "/body-parser", 25 "/body-parser",
26 "/raw-body" 26 "/raw-body"
27 ], 27 ],
28 - "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", 28 + "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
29 - "_spec": "3.0.0", 29 + "_spec": "3.1.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "TJ Holowaychuk", 32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca", 33 "email": "tj@vision-media.ca",
...@@ -48,8 +48,9 @@ ...@@ -48,8 +48,9 @@
48 ], 48 ],
49 "description": "Utility to parse a string bytes to bytes and vice-versa", 49 "description": "Utility to parse a string bytes to bytes and vice-versa",
50 "devDependencies": { 50 "devDependencies": {
51 - "mocha": "2.5.3", 51 + "eslint": "5.12.1",
52 - "nyc": "10.3.2" 52 + "mocha": "5.2.0",
53 + "nyc": "13.1.0"
53 }, 54 },
54 "engines": { 55 "engines": {
55 "node": ">= 0.8" 56 "node": ">= 0.8"
...@@ -77,9 +78,10 @@ ...@@ -77,9 +78,10 @@
77 "url": "git+https://github.com/visionmedia/bytes.js.git" 78 "url": "git+https://github.com/visionmedia/bytes.js.git"
78 }, 79 },
79 "scripts": { 80 "scripts": {
81 + "lint": "eslint .",
80 "test": "mocha --check-leaks --reporter spec", 82 "test": "mocha --check-leaks --reporter spec",
81 "test-ci": "nyc --reporter=text npm test", 83 "test-ci": "nyc --reporter=text npm test",
82 "test-cov": "nyc --reporter=html --reporter=text npm test" 84 "test-cov": "nyc --reporter=html --reporter=text npm test"
83 }, 85 },
84 - "version": "3.0.0" 86 + "version": "3.1.0"
85 } 87 }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "callsites@3.1.0", 4 "callsites@3.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "callsites@3.1.0", 8 "_from": "callsites@3.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
28 "_spec": "3.1.0", 28 "_spec": "3.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "carrier@0.1.14", 4 "carrier@0.1.14",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "carrier@0.1.14", 8 "_from": "carrier@0.1.14",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/carrier/-/carrier-0.1.14.tgz", 27 "_resolved": "https://registry.npmjs.org/carrier/-/carrier-0.1.14.tgz",
28 "_spec": "0.1.14", 28 "_spec": "0.1.14",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Pedro Teixeira", 31 "name": "Pedro Teixeira",
32 "email": "pedro.teixeira@gmail.com" 32 "email": "pedro.teixeira@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "caseless@0.11.0", 4 "caseless@0.11.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "caseless@0.11.0", 8 "_from": "caseless@0.11.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", 27 "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
28 "_spec": "0.11.0", 28 "_spec": "0.11.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com" 32 "email": "mikeal.rogers@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "casperjs@1.1.4", 4 "casperjs@1.1.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "casperjs@1.1.4", 8 "_from": "casperjs@1.1.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/casperjs/-/casperjs-1.1.4.tgz", 27 "_resolved": "https://registry.npmjs.org/casperjs/-/casperjs-1.1.4.tgz",
28 "_spec": "1.1.4", 28 "_spec": "1.1.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "CasperJS Organization", 31 "name": "CasperJS Organization",
32 "url": "https://casperjs.org/" 32 "url": "https://casperjs.org/"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "chalk@1.1.3", 4 "chalk@1.1.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "chalk@1.1.3", 8 "_from": "chalk@1.1.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", 27 "_resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
28 "_spec": "1.1.3", 28 "_spec": "1.1.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/chalk/chalk/issues" 31 "url": "https://github.com/chalk/chalk/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "async@2.6.3", 4 "async@2.6.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "async@2.6.3", 8 "_from": "async@2.6.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", 27 "_resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
28 "_spec": "2.6.3", 28 "_spec": "2.6.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Caolan McMahon" 31 "name": "Caolan McMahon"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cheerio@0.22.0", 4 "cheerio@0.22.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cheerio@0.22.0", 8 "_from": "cheerio@0.22.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", 27 "_resolved": "http://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz",
28 "_spec": "0.22.0", 28 "_spec": "0.22.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Matt Mueller", 31 "name": "Matt Mueller",
32 "email": "mattmuelle@gmail.com", 32 "email": "mattmuelle@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "iconv-lite@0.4.24", 4 "iconv-lite@0.4.24",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "iconv-lite@0.4.24", 8 "_from": "iconv-lite@0.4.24",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 27 "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
28 "_spec": "0.4.24", 28 "_spec": "0.4.24",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Alexander Shtuchkin", 31 "name": "Alexander Shtuchkin",
32 "email": "ashtuchkin@gmail.com" 32 "email": "ashtuchkin@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tough-cookie@3.0.1", 4 "tough-cookie@3.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tough-cookie@3.0.1", 8 "_from": "tough-cookie@3.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
28 "_spec": "3.0.1", 28 "_spec": "3.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jeremy Stashewsky", 31 "name": "Jeremy Stashewsky",
32 "email": "jstash@gmail.com" 32 "email": "jstash@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cheerio-httpcli@0.7.4", 4 "cheerio-httpcli@0.7.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cheerio-httpcli@0.7.4", 8 "_from": "cheerio-httpcli@0.7.4",
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 ], 48 ],
49 "_resolved": "https://registry.npmjs.org/cheerio-httpcli/-/cheerio-httpcli-0.7.4.tgz", 49 "_resolved": "https://registry.npmjs.org/cheerio-httpcli/-/cheerio-httpcli-0.7.4.tgz",
50 "_spec": "0.7.4", 50 "_spec": "0.7.4",
51 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 51 + "_where": "/Users/star/Desktop/YTMT",
52 "author": { 52 "author": {
53 "name": "ktty1220", 53 "name": "ktty1220",
54 "email": "ktty1220@gmail.com" 54 "email": "ktty1220@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cheerio@1.0.0-rc.2", 4 "cheerio@1.0.0-rc.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cheerio@1.0.0-rc.2", 8 "_from": "cheerio@1.0.0-rc.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", 27 "_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz",
28 "_spec": "1.0.0-rc.2", 28 "_spec": "1.0.0-rc.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Matt Mueller", 31 "name": "Matt Mueller",
32 "email": "mattmuelle@gmail.com", 32 "email": "mattmuelle@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "colors@1.4.0", 4 "colors@1.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "colors@1.4.0", 8 "_from": "colors@1.4.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", 28 "_resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
29 "_spec": "1.4.0", 29 "_spec": "1.4.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Marak Squires" 32 "name": "Marak Squires"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "combined-stream@1.0.7", 4 "combined-stream@1.0.7",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "combined-stream@1.0.7", 8 "_from": "combined-stream@1.0.7",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz", 30 "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz",
31 "_spec": "1.0.7", 31 "_spec": "1.0.7",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "author": { 33 "author": {
34 "name": "Felix Geisendörfer", 34 "name": "Felix Geisendörfer",
35 "email": "felix@debuggable.com", 35 "email": "felix@debuggable.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "commander@2.19.0", 4 "commander@2.19.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "commander@2.19.0", 8 "_from": "commander@2.19.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", 27 "_resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz",
28 "_spec": "2.19.0", 28 "_spec": "2.19.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "concat-map@0.0.1", 4 "concat-map@0.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "concat-map@0.0.1", 8 "_from": "concat-map@0.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
28 "_spec": "0.0.1", 28 "_spec": "0.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "James Halliday", 31 "name": "James Halliday",
32 "email": "mail@substack.net", 32 "email": "mail@substack.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "readable-stream@2.0.6", 4 "readable-stream@2.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "readable-stream@2.0.6", 8 "_from": "readable-stream@2.0.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", 27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
28 "_spec": "2.0.6", 28 "_spec": "2.0.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "browser": { 30 "browser": {
31 "util": false 31 "util": false
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "string_decoder@0.10.31", 4 "string_decoder@0.10.31",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "string_decoder@0.10.31", 8 "_from": "string_decoder@0.10.31",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", 27 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
28 "_spec": "0.10.31", 28 "_spec": "0.10.31",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/rvagg/string_decoder/issues" 31 "url": "https://github.com/rvagg/string_decoder/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "concat-stream@1.5.0", 4 "concat-stream@1.5.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "concat-stream@1.5.0", 8 "_from": "concat-stream@1.5.0",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
32 ], 32 ],
33 "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz", 33 "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz",
34 "_spec": "1.5.0", 34 "_spec": "1.5.0",
35 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 35 + "_where": "/Users/star/Desktop/YTMT",
36 "author": { 36 "author": {
37 "name": "Max Ogden", 37 "name": "Max Ogden",
38 "email": "max@maxogden.com" 38 "email": "max@maxogden.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "content-disposition@0.5.2", 4 "content-disposition@0.5.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "content-disposition@0.5.2", 8 "_from": "content-disposition@0.5.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", 27 "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
28 "_spec": "0.5.2", 28 "_spec": "0.5.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/content-disposition/issues" 31 "url": "https://github.com/jshttp/content-disposition/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "content-type@1.0.4", 4 "content-type@1.0.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "content-type@1.0.4", 8 "_from": "content-type@1.0.4",
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 "/body-parser", 25 "/body-parser",
26 - "/express" 26 + "/express",
27 + "/express/body-parser"
27 ], 28 ],
28 "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", 29 "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
29 "_spec": "1.0.4", 30 "_spec": "1.0.4",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 32 "author": {
32 "name": "Douglas Christopher Wilson", 33 "name": "Douglas Christopher Wilson",
33 "email": "doug@somethingdoug.com" 34 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cookie-parser@1.4.3", 4 "cookie-parser@1.4.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cookie-parser@1.4.3", 8 "_from": "cookie-parser@1.4.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz", 27 "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
28 "_spec": "1.4.3", 28 "_spec": "1.4.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca", 32 "email": "tj@vision-media.ca",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cookie-signature@1.0.6", 4 "cookie-signature@1.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cookie-signature@1.0.6", 8 "_from": "cookie-signature@1.0.6",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", 29 "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
30 "_spec": "1.0.6", 30 "_spec": "1.0.6",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "TJ Holowaychuk", 33 "name": "TJ Holowaychuk",
34 "email": "tj@learnboost.com" 34 "email": "tj@learnboost.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cookie@0.3.1", 4 "cookie@0.3.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cookie@0.3.1", 8 "_from": "cookie@0.3.1",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", 29 "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
30 "_spec": "0.3.1", 30 "_spec": "0.3.1",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "Roman Shtylman", 33 "name": "Roman Shtylman",
34 "email": "shtylman@gmail.com" 34 "email": "shtylman@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "core-util-is@1.0.2", 4 "core-util-is@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "core-util-is@1.0.2", 8 "_from": "core-util-is@1.0.2",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
31 ], 31 ],
32 "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", 32 "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
33 "_spec": "1.0.2", 33 "_spec": "1.0.2",
34 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 34 + "_where": "/Users/star/Desktop/YTMT",
35 "author": { 35 "author": {
36 "name": "Isaac Z. Schlueter", 36 "name": "Isaac Z. Schlueter",
37 "email": "i@izs.me", 37 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "crc@3.4.4", 4 "crc@3.4.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "crc@3.4.4", 8 "_from": "crc@3.4.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz", 27 "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz",
28 "_spec": "3.4.4", 28 "_spec": "3.4.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Alex Gorbatchev", 31 "name": "Alex Gorbatchev",
32 "url": "https://github.com/alexgorbatchev" 32 "url": "https://github.com/alexgorbatchev"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cross-spawn@6.0.5", 4 "cross-spawn@6.0.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cross-spawn@6.0.5", 8 "_from": "cross-spawn@6.0.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", 27 "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
28 "_spec": "6.0.5", 28 "_spec": "6.0.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "André Cruz", 31 "name": "André Cruz",
32 "email": "andre@moxy.studio" 32 "email": "andre@moxy.studio"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "cryptiles@2.0.5", 4 "cryptiles@2.0.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "cryptiles@2.0.5", 8 "_from": "cryptiles@2.0.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", 27 "_resolved": "http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
28 "_spec": "2.0.5", 28 "_spec": "2.0.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/hapijs/cryptiles/issues" 31 "url": "https://github.com/hapijs/cryptiles/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "css-select@1.2.0", 4 "css-select@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "css-select@1.2.0", 8 "_from": "css-select@1.2.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "http://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", 28 "_resolved": "http://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
29 "_spec": "1.2.0", 29 "_spec": "1.2.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Felix Boehm", 32 "name": "Felix Boehm",
33 "email": "me@feedic.com" 33 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "css-what@2.1.2", 4 "css-what@2.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "css-what@2.1.2", 8 "_from": "css-what@2.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.2.tgz",
28 "_spec": "2.1.2", 28 "_spec": "2.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Böhm", 31 "name": "Felix Böhm",
32 "email": "me@feedic.com", 32 "email": "me@feedic.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "assert-plus@1.0.0", 4 "assert-plus@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "assert-plus@1.0.0", 8 "_from": "assert-plus@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mark Cavage", 31 "name": "Mark Cavage",
32 "email": "mcavage@gmail.com" 32 "email": "mcavage@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "dashdash@1.14.1", 4 "dashdash@1.14.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "dashdash@1.14.1", 8 "_from": "dashdash@1.14.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", 27 "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
28 "_spec": "1.14.1", 28 "_spec": "1.14.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Trent Mick", 31 "name": "Trent Mick",
32 "email": "trentm@gmail.com", 32 "email": "trentm@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "debug@2.6.9", 4 "debug@2.6.9",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "debug@2.6.9", 8 "_from": "debug@2.6.9",
...@@ -26,13 +26,14 @@ ...@@ -26,13 +26,14 @@
26 "/body-parser", 26 "/body-parser",
27 "/express", 27 "/express",
28 "/express-session", 28 "/express-session",
29 + "/express/body-parser",
29 "/finalhandler", 30 "/finalhandler",
30 "/morgan", 31 "/morgan",
31 "/send" 32 "/send"
32 ], 33 ],
33 "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 34 "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
34 "_spec": "2.6.9", 35 "_spec": "2.6.9",
35 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 36 + "_where": "/Users/star/Desktop/YTMT",
36 "author": { 37 "author": {
37 "name": "TJ Holowaychuk", 38 "name": "TJ Holowaychuk",
38 "email": "tj@vision-media.ca" 39 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "delayed-stream@1.0.0", 4 "delayed-stream@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "delayed-stream@1.0.0", 8 "_from": "delayed-stream@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Geisendörfer", 31 "name": "Felix Geisendörfer",
32 "email": "felix@debuggable.com", 32 "email": "felix@debuggable.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "depd@1.1.2", 4 "depd@1.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "depd@1.1.2", 8 "_from": "depd@1.1.2",
...@@ -23,15 +23,18 @@ ...@@ -23,15 +23,18 @@
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 "/body-parser", 25 "/body-parser",
26 + "/body-parser/http-errors",
26 "/express", 27 "/express",
27 "/express-session", 28 "/express-session",
29 + "/express/body-parser",
28 "/http-errors", 30 "/http-errors",
29 "/morgan", 31 "/morgan",
32 + "/raw-body/http-errors",
30 "/send" 33 "/send"
31 ], 34 ],
32 "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", 35 "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
33 "_spec": "1.1.2", 36 "_spec": "1.1.2",
34 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 37 + "_where": "/Users/star/Desktop/YTMT",
35 "author": { 38 "author": {
36 "name": "Douglas Christopher Wilson", 39 "name": "Douglas Christopher Wilson",
37 "email": "doug@somethingdoug.com" 40 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "destroy@1.0.4", 4 "destroy@1.0.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "destroy@1.0.4", 8 "_from": "destroy@1.0.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", 27 "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
28 "_spec": "1.0.4", 28 "_spec": "1.0.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jonathan Ong", 31 "name": "Jonathan Ong",
32 "email": "me@jongleberry.com", 32 "email": "me@jongleberry.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "domelementtype@1.1.3", 4 "domelementtype@1.1.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "domelementtype@1.1.3", 8 "_from": "domelementtype@1.1.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", 27 "_resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
28 "_spec": "1.1.3", 28 "_spec": "1.1.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Boehm", 31 "name": "Felix Boehm",
32 "email": "me@feedic.com" 32 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "dom-serializer@0.1.0", 4 "dom-serializer@0.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "dom-serializer@0.1.0", 8 "_from": "dom-serializer@0.1.0",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", 29 "_resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
30 "_spec": "0.1.0", 30 "_spec": "0.1.0",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "Felix Boehm", 33 "name": "Felix Boehm",
34 "email": "me@feedic.com" 34 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "domelementtype@1.2.1", 4 "domelementtype@1.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "domelementtype@1.2.1", 8 "_from": "domelementtype@1.2.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.2.1.tgz", 28 "_resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.2.1.tgz",
29 "_spec": "1.2.1", 29 "_spec": "1.2.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Felix Boehm", 32 "name": "Felix Boehm",
33 "email": "me@feedic.com" 33 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "domhandler@2.4.2", 4 "domhandler@2.4.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "domhandler@2.4.2", 8 "_from": "domhandler@2.4.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", 27 "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
28 "_spec": "2.4.2", 28 "_spec": "2.4.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Boehm", 31 "name": "Felix Boehm",
32 "email": "me@feedic.com" 32 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "domutils@1.5.1", 4 "domutils@1.5.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "domutils@1.5.1", 8 "_from": "domutils@1.5.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", 28 "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
29 "_spec": "1.5.1", 29 "_spec": "1.5.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Felix Boehm", 32 "name": "Felix Boehm",
33 "email": "me@feedic.com" 33 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "duplexer@0.0.4", 4 "duplexer@0.0.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "duplexer@0.0.4", 8 "_from": "duplexer@0.0.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.0.4.tgz", 27 "_resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.0.4.tgz",
28 "_spec": "0.0.4", 28 "_spec": "0.0.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Raynos", 31 "name": "Raynos",
32 "email": "raynos2@gmail.com" 32 "email": "raynos2@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ecc-jsbn@0.1.2", 4 "ecc-jsbn@0.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ecc-jsbn@0.1.2", 8 "_from": "ecc-jsbn@0.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
28 "_spec": "0.1.2", 28 "_spec": "0.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jeremie Miller", 31 "name": "Jeremie Miller",
32 "email": "jeremie@jabber.org", 32 "email": "jeremie@jabber.org",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ee-first@1.1.1", 4 "ee-first@1.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ee-first@1.1.1", 8 "_from": "ee-first@1.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
28 "_spec": "1.1.1", 28 "_spec": "1.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jonathan Ong", 31 "name": "Jonathan Ong",
32 "email": "me@jongleberry.com", 32 "email": "me@jongleberry.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ejs@2.6.1", 4 "ejs@2.6.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ejs@2.6.1", 8 "_from": "ejs@2.6.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.1.tgz", 27 "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.1.tgz",
28 "_spec": "2.6.1", 28 "_spec": "2.6.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Matthew Eernisse", 31 "name": "Matthew Eernisse",
32 "email": "mde@fleegix.org", 32 "email": "mde@fleegix.org",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "encodeurl@1.0.2", 4 "encodeurl@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "encodeurl@1.0.2", 8 "_from": "encodeurl@1.0.2",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", 30 "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
31 "_spec": "1.0.2", 31 "_spec": "1.0.2",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "bugs": { 33 "bugs": {
34 "url": "https://github.com/pillarjs/encodeurl/issues" 34 "url": "https://github.com/pillarjs/encodeurl/issues"
35 }, 35 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "end-of-stream@1.4.4", 4 "end-of-stream@1.4.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "end-of-stream@1.4.4", 8 "_from": "end-of-stream@1.4.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", 27 "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
28 "_spec": "1.4.4", 28 "_spec": "1.4.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mathias Buus", 31 "name": "Mathias Buus",
32 "email": "mathiasbuus@gmail.com" 32 "email": "mathiasbuus@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "entities@1.1.2", 4 "entities@1.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "entities@1.1.2", 8 "_from": "entities@1.1.2",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", 30 "_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
31 "_spec": "1.1.2", 31 "_spec": "1.1.2",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "author": { 33 "author": {
34 "name": "Felix Boehm", 34 "name": "Felix Boehm",
35 "email": "me@feedic.com" 35 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "es6-promise@4.2.8", 4 "es6-promise@4.2.8",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "es6-promise@4.2.8", 8 "_from": "es6-promise@4.2.8",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", 27 "_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
28 "_spec": "4.2.8", 28 "_spec": "4.2.8",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Yehuda Katz, Tom Dale, Stefan Penner and contributors", 31 "name": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
32 "url": "Conversion to ES6 API by Jake Archibald" 32 "url": "Conversion to ES6 API by Jake Archibald"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "es6-promisify@5.0.0", 4 "es6-promisify@5.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "es6-promisify@5.0.0", 8 "_from": "es6-promisify@5.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
28 "_spec": "5.0.0", 28 "_spec": "5.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mike Hall", 31 "name": "Mike Hall",
32 "email": "mikehall314@gmail.com" 32 "email": "mikehall314@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "escape-html@1.0.3", 4 "escape-html@1.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "escape-html@1.0.3", 8 "_from": "escape-html@1.0.3",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 30 "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
31 "_spec": "1.0.3", 31 "_spec": "1.0.3",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "bugs": { 33 "bugs": {
34 "url": "https://github.com/component/escape-html/issues" 34 "url": "https://github.com/component/escape-html/issues"
35 }, 35 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "escape-string-regexp@1.0.5", 4 "escape-string-regexp@1.0.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "escape-string-regexp@1.0.5", 8 "_from": "escape-string-regexp@1.0.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 27 "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
28 "_spec": "1.0.5", 28 "_spec": "1.0.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "etag@1.8.1", 4 "etag@1.8.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "etag@1.8.1", 8 "_from": "etag@1.8.1",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 29 "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
30 "_spec": "1.8.1", 30 "_spec": "1.8.1",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/jshttp/etag/issues" 33 "url": "https://github.com/jshttp/etag/issues"
34 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "execa@1.0.0", 4 "execa@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "execa@1.0.0", 8 "_from": "execa@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "express-session@1.15.6", 4 "express-session@1.15.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "express-session@1.15.6", 8 "_from": "express-session@1.15.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.15.6.tgz", 27 "_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.15.6.tgz",
28 "_spec": "1.15.6", 28 "_spec": "1.15.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca", 32 "email": "tj@vision-media.ca",
......
1 +1.18.3 / 2018-05-14
2 +===================
3 +
4 + * Fix stack trace for strict json parse error
5 + * deps: depd@~1.1.2
6 + - perf: remove argument reassignment
7 + * deps: http-errors@~1.6.3
8 + - deps: depd@~1.1.2
9 + - deps: setprototypeof@1.1.0
10 + - deps: statuses@'>= 1.3.1 < 2'
11 + * deps: iconv-lite@0.4.23
12 + - Fix loading encoding with year appended
13 + - Fix deprecation warnings on Node.js 10+
14 + * deps: qs@6.5.2
15 + * deps: raw-body@2.3.3
16 + - deps: http-errors@1.6.3
17 + - deps: iconv-lite@0.4.23
18 + * deps: type-is@~1.6.16
19 + - deps: mime-types@~2.1.18
20 +
21 +1.18.2 / 2017-09-22
22 +===================
23 +
24 + * deps: debug@2.6.9
25 + * perf: remove argument reassignment
26 +
27 +1.18.1 / 2017-09-12
28 +===================
29 +
30 + * deps: content-type@~1.0.4
31 + - perf: remove argument reassignment
32 + - perf: skip parameter parsing when no parameters
33 + * deps: iconv-lite@0.4.19
34 + - Fix ISO-8859-1 regression
35 + - Update Windows-1255
36 + * deps: qs@6.5.1
37 + - Fix parsing & compacting very deep objects
38 + * deps: raw-body@2.3.2
39 + - deps: iconv-lite@0.4.19
40 +
41 +1.18.0 / 2017-09-08
42 +===================
43 +
44 + * Fix JSON strict violation error to match native parse error
45 + * Include the `body` property on verify errors
46 + * Include the `type` property on all generated errors
47 + * Use `http-errors` to set status code on errors
48 + * deps: bytes@3.0.0
49 + * deps: debug@2.6.8
50 + * deps: depd@~1.1.1
51 + - Remove unnecessary `Buffer` loading
52 + * deps: http-errors@~1.6.2
53 + - deps: depd@1.1.1
54 + * deps: iconv-lite@0.4.18
55 + - Add support for React Native
56 + - Add a warning if not loaded as utf-8
57 + - Fix CESU-8 decoding in Node.js 8
58 + - Improve speed of ISO-8859-1 encoding
59 + * deps: qs@6.5.0
60 + * deps: raw-body@2.3.1
61 + - Use `http-errors` for standard emitted errors
62 + - deps: bytes@3.0.0
63 + - deps: iconv-lite@0.4.18
64 + - perf: skip buffer decoding on overage chunk
65 + * perf: prevent internal `throw` when missing charset
66 +
67 +1.17.2 / 2017-05-17
68 +===================
69 +
70 + * deps: debug@2.6.7
71 + - Fix `DEBUG_MAX_ARRAY_LENGTH`
72 + - deps: ms@2.0.0
73 + * deps: type-is@~1.6.15
74 + - deps: mime-types@~2.1.15
75 +
76 +1.17.1 / 2017-03-06
77 +===================
78 +
79 + * deps: qs@6.4.0
80 + - Fix regression parsing keys starting with `[`
81 +
82 +1.17.0 / 2017-03-01
83 +===================
84 +
85 + * deps: http-errors@~1.6.1
86 + - Make `message` property enumerable for `HttpError`s
87 + - deps: setprototypeof@1.0.3
88 + * deps: qs@6.3.1
89 + - Fix compacting nested arrays
90 +
91 +1.16.1 / 2017-02-10
92 +===================
93 +
94 + * deps: debug@2.6.1
95 + - Fix deprecation messages in WebStorm and other editors
96 + - Undeprecate `DEBUG_FD` set to `1` or `2`
97 +
98 +1.16.0 / 2017-01-17
99 +===================
100 +
101 + * deps: debug@2.6.0
102 + - Allow colors in workers
103 + - Deprecated `DEBUG_FD` environment variable
104 + - Fix error when running under React Native
105 + - Use same color for same namespace
106 + - deps: ms@0.7.2
107 + * deps: http-errors@~1.5.1
108 + - deps: inherits@2.0.3
109 + - deps: setprototypeof@1.0.2
110 + - deps: statuses@'>= 1.3.1 < 2'
111 + * deps: iconv-lite@0.4.15
112 + - Added encoding MS-31J
113 + - Added encoding MS-932
114 + - Added encoding MS-936
115 + - Added encoding MS-949
116 + - Added encoding MS-950
117 + - Fix GBK/GB18030 handling of Euro character
118 + * deps: qs@6.2.1
119 + - Fix array parsing from skipping empty values
120 + * deps: raw-body@~2.2.0
121 + - deps: iconv-lite@0.4.15
122 + * deps: type-is@~1.6.14
123 + - deps: mime-types@~2.1.13
124 +
125 +1.15.2 / 2016-06-19
126 +===================
127 +
128 + * deps: bytes@2.4.0
129 + * deps: content-type@~1.0.2
130 + - perf: enable strict mode
131 + * deps: http-errors@~1.5.0
132 + - Use `setprototypeof` module to replace `__proto__` setting
133 + - deps: statuses@'>= 1.3.0 < 2'
134 + - perf: enable strict mode
135 + * deps: qs@6.2.0
136 + * deps: raw-body@~2.1.7
137 + - deps: bytes@2.4.0
138 + - perf: remove double-cleanup on happy path
139 + * deps: type-is@~1.6.13
140 + - deps: mime-types@~2.1.11
141 +
142 +1.15.1 / 2016-05-05
143 +===================
144 +
145 + * deps: bytes@2.3.0
146 + - Drop partial bytes on all parsed units
147 + - Fix parsing byte string that looks like hex
148 + * deps: raw-body@~2.1.6
149 + - deps: bytes@2.3.0
150 + * deps: type-is@~1.6.12
151 + - deps: mime-types@~2.1.10
152 +
153 +1.15.0 / 2016-02-10
154 +===================
155 +
156 + * deps: http-errors@~1.4.0
157 + - Add `HttpError` export, for `err instanceof createError.HttpError`
158 + - deps: inherits@2.0.1
159 + - deps: statuses@'>= 1.2.1 < 2'
160 + * deps: qs@6.1.0
161 + * deps: type-is@~1.6.11
162 + - deps: mime-types@~2.1.9
163 +
164 +1.14.2 / 2015-12-16
165 +===================
166 +
167 + * deps: bytes@2.2.0
168 + * deps: iconv-lite@0.4.13
169 + * deps: qs@5.2.0
170 + * deps: raw-body@~2.1.5
171 + - deps: bytes@2.2.0
172 + - deps: iconv-lite@0.4.13
173 + * deps: type-is@~1.6.10
174 + - deps: mime-types@~2.1.8
175 +
176 +1.14.1 / 2015-09-27
177 +===================
178 +
179 + * Fix issue where invalid charset results in 400 when `verify` used
180 + * deps: iconv-lite@0.4.12
181 + - Fix CESU-8 decoding in Node.js 4.x
182 + * deps: raw-body@~2.1.4
183 + - Fix masking critical errors from `iconv-lite`
184 + - deps: iconv-lite@0.4.12
185 + * deps: type-is@~1.6.9
186 + - deps: mime-types@~2.1.7
187 +
188 +1.14.0 / 2015-09-16
189 +===================
190 +
191 + * Fix JSON strict parse error to match syntax errors
192 + * Provide static `require` analysis in `urlencoded` parser
193 + * deps: depd@~1.1.0
194 + - Support web browser loading
195 + * deps: qs@5.1.0
196 + * deps: raw-body@~2.1.3
197 + - Fix sync callback when attaching data listener causes sync read
198 + * deps: type-is@~1.6.8
199 + - Fix type error when given invalid type to match against
200 + - deps: mime-types@~2.1.6
201 +
202 +1.13.3 / 2015-07-31
203 +===================
204 +
205 + * deps: type-is@~1.6.6
206 + - deps: mime-types@~2.1.4
207 +
208 +1.13.2 / 2015-07-05
209 +===================
210 +
211 + * deps: iconv-lite@0.4.11
212 + * deps: qs@4.0.0
213 + - Fix dropping parameters like `hasOwnProperty`
214 + - Fix user-visible incompatibilities from 3.1.0
215 + - Fix various parsing edge cases
216 + * deps: raw-body@~2.1.2
217 + - Fix error stack traces to skip `makeError`
218 + - deps: iconv-lite@0.4.11
219 + * deps: type-is@~1.6.4
220 + - deps: mime-types@~2.1.2
221 + - perf: enable strict mode
222 + - perf: remove argument reassignment
223 +
224 +1.13.1 / 2015-06-16
225 +===================
226 +
227 + * deps: qs@2.4.2
228 + - Downgraded from 3.1.0 because of user-visible incompatibilities
229 +
230 +1.13.0 / 2015-06-14
231 +===================
232 +
233 + * Add `statusCode` property on `Error`s, in addition to `status`
234 + * Change `type` default to `application/json` for JSON parser
235 + * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser
236 + * Provide static `require` analysis
237 + * Use the `http-errors` module to generate errors
238 + * deps: bytes@2.1.0
239 + - Slight optimizations
240 + * deps: iconv-lite@0.4.10
241 + - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
242 + - Leading BOM is now removed when decoding
243 + * deps: on-finished@~2.3.0
244 + - Add defined behavior for HTTP `CONNECT` requests
245 + - Add defined behavior for HTTP `Upgrade` requests
246 + - deps: ee-first@1.1.1
247 + * deps: qs@3.1.0
248 + - Fix dropping parameters like `hasOwnProperty`
249 + - Fix various parsing edge cases
250 + - Parsed object now has `null` prototype
251 + * deps: raw-body@~2.1.1
252 + - Use `unpipe` module for unpiping requests
253 + - deps: iconv-lite@0.4.10
254 + * deps: type-is@~1.6.3
255 + - deps: mime-types@~2.1.1
256 + - perf: reduce try block size
257 + - perf: remove bitwise operations
258 + * perf: enable strict mode
259 + * perf: remove argument reassignment
260 + * perf: remove delete call
261 +
262 +1.12.4 / 2015-05-10
263 +===================
264 +
265 + * deps: debug@~2.2.0
266 + * deps: qs@2.4.2
267 + - Fix allowing parameters like `constructor`
268 + * deps: on-finished@~2.2.1
269 + * deps: raw-body@~2.0.1
270 + - Fix a false-positive when unpiping in Node.js 0.8
271 + - deps: bytes@2.0.1
272 + * deps: type-is@~1.6.2
273 + - deps: mime-types@~2.0.11
274 +
275 +1.12.3 / 2015-04-15
276 +===================
277 +
278 + * Slight efficiency improvement when not debugging
279 + * deps: depd@~1.0.1
280 + * deps: iconv-lite@0.4.8
281 + - Add encoding alias UNICODE-1-1-UTF-7
282 + * deps: raw-body@1.3.4
283 + - Fix hanging callback if request aborts during read
284 + - deps: iconv-lite@0.4.8
285 +
286 +1.12.2 / 2015-03-16
287 +===================
288 +
289 + * deps: qs@2.4.1
290 + - Fix error when parameter `hasOwnProperty` is present
291 +
292 +1.12.1 / 2015-03-15
293 +===================
294 +
295 + * deps: debug@~2.1.3
296 + - Fix high intensity foreground color for bold
297 + - deps: ms@0.7.0
298 + * deps: type-is@~1.6.1
299 + - deps: mime-types@~2.0.10
300 +
301 +1.12.0 / 2015-02-13
302 +===================
303 +
304 + * add `debug` messages
305 + * accept a function for the `type` option
306 + * use `content-type` to parse `Content-Type` headers
307 + * deps: iconv-lite@0.4.7
308 + - Gracefully support enumerables on `Object.prototype`
309 + * deps: raw-body@1.3.3
310 + - deps: iconv-lite@0.4.7
311 + * deps: type-is@~1.6.0
312 + - fix argument reassignment
313 + - fix false-positives in `hasBody` `Transfer-Encoding` check
314 + - support wildcard for both type and subtype (`*/*`)
315 + - deps: mime-types@~2.0.9
316 +
317 +1.11.0 / 2015-01-30
318 +===================
319 +
320 + * make internal `extended: true` depth limit infinity
321 + * deps: type-is@~1.5.6
322 + - deps: mime-types@~2.0.8
323 +
324 +1.10.2 / 2015-01-20
325 +===================
326 +
327 + * deps: iconv-lite@0.4.6
328 + - Fix rare aliases of single-byte encodings
329 + * deps: raw-body@1.3.2
330 + - deps: iconv-lite@0.4.6
331 +
332 +1.10.1 / 2015-01-01
333 +===================
334 +
335 + * deps: on-finished@~2.2.0
336 + * deps: type-is@~1.5.5
337 + - deps: mime-types@~2.0.7
338 +
339 +1.10.0 / 2014-12-02
340 +===================
341 +
342 + * make internal `extended: true` array limit dynamic
343 +
344 +1.9.3 / 2014-11-21
345 +==================
346 +
347 + * deps: iconv-lite@0.4.5
348 + - Fix Windows-31J and X-SJIS encoding support
349 + * deps: qs@2.3.3
350 + - Fix `arrayLimit` behavior
351 + * deps: raw-body@1.3.1
352 + - deps: iconv-lite@0.4.5
353 + * deps: type-is@~1.5.3
354 + - deps: mime-types@~2.0.3
355 +
356 +1.9.2 / 2014-10-27
357 +==================
358 +
359 + * deps: qs@2.3.2
360 + - Fix parsing of mixed objects and values
361 +
362 +1.9.1 / 2014-10-22
363 +==================
364 +
365 + * deps: on-finished@~2.1.1
366 + - Fix handling of pipelined requests
367 + * deps: qs@2.3.0
368 + - Fix parsing of mixed implicit and explicit arrays
369 + * deps: type-is@~1.5.2
370 + - deps: mime-types@~2.0.2
371 +
372 +1.9.0 / 2014-09-24
373 +==================
374 +
375 + * include the charset in "unsupported charset" error message
376 + * include the encoding in "unsupported content encoding" error message
377 + * deps: depd@~1.0.0
378 +
379 +1.8.4 / 2014-09-23
380 +==================
381 +
382 + * fix content encoding to be case-insensitive
383 +
384 +1.8.3 / 2014-09-19
385 +==================
386 +
387 + * deps: qs@2.2.4
388 + - Fix issue with object keys starting with numbers truncated
389 +
390 +1.8.2 / 2014-09-15
391 +==================
392 +
393 + * deps: depd@0.4.5
394 +
395 +1.8.1 / 2014-09-07
396 +==================
397 +
398 + * deps: media-typer@0.3.0
399 + * deps: type-is@~1.5.1
400 +
401 +1.8.0 / 2014-09-05
402 +==================
403 +
404 + * make empty-body-handling consistent between chunked requests
405 + - empty `json` produces `{}`
406 + - empty `raw` produces `new Buffer(0)`
407 + - empty `text` produces `''`
408 + - empty `urlencoded` produces `{}`
409 + * deps: qs@2.2.3
410 + - Fix issue where first empty value in array is discarded
411 + * deps: type-is@~1.5.0
412 + - fix `hasbody` to be true for `content-length: 0`
413 +
414 +1.7.0 / 2014-09-01
415 +==================
416 +
417 + * add `parameterLimit` option to `urlencoded` parser
418 + * change `urlencoded` extended array limit to 100
419 + * respond with 413 when over `parameterLimit` in `urlencoded`
420 +
421 +1.6.7 / 2014-08-29
422 +==================
423 +
424 + * deps: qs@2.2.2
425 + - Remove unnecessary cloning
426 +
427 +1.6.6 / 2014-08-27
428 +==================
429 +
430 + * deps: qs@2.2.0
431 + - Array parsing fix
432 + - Performance improvements
433 +
434 +1.6.5 / 2014-08-16
435 +==================
436 +
437 + * deps: on-finished@2.1.0
438 +
439 +1.6.4 / 2014-08-14
440 +==================
441 +
442 + * deps: qs@1.2.2
443 +
444 +1.6.3 / 2014-08-10
445 +==================
446 +
447 + * deps: qs@1.2.1
448 +
449 +1.6.2 / 2014-08-07
450 +==================
451 +
452 + * deps: qs@1.2.0
453 + - Fix parsing array of objects
454 +
455 +1.6.1 / 2014-08-06
456 +==================
457 +
458 + * deps: qs@1.1.0
459 + - Accept urlencoded square brackets
460 + - Accept empty values in implicit array notation
461 +
462 +1.6.0 / 2014-08-05
463 +==================
464 +
465 + * deps: qs@1.0.2
466 + - Complete rewrite
467 + - Limits array length to 20
468 + - Limits object depth to 5
469 + - Limits parameters to 1,000
470 +
471 +1.5.2 / 2014-07-27
472 +==================
473 +
474 + * deps: depd@0.4.4
475 + - Work-around v8 generating empty stack traces
476 +
477 +1.5.1 / 2014-07-26
478 +==================
479 +
480 + * deps: depd@0.4.3
481 + - Fix exception when global `Error.stackTraceLimit` is too low
482 +
483 +1.5.0 / 2014-07-20
484 +==================
485 +
486 + * deps: depd@0.4.2
487 + - Add `TRACE_DEPRECATION` environment variable
488 + - Remove non-standard grey color from color output
489 + - Support `--no-deprecation` argument
490 + - Support `--trace-deprecation` argument
491 + * deps: iconv-lite@0.4.4
492 + - Added encoding UTF-7
493 + * deps: raw-body@1.3.0
494 + - deps: iconv-lite@0.4.4
495 + - Added encoding UTF-7
496 + - Fix `Cannot switch to old mode now` error on Node.js 0.10+
497 + * deps: type-is@~1.3.2
498 +
499 +1.4.3 / 2014-06-19
500 +==================
501 +
502 + * deps: type-is@1.3.1
503 + - fix global variable leak
504 +
505 +1.4.2 / 2014-06-19
506 +==================
507 +
508 + * deps: type-is@1.3.0
509 + - improve type parsing
510 +
511 +1.4.1 / 2014-06-19
512 +==================
513 +
514 + * fix urlencoded extended deprecation message
515 +
516 +1.4.0 / 2014-06-19
517 +==================
518 +
519 + * add `text` parser
520 + * add `raw` parser
521 + * check accepted charset in content-type (accepts utf-8)
522 + * check accepted encoding in content-encoding (accepts identity)
523 + * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed
524 + * deprecate `urlencoded()` without provided `extended` option
525 + * lazy-load urlencoded parsers
526 + * parsers split into files for reduced mem usage
527 + * support gzip and deflate bodies
528 + - set `inflate: false` to turn off
529 + * deps: raw-body@1.2.2
530 + - Support all encodings from `iconv-lite`
531 +
532 +1.3.1 / 2014-06-11
533 +==================
534 +
535 + * deps: type-is@1.2.1
536 + - Switch dependency from mime to mime-types@1.0.0
537 +
538 +1.3.0 / 2014-05-31
539 +==================
540 +
541 + * add `extended` option to urlencoded parser
542 +
543 +1.2.2 / 2014-05-27
544 +==================
545 +
546 + * deps: raw-body@1.1.6
547 + - assert stream encoding on node.js 0.8
548 + - assert stream encoding on node.js < 0.10.6
549 + - deps: bytes@1
550 +
551 +1.2.1 / 2014-05-26
552 +==================
553 +
554 + * invoke `next(err)` after request fully read
555 + - prevents hung responses and socket hang ups
556 +
557 +1.2.0 / 2014-05-11
558 +==================
559 +
560 + * add `verify` option
561 + * deps: type-is@1.2.0
562 + - support suffix matching
563 +
564 +1.1.2 / 2014-05-11
565 +==================
566 +
567 + * improve json parser speed
568 +
569 +1.1.1 / 2014-05-11
570 +==================
571 +
572 + * fix repeated limit parsing with every request
573 +
574 +1.1.0 / 2014-05-10
575 +==================
576 +
577 + * add `type` option
578 + * deps: pin for safety and consistency
579 +
580 +1.0.2 / 2014-04-14
581 +==================
582 +
583 + * use `type-is` module
584 +
585 +1.0.1 / 2014-03-20
586 +==================
587 +
588 + * lower default limits to 100kb
1 +(The MIT License)
2 +
3 +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
4 +Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
5 +
6 +Permission is hereby granted, free of charge, to any person obtaining
7 +a copy of this software and associated documentation files (the
8 +'Software'), to deal in the Software without restriction, including
9 +without limitation the rights to use, copy, modify, merge, publish,
10 +distribute, sublicense, and/or sell copies of the Software, and to
11 +permit persons to whom the Software is furnished to do so, subject to
12 +the following conditions:
13 +
14 +The above copyright notice and this permission notice shall be
15 +included in all copies or substantial portions of the Software.
16 +
17 +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20 +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21 +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22 +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23 +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 +# body-parser
2 +
3 +[![NPM Version][npm-image]][npm-url]
4 +[![NPM Downloads][downloads-image]][downloads-url]
5 +[![Build Status][travis-image]][travis-url]
6 +[![Test Coverage][coveralls-image]][coveralls-url]
7 +
8 +Node.js body parsing middleware.
9 +
10 +Parse incoming request bodies in a middleware before your handlers, available
11 +under the `req.body` property.
12 +
13 +**Note** As `req.body`'s shape is based on user-controlled input, all
14 +properties and values in this object are untrusted and should be validated
15 +before trusting. For example, `req.body.foo.toString()` may fail in multiple
16 +ways, for example the `foo` property may not be there or may not be a string,
17 +and `toString` may not be a function and instead a string or other user input.
18 +
19 +[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/).
20 +
21 +_This does not handle multipart bodies_, due to their complex and typically
22 +large nature. For multipart bodies, you may be interested in the following
23 +modules:
24 +
25 + * [busboy](https://www.npmjs.org/package/busboy#readme) and
26 + [connect-busboy](https://www.npmjs.org/package/connect-busboy#readme)
27 + * [multiparty](https://www.npmjs.org/package/multiparty#readme) and
28 + [connect-multiparty](https://www.npmjs.org/package/connect-multiparty#readme)
29 + * [formidable](https://www.npmjs.org/package/formidable#readme)
30 + * [multer](https://www.npmjs.org/package/multer#readme)
31 +
32 +This module provides the following parsers:
33 +
34 + * [JSON body parser](#bodyparserjsonoptions)
35 + * [Raw body parser](#bodyparserrawoptions)
36 + * [Text body parser](#bodyparsertextoptions)
37 + * [URL-encoded form body parser](#bodyparserurlencodedoptions)
38 +
39 +Other body parsers you might be interested in:
40 +
41 +- [body](https://www.npmjs.org/package/body#readme)
42 +- [co-body](https://www.npmjs.org/package/co-body#readme)
43 +
44 +## Installation
45 +
46 +```sh
47 +$ npm install body-parser
48 +```
49 +
50 +## API
51 +
52 +<!-- eslint-disable no-unused-vars -->
53 +
54 +```js
55 +var bodyParser = require('body-parser')
56 +```
57 +
58 +The `bodyParser` object exposes various factories to create middlewares. All
59 +middlewares will populate the `req.body` property with the parsed body when
60 +the `Content-Type` request header matches the `type` option, or an empty
61 +object (`{}`) if there was no body to parse, the `Content-Type` was not matched,
62 +or an error occurred.
63 +
64 +The various errors returned by this module are described in the
65 +[errors section](#errors).
66 +
67 +### bodyParser.json([options])
68 +
69 +Returns middleware that only parses `json` and only looks at requests where
70 +the `Content-Type` header matches the `type` option. This parser accepts any
71 +Unicode encoding of the body and supports automatic inflation of `gzip` and
72 +`deflate` encodings.
73 +
74 +A new `body` object containing the parsed data is populated on the `request`
75 +object after the middleware (i.e. `req.body`).
76 +
77 +#### Options
78 +
79 +The `json` function takes an optional `options` object that may contain any of
80 +the following keys:
81 +
82 +##### inflate
83 +
84 +When set to `true`, then deflated (compressed) bodies will be inflated; when
85 +`false`, deflated bodies are rejected. Defaults to `true`.
86 +
87 +##### limit
88 +
89 +Controls the maximum request body size. If this is a number, then the value
90 +specifies the number of bytes; if it is a string, the value is passed to the
91 +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
92 +to `'100kb'`.
93 +
94 +##### reviver
95 +
96 +The `reviver` option is passed directly to `JSON.parse` as the second
97 +argument. You can find more information on this argument
98 +[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example.3A_Using_the_reviver_parameter).
99 +
100 +##### strict
101 +
102 +When set to `true`, will only accept arrays and objects; when `false` will
103 +accept anything `JSON.parse` accepts. Defaults to `true`.
104 +
105 +##### type
106 +
107 +The `type` option is used to determine what media type the middleware will
108 +parse. This option can be a string, array of strings, or a function. If not a
109 +function, `type` option is passed directly to the
110 +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can
111 +be an extension name (like `json`), a mime type (like `application/json`), or
112 +a mime type with a wildcard (like `*/*` or `*/json`). If a function, the `type`
113 +option is called as `fn(req)` and the request is parsed if it returns a truthy
114 +value. Defaults to `application/json`.
115 +
116 +##### verify
117 +
118 +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
119 +where `buf` is a `Buffer` of the raw request body and `encoding` is the
120 +encoding of the request. The parsing can be aborted by throwing an error.
121 +
122 +### bodyParser.raw([options])
123 +
124 +Returns middleware that parses all bodies as a `Buffer` and only looks at
125 +requests where the `Content-Type` header matches the `type` option. This
126 +parser supports automatic inflation of `gzip` and `deflate` encodings.
127 +
128 +A new `body` object containing the parsed data is populated on the `request`
129 +object after the middleware (i.e. `req.body`). This will be a `Buffer` object
130 +of the body.
131 +
132 +#### Options
133 +
134 +The `raw` function takes an optional `options` object that may contain any of
135 +the following keys:
136 +
137 +##### inflate
138 +
139 +When set to `true`, then deflated (compressed) bodies will be inflated; when
140 +`false`, deflated bodies are rejected. Defaults to `true`.
141 +
142 +##### limit
143 +
144 +Controls the maximum request body size. If this is a number, then the value
145 +specifies the number of bytes; if it is a string, the value is passed to the
146 +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
147 +to `'100kb'`.
148 +
149 +##### type
150 +
151 +The `type` option is used to determine what media type the middleware will
152 +parse. This option can be a string, array of strings, or a function.
153 +If not a function, `type` option is passed directly to the
154 +[type-is](https://www.npmjs.org/package/type-is#readme) library and this
155 +can be an extension name (like `bin`), a mime type (like
156 +`application/octet-stream`), or a mime type with a wildcard (like `*/*` or
157 +`application/*`). If a function, the `type` option is called as `fn(req)`
158 +and the request is parsed if it returns a truthy value. Defaults to
159 +`application/octet-stream`.
160 +
161 +##### verify
162 +
163 +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
164 +where `buf` is a `Buffer` of the raw request body and `encoding` is the
165 +encoding of the request. The parsing can be aborted by throwing an error.
166 +
167 +### bodyParser.text([options])
168 +
169 +Returns middleware that parses all bodies as a string and only looks at
170 +requests where the `Content-Type` header matches the `type` option. This
171 +parser supports automatic inflation of `gzip` and `deflate` encodings.
172 +
173 +A new `body` string containing the parsed data is populated on the `request`
174 +object after the middleware (i.e. `req.body`). This will be a string of the
175 +body.
176 +
177 +#### Options
178 +
179 +The `text` function takes an optional `options` object that may contain any of
180 +the following keys:
181 +
182 +##### defaultCharset
183 +
184 +Specify the default character set for the text content if the charset is not
185 +specified in the `Content-Type` header of the request. Defaults to `utf-8`.
186 +
187 +##### inflate
188 +
189 +When set to `true`, then deflated (compressed) bodies will be inflated; when
190 +`false`, deflated bodies are rejected. Defaults to `true`.
191 +
192 +##### limit
193 +
194 +Controls the maximum request body size. If this is a number, then the value
195 +specifies the number of bytes; if it is a string, the value is passed to the
196 +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
197 +to `'100kb'`.
198 +
199 +##### type
200 +
201 +The `type` option is used to determine what media type the middleware will
202 +parse. This option can be a string, array of strings, or a function. If not
203 +a function, `type` option is passed directly to the
204 +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can
205 +be an extension name (like `txt`), a mime type (like `text/plain`), or a mime
206 +type with a wildcard (like `*/*` or `text/*`). If a function, the `type`
207 +option is called as `fn(req)` and the request is parsed if it returns a
208 +truthy value. Defaults to `text/plain`.
209 +
210 +##### verify
211 +
212 +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
213 +where `buf` is a `Buffer` of the raw request body and `encoding` is the
214 +encoding of the request. The parsing can be aborted by throwing an error.
215 +
216 +### bodyParser.urlencoded([options])
217 +
218 +Returns middleware that only parses `urlencoded` bodies and only looks at
219 +requests where the `Content-Type` header matches the `type` option. This
220 +parser accepts only UTF-8 encoding of the body and supports automatic
221 +inflation of `gzip` and `deflate` encodings.
222 +
223 +A new `body` object containing the parsed data is populated on the `request`
224 +object after the middleware (i.e. `req.body`). This object will contain
225 +key-value pairs, where the value can be a string or array (when `extended` is
226 +`false`), or any type (when `extended` is `true`).
227 +
228 +#### Options
229 +
230 +The `urlencoded` function takes an optional `options` object that may contain
231 +any of the following keys:
232 +
233 +##### extended
234 +
235 +The `extended` option allows to choose between parsing the URL-encoded data
236 +with the `querystring` library (when `false`) or the `qs` library (when
237 +`true`). The "extended" syntax allows for rich objects and arrays to be
238 +encoded into the URL-encoded format, allowing for a JSON-like experience
239 +with URL-encoded. For more information, please
240 +[see the qs library](https://www.npmjs.org/package/qs#readme).
241 +
242 +Defaults to `true`, but using the default has been deprecated. Please
243 +research into the difference between `qs` and `querystring` and choose the
244 +appropriate setting.
245 +
246 +##### inflate
247 +
248 +When set to `true`, then deflated (compressed) bodies will be inflated; when
249 +`false`, deflated bodies are rejected. Defaults to `true`.
250 +
251 +##### limit
252 +
253 +Controls the maximum request body size. If this is a number, then the value
254 +specifies the number of bytes; if it is a string, the value is passed to the
255 +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
256 +to `'100kb'`.
257 +
258 +##### parameterLimit
259 +
260 +The `parameterLimit` option controls the maximum number of parameters that
261 +are allowed in the URL-encoded data. If a request contains more parameters
262 +than this value, a 413 will be returned to the client. Defaults to `1000`.
263 +
264 +##### type
265 +
266 +The `type` option is used to determine what media type the middleware will
267 +parse. This option can be a string, array of strings, or a function. If not
268 +a function, `type` option is passed directly to the
269 +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can
270 +be an extension name (like `urlencoded`), a mime type (like
271 +`application/x-www-form-urlencoded`), or a mime type with a wildcard (like
272 +`*/x-www-form-urlencoded`). If a function, the `type` option is called as
273 +`fn(req)` and the request is parsed if it returns a truthy value. Defaults
274 +to `application/x-www-form-urlencoded`.
275 +
276 +##### verify
277 +
278 +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
279 +where `buf` is a `Buffer` of the raw request body and `encoding` is the
280 +encoding of the request. The parsing can be aborted by throwing an error.
281 +
282 +## Errors
283 +
284 +The middlewares provided by this module create errors depending on the error
285 +condition during parsing. The errors will typically have a `status`/`statusCode`
286 +property that contains the suggested HTTP response code, an `expose` property
287 +to determine if the `message` property should be displayed to the client, a
288 +`type` property to determine the type of error without matching against the
289 +`message`, and a `body` property containing the read body, if available.
290 +
291 +The following are the common errors emitted, though any error can come through
292 +for various reasons.
293 +
294 +### content encoding unsupported
295 +
296 +This error will occur when the request had a `Content-Encoding` header that
297 +contained an encoding but the "inflation" option was set to `false`. The
298 +`status` property is set to `415`, the `type` property is set to
299 +`'encoding.unsupported'`, and the `charset` property will be set to the
300 +encoding that is unsupported.
301 +
302 +### request aborted
303 +
304 +This error will occur when the request is aborted by the client before reading
305 +the body has finished. The `received` property will be set to the number of
306 +bytes received before the request was aborted and the `expected` property is
307 +set to the number of expected bytes. The `status` property is set to `400`
308 +and `type` property is set to `'request.aborted'`.
309 +
310 +### request entity too large
311 +
312 +This error will occur when the request body's size is larger than the "limit"
313 +option. The `limit` property will be set to the byte limit and the `length`
314 +property will be set to the request body's length. The `status` property is
315 +set to `413` and the `type` property is set to `'entity.too.large'`.
316 +
317 +### request size did not match content length
318 +
319 +This error will occur when the request's length did not match the length from
320 +the `Content-Length` header. This typically occurs when the request is malformed,
321 +typically when the `Content-Length` header was calculated based on characters
322 +instead of bytes. The `status` property is set to `400` and the `type` property
323 +is set to `'request.size.invalid'`.
324 +
325 +### stream encoding should not be set
326 +
327 +This error will occur when something called the `req.setEncoding` method prior
328 +to this middleware. This module operates directly on bytes only and you cannot
329 +call `req.setEncoding` when using this module. The `status` property is set to
330 +`500` and the `type` property is set to `'stream.encoding.set'`.
331 +
332 +### too many parameters
333 +
334 +This error will occur when the content of the request exceeds the configured
335 +`parameterLimit` for the `urlencoded` parser. The `status` property is set to
336 +`413` and the `type` property is set to `'parameters.too.many'`.
337 +
338 +### unsupported charset "BOGUS"
339 +
340 +This error will occur when the request had a charset parameter in the
341 +`Content-Type` header, but the `iconv-lite` module does not support it OR the
342 +parser does not support it. The charset is contained in the message as well
343 +as in the `charset` property. The `status` property is set to `415`, the
344 +`type` property is set to `'charset.unsupported'`, and the `charset` property
345 +is set to the charset that is unsupported.
346 +
347 +### unsupported content encoding "bogus"
348 +
349 +This error will occur when the request had a `Content-Encoding` header that
350 +contained an unsupported encoding. The encoding is contained in the message
351 +as well as in the `encoding` property. The `status` property is set to `415`,
352 +the `type` property is set to `'encoding.unsupported'`, and the `encoding`
353 +property is set to the encoding that is unsupported.
354 +
355 +## Examples
356 +
357 +### Express/Connect top-level generic
358 +
359 +This example demonstrates adding a generic JSON and URL-encoded parser as a
360 +top-level middleware, which will parse the bodies of all incoming requests.
361 +This is the simplest setup.
362 +
363 +```js
364 +var express = require('express')
365 +var bodyParser = require('body-parser')
366 +
367 +var app = express()
368 +
369 +// parse application/x-www-form-urlencoded
370 +app.use(bodyParser.urlencoded({ extended: false }))
371 +
372 +// parse application/json
373 +app.use(bodyParser.json())
374 +
375 +app.use(function (req, res) {
376 + res.setHeader('Content-Type', 'text/plain')
377 + res.write('you posted:\n')
378 + res.end(JSON.stringify(req.body, null, 2))
379 +})
380 +```
381 +
382 +### Express route-specific
383 +
384 +This example demonstrates adding body parsers specifically to the routes that
385 +need them. In general, this is the most recommended way to use body-parser with
386 +Express.
387 +
388 +```js
389 +var express = require('express')
390 +var bodyParser = require('body-parser')
391 +
392 +var app = express()
393 +
394 +// create application/json parser
395 +var jsonParser = bodyParser.json()
396 +
397 +// create application/x-www-form-urlencoded parser
398 +var urlencodedParser = bodyParser.urlencoded({ extended: false })
399 +
400 +// POST /login gets urlencoded bodies
401 +app.post('/login', urlencodedParser, function (req, res) {
402 + if (!req.body) return res.sendStatus(400)
403 + res.send('welcome, ' + req.body.username)
404 +})
405 +
406 +// POST /api/users gets JSON bodies
407 +app.post('/api/users', jsonParser, function (req, res) {
408 + if (!req.body) return res.sendStatus(400)
409 + // create user in req.body
410 +})
411 +```
412 +
413 +### Change accepted type for parsers
414 +
415 +All the parsers accept a `type` option which allows you to change the
416 +`Content-Type` that the middleware will parse.
417 +
418 +```js
419 +var express = require('express')
420 +var bodyParser = require('body-parser')
421 +
422 +var app = express()
423 +
424 +// parse various different custom JSON types as JSON
425 +app.use(bodyParser.json({ type: 'application/*+json' }))
426 +
427 +// parse some custom thing into a Buffer
428 +app.use(bodyParser.raw({ type: 'application/vnd.custom-type' }))
429 +
430 +// parse an HTML body into a string
431 +app.use(bodyParser.text({ type: 'text/html' }))
432 +```
433 +
434 +## License
435 +
436 +[MIT](LICENSE)
437 +
438 +[npm-image]: https://img.shields.io/npm/v/body-parser.svg
439 +[npm-url]: https://npmjs.org/package/body-parser
440 +[travis-image]: https://img.shields.io/travis/expressjs/body-parser/master.svg
441 +[travis-url]: https://travis-ci.org/expressjs/body-parser
442 +[coveralls-image]: https://img.shields.io/coveralls/expressjs/body-parser/master.svg
443 +[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master
444 +[downloads-image]: https://img.shields.io/npm/dm/body-parser.svg
445 +[downloads-url]: https://npmjs.org/package/body-parser
1 +/*!
2 + * body-parser
3 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
4 + * MIT Licensed
5 + */
6 +
7 +'use strict'
8 +
9 +/**
10 + * Module dependencies.
11 + * @private
12 + */
13 +
14 +var deprecate = require('depd')('body-parser')
15 +
16 +/**
17 + * Cache of loaded parsers.
18 + * @private
19 + */
20 +
21 +var parsers = Object.create(null)
22 +
23 +/**
24 + * @typedef Parsers
25 + * @type {function}
26 + * @property {function} json
27 + * @property {function} raw
28 + * @property {function} text
29 + * @property {function} urlencoded
30 + */
31 +
32 +/**
33 + * Module exports.
34 + * @type {Parsers}
35 + */
36 +
37 +exports = module.exports = deprecate.function(bodyParser,
38 + 'bodyParser: use individual json/urlencoded middlewares')
39 +
40 +/**
41 + * JSON parser.
42 + * @public
43 + */
44 +
45 +Object.defineProperty(exports, 'json', {
46 + configurable: true,
47 + enumerable: true,
48 + get: createParserGetter('json')
49 +})
50 +
51 +/**
52 + * Raw parser.
53 + * @public
54 + */
55 +
56 +Object.defineProperty(exports, 'raw', {
57 + configurable: true,
58 + enumerable: true,
59 + get: createParserGetter('raw')
60 +})
61 +
62 +/**
63 + * Text parser.
64 + * @public
65 + */
66 +
67 +Object.defineProperty(exports, 'text', {
68 + configurable: true,
69 + enumerable: true,
70 + get: createParserGetter('text')
71 +})
72 +
73 +/**
74 + * URL-encoded parser.
75 + * @public
76 + */
77 +
78 +Object.defineProperty(exports, 'urlencoded', {
79 + configurable: true,
80 + enumerable: true,
81 + get: createParserGetter('urlencoded')
82 +})
83 +
84 +/**
85 + * Create a middleware to parse json and urlencoded bodies.
86 + *
87 + * @param {object} [options]
88 + * @return {function}
89 + * @deprecated
90 + * @public
91 + */
92 +
93 +function bodyParser (options) {
94 + var opts = {}
95 +
96 + // exclude type option
97 + if (options) {
98 + for (var prop in options) {
99 + if (prop !== 'type') {
100 + opts[prop] = options[prop]
101 + }
102 + }
103 + }
104 +
105 + var _urlencoded = exports.urlencoded(opts)
106 + var _json = exports.json(opts)
107 +
108 + return function bodyParser (req, res, next) {
109 + _json(req, res, function (err) {
110 + if (err) return next(err)
111 + _urlencoded(req, res, next)
112 + })
113 + }
114 +}
115 +
116 +/**
117 + * Create a getter for loading a parser.
118 + * @private
119 + */
120 +
121 +function createParserGetter (name) {
122 + return function get () {
123 + return loadParser(name)
124 + }
125 +}
126 +
127 +/**
128 + * Load a parser module.
129 + * @private
130 + */
131 +
132 +function loadParser (parserName) {
133 + var parser = parsers[parserName]
134 +
135 + if (parser !== undefined) {
136 + return parser
137 + }
138 +
139 + // this uses a switch for static require analysis
140 + switch (parserName) {
141 + case 'json':
142 + parser = require('./lib/types/json')
143 + break
144 + case 'raw':
145 + parser = require('./lib/types/raw')
146 + break
147 + case 'text':
148 + parser = require('./lib/types/text')
149 + break
150 + case 'urlencoded':
151 + parser = require('./lib/types/urlencoded')
152 + break
153 + }
154 +
155 + // store to prevent invoking require()
156 + return (parsers[parserName] = parser)
157 +}
1 +/*!
2 + * body-parser
3 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
4 + * MIT Licensed
5 + */
6 +
7 +'use strict'
8 +
9 +/**
10 + * Module dependencies.
11 + * @private
12 + */
13 +
14 +var createError = require('http-errors')
15 +var getBody = require('raw-body')
16 +var iconv = require('iconv-lite')
17 +var onFinished = require('on-finished')
18 +var zlib = require('zlib')
19 +
20 +/**
21 + * Module exports.
22 + */
23 +
24 +module.exports = read
25 +
26 +/**
27 + * Read a request into a buffer and parse.
28 + *
29 + * @param {object} req
30 + * @param {object} res
31 + * @param {function} next
32 + * @param {function} parse
33 + * @param {function} debug
34 + * @param {object} options
35 + * @private
36 + */
37 +
38 +function read (req, res, next, parse, debug, options) {
39 + var length
40 + var opts = options
41 + var stream
42 +
43 + // flag as parsed
44 + req._body = true
45 +
46 + // read options
47 + var encoding = opts.encoding !== null
48 + ? opts.encoding
49 + : null
50 + var verify = opts.verify
51 +
52 + try {
53 + // get the content stream
54 + stream = contentstream(req, debug, opts.inflate)
55 + length = stream.length
56 + stream.length = undefined
57 + } catch (err) {
58 + return next(err)
59 + }
60 +
61 + // set raw-body options
62 + opts.length = length
63 + opts.encoding = verify
64 + ? null
65 + : encoding
66 +
67 + // assert charset is supported
68 + if (opts.encoding === null && encoding !== null && !iconv.encodingExists(encoding)) {
69 + return next(createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', {
70 + charset: encoding.toLowerCase(),
71 + type: 'charset.unsupported'
72 + }))
73 + }
74 +
75 + // read body
76 + debug('read body')
77 + getBody(stream, opts, function (error, body) {
78 + if (error) {
79 + var _error
80 +
81 + if (error.type === 'encoding.unsupported') {
82 + // echo back charset
83 + _error = createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', {
84 + charset: encoding.toLowerCase(),
85 + type: 'charset.unsupported'
86 + })
87 + } else {
88 + // set status code on error
89 + _error = createError(400, error)
90 + }
91 +
92 + // read off entire request
93 + stream.resume()
94 + onFinished(req, function onfinished () {
95 + next(createError(400, _error))
96 + })
97 + return
98 + }
99 +
100 + // verify
101 + if (verify) {
102 + try {
103 + debug('verify body')
104 + verify(req, res, body, encoding)
105 + } catch (err) {
106 + next(createError(403, err, {
107 + body: body,
108 + type: err.type || 'entity.verify.failed'
109 + }))
110 + return
111 + }
112 + }
113 +
114 + // parse
115 + var str = body
116 + try {
117 + debug('parse body')
118 + str = typeof body !== 'string' && encoding !== null
119 + ? iconv.decode(body, encoding)
120 + : body
121 + req.body = parse(str)
122 + } catch (err) {
123 + next(createError(400, err, {
124 + body: str,
125 + type: err.type || 'entity.parse.failed'
126 + }))
127 + return
128 + }
129 +
130 + next()
131 + })
132 +}
133 +
134 +/**
135 + * Get the content stream of the request.
136 + *
137 + * @param {object} req
138 + * @param {function} debug
139 + * @param {boolean} [inflate=true]
140 + * @return {object}
141 + * @api private
142 + */
143 +
144 +function contentstream (req, debug, inflate) {
145 + var encoding = (req.headers['content-encoding'] || 'identity').toLowerCase()
146 + var length = req.headers['content-length']
147 + var stream
148 +
149 + debug('content-encoding "%s"', encoding)
150 +
151 + if (inflate === false && encoding !== 'identity') {
152 + throw createError(415, 'content encoding unsupported', {
153 + encoding: encoding,
154 + type: 'encoding.unsupported'
155 + })
156 + }
157 +
158 + switch (encoding) {
159 + case 'deflate':
160 + stream = zlib.createInflate()
161 + debug('inflate body')
162 + req.pipe(stream)
163 + break
164 + case 'gzip':
165 + stream = zlib.createGunzip()
166 + debug('gunzip body')
167 + req.pipe(stream)
168 + break
169 + case 'identity':
170 + stream = req
171 + stream.length = length
172 + break
173 + default:
174 + throw createError(415, 'unsupported content encoding "' + encoding + '"', {
175 + encoding: encoding,
176 + type: 'encoding.unsupported'
177 + })
178 + }
179 +
180 + return stream
181 +}
1 +/*!
2 + * body-parser
3 + * Copyright(c) 2014 Jonathan Ong
4 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict'
9 +
10 +/**
11 + * Module dependencies.
12 + * @private
13 + */
14 +
15 +var bytes = require('bytes')
16 +var contentType = require('content-type')
17 +var createError = require('http-errors')
18 +var debug = require('debug')('body-parser:json')
19 +var read = require('../read')
20 +var typeis = require('type-is')
21 +
22 +/**
23 + * Module exports.
24 + */
25 +
26 +module.exports = json
27 +
28 +/**
29 + * RegExp to match the first non-space in a string.
30 + *
31 + * Allowed whitespace is defined in RFC 7159:
32 + *
33 + * ws = *(
34 + * %x20 / ; Space
35 + * %x09 / ; Horizontal tab
36 + * %x0A / ; Line feed or New line
37 + * %x0D ) ; Carriage return
38 + */
39 +
40 +var FIRST_CHAR_REGEXP = /^[\x20\x09\x0a\x0d]*(.)/ // eslint-disable-line no-control-regex
41 +
42 +/**
43 + * Create a middleware to parse JSON bodies.
44 + *
45 + * @param {object} [options]
46 + * @return {function}
47 + * @public
48 + */
49 +
50 +function json (options) {
51 + var opts = options || {}
52 +
53 + var limit = typeof opts.limit !== 'number'
54 + ? bytes.parse(opts.limit || '100kb')
55 + : opts.limit
56 + var inflate = opts.inflate !== false
57 + var reviver = opts.reviver
58 + var strict = opts.strict !== false
59 + var type = opts.type || 'application/json'
60 + var verify = opts.verify || false
61 +
62 + if (verify !== false && typeof verify !== 'function') {
63 + throw new TypeError('option verify must be function')
64 + }
65 +
66 + // create the appropriate type checking function
67 + var shouldParse = typeof type !== 'function'
68 + ? typeChecker(type)
69 + : type
70 +
71 + function parse (body) {
72 + if (body.length === 0) {
73 + // special-case empty json body, as it's a common client-side mistake
74 + // TODO: maybe make this configurable or part of "strict" option
75 + return {}
76 + }
77 +
78 + if (strict) {
79 + var first = firstchar(body)
80 +
81 + if (first !== '{' && first !== '[') {
82 + debug('strict violation')
83 + throw createStrictSyntaxError(body, first)
84 + }
85 + }
86 +
87 + try {
88 + debug('parse json')
89 + return JSON.parse(body, reviver)
90 + } catch (e) {
91 + throw normalizeJsonSyntaxError(e, {
92 + message: e.message,
93 + stack: e.stack
94 + })
95 + }
96 + }
97 +
98 + return function jsonParser (req, res, next) {
99 + if (req._body) {
100 + debug('body already parsed')
101 + next()
102 + return
103 + }
104 +
105 + req.body = req.body || {}
106 +
107 + // skip requests without bodies
108 + if (!typeis.hasBody(req)) {
109 + debug('skip empty body')
110 + next()
111 + return
112 + }
113 +
114 + debug('content-type %j', req.headers['content-type'])
115 +
116 + // determine if request should be parsed
117 + if (!shouldParse(req)) {
118 + debug('skip parsing')
119 + next()
120 + return
121 + }
122 +
123 + // assert charset per RFC 7159 sec 8.1
124 + var charset = getCharset(req) || 'utf-8'
125 + if (charset.substr(0, 4) !== 'utf-') {
126 + debug('invalid charset')
127 + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', {
128 + charset: charset,
129 + type: 'charset.unsupported'
130 + }))
131 + return
132 + }
133 +
134 + // read
135 + read(req, res, next, parse, debug, {
136 + encoding: charset,
137 + inflate: inflate,
138 + limit: limit,
139 + verify: verify
140 + })
141 + }
142 +}
143 +
144 +/**
145 + * Create strict violation syntax error matching native error.
146 + *
147 + * @param {string} str
148 + * @param {string} char
149 + * @return {Error}
150 + * @private
151 + */
152 +
153 +function createStrictSyntaxError (str, char) {
154 + var index = str.indexOf(char)
155 + var partial = str.substring(0, index) + '#'
156 +
157 + try {
158 + JSON.parse(partial); /* istanbul ignore next */ throw new SyntaxError('strict violation')
159 + } catch (e) {
160 + return normalizeJsonSyntaxError(e, {
161 + message: e.message.replace('#', char),
162 + stack: e.stack
163 + })
164 + }
165 +}
166 +
167 +/**
168 + * Get the first non-whitespace character in a string.
169 + *
170 + * @param {string} str
171 + * @return {function}
172 + * @private
173 + */
174 +
175 +function firstchar (str) {
176 + return FIRST_CHAR_REGEXP.exec(str)[1]
177 +}
178 +
179 +/**
180 + * Get the charset of a request.
181 + *
182 + * @param {object} req
183 + * @api private
184 + */
185 +
186 +function getCharset (req) {
187 + try {
188 + return (contentType.parse(req).parameters.charset || '').toLowerCase()
189 + } catch (e) {
190 + return undefined
191 + }
192 +}
193 +
194 +/**
195 + * Normalize a SyntaxError for JSON.parse.
196 + *
197 + * @param {SyntaxError} error
198 + * @param {object} obj
199 + * @return {SyntaxError}
200 + */
201 +
202 +function normalizeJsonSyntaxError (error, obj) {
203 + var keys = Object.getOwnPropertyNames(error)
204 +
205 + for (var i = 0; i < keys.length; i++) {
206 + var key = keys[i]
207 + if (key !== 'stack' && key !== 'message') {
208 + delete error[key]
209 + }
210 + }
211 +
212 + // replace stack before message for Node.js 0.10 and below
213 + error.stack = obj.stack.replace(error.message, obj.message)
214 + error.message = obj.message
215 +
216 + return error
217 +}
218 +
219 +/**
220 + * Get the simple type checker.
221 + *
222 + * @param {string} type
223 + * @return {function}
224 + */
225 +
226 +function typeChecker (type) {
227 + return function checkType (req) {
228 + return Boolean(typeis(req, type))
229 + }
230 +}
1 +/*!
2 + * body-parser
3 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
4 + * MIT Licensed
5 + */
6 +
7 +'use strict'
8 +
9 +/**
10 + * Module dependencies.
11 + */
12 +
13 +var bytes = require('bytes')
14 +var debug = require('debug')('body-parser:raw')
15 +var read = require('../read')
16 +var typeis = require('type-is')
17 +
18 +/**
19 + * Module exports.
20 + */
21 +
22 +module.exports = raw
23 +
24 +/**
25 + * Create a middleware to parse raw bodies.
26 + *
27 + * @param {object} [options]
28 + * @return {function}
29 + * @api public
30 + */
31 +
32 +function raw (options) {
33 + var opts = options || {}
34 +
35 + var inflate = opts.inflate !== false
36 + var limit = typeof opts.limit !== 'number'
37 + ? bytes.parse(opts.limit || '100kb')
38 + : opts.limit
39 + var type = opts.type || 'application/octet-stream'
40 + var verify = opts.verify || false
41 +
42 + if (verify !== false && typeof verify !== 'function') {
43 + throw new TypeError('option verify must be function')
44 + }
45 +
46 + // create the appropriate type checking function
47 + var shouldParse = typeof type !== 'function'
48 + ? typeChecker(type)
49 + : type
50 +
51 + function parse (buf) {
52 + return buf
53 + }
54 +
55 + return function rawParser (req, res, next) {
56 + if (req._body) {
57 + debug('body already parsed')
58 + next()
59 + return
60 + }
61 +
62 + req.body = req.body || {}
63 +
64 + // skip requests without bodies
65 + if (!typeis.hasBody(req)) {
66 + debug('skip empty body')
67 + next()
68 + return
69 + }
70 +
71 + debug('content-type %j', req.headers['content-type'])
72 +
73 + // determine if request should be parsed
74 + if (!shouldParse(req)) {
75 + debug('skip parsing')
76 + next()
77 + return
78 + }
79 +
80 + // read
81 + read(req, res, next, parse, debug, {
82 + encoding: null,
83 + inflate: inflate,
84 + limit: limit,
85 + verify: verify
86 + })
87 + }
88 +}
89 +
90 +/**
91 + * Get the simple type checker.
92 + *
93 + * @param {string} type
94 + * @return {function}
95 + */
96 +
97 +function typeChecker (type) {
98 + return function checkType (req) {
99 + return Boolean(typeis(req, type))
100 + }
101 +}
1 +/*!
2 + * body-parser
3 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
4 + * MIT Licensed
5 + */
6 +
7 +'use strict'
8 +
9 +/**
10 + * Module dependencies.
11 + */
12 +
13 +var bytes = require('bytes')
14 +var contentType = require('content-type')
15 +var debug = require('debug')('body-parser:text')
16 +var read = require('../read')
17 +var typeis = require('type-is')
18 +
19 +/**
20 + * Module exports.
21 + */
22 +
23 +module.exports = text
24 +
25 +/**
26 + * Create a middleware to parse text bodies.
27 + *
28 + * @param {object} [options]
29 + * @return {function}
30 + * @api public
31 + */
32 +
33 +function text (options) {
34 + var opts = options || {}
35 +
36 + var defaultCharset = opts.defaultCharset || 'utf-8'
37 + var inflate = opts.inflate !== false
38 + var limit = typeof opts.limit !== 'number'
39 + ? bytes.parse(opts.limit || '100kb')
40 + : opts.limit
41 + var type = opts.type || 'text/plain'
42 + var verify = opts.verify || false
43 +
44 + if (verify !== false && typeof verify !== 'function') {
45 + throw new TypeError('option verify must be function')
46 + }
47 +
48 + // create the appropriate type checking function
49 + var shouldParse = typeof type !== 'function'
50 + ? typeChecker(type)
51 + : type
52 +
53 + function parse (buf) {
54 + return buf
55 + }
56 +
57 + return function textParser (req, res, next) {
58 + if (req._body) {
59 + debug('body already parsed')
60 + next()
61 + return
62 + }
63 +
64 + req.body = req.body || {}
65 +
66 + // skip requests without bodies
67 + if (!typeis.hasBody(req)) {
68 + debug('skip empty body')
69 + next()
70 + return
71 + }
72 +
73 + debug('content-type %j', req.headers['content-type'])
74 +
75 + // determine if request should be parsed
76 + if (!shouldParse(req)) {
77 + debug('skip parsing')
78 + next()
79 + return
80 + }
81 +
82 + // get charset
83 + var charset = getCharset(req) || defaultCharset
84 +
85 + // read
86 + read(req, res, next, parse, debug, {
87 + encoding: charset,
88 + inflate: inflate,
89 + limit: limit,
90 + verify: verify
91 + })
92 + }
93 +}
94 +
95 +/**
96 + * Get the charset of a request.
97 + *
98 + * @param {object} req
99 + * @api private
100 + */
101 +
102 +function getCharset (req) {
103 + try {
104 + return (contentType.parse(req).parameters.charset || '').toLowerCase()
105 + } catch (e) {
106 + return undefined
107 + }
108 +}
109 +
110 +/**
111 + * Get the simple type checker.
112 + *
113 + * @param {string} type
114 + * @return {function}
115 + */
116 +
117 +function typeChecker (type) {
118 + return function checkType (req) {
119 + return Boolean(typeis(req, type))
120 + }
121 +}
1 +/*!
2 + * body-parser
3 + * Copyright(c) 2014 Jonathan Ong
4 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict'
9 +
10 +/**
11 + * Module dependencies.
12 + * @private
13 + */
14 +
15 +var bytes = require('bytes')
16 +var contentType = require('content-type')
17 +var createError = require('http-errors')
18 +var debug = require('debug')('body-parser:urlencoded')
19 +var deprecate = require('depd')('body-parser')
20 +var read = require('../read')
21 +var typeis = require('type-is')
22 +
23 +/**
24 + * Module exports.
25 + */
26 +
27 +module.exports = urlencoded
28 +
29 +/**
30 + * Cache of parser modules.
31 + */
32 +
33 +var parsers = Object.create(null)
34 +
35 +/**
36 + * Create a middleware to parse urlencoded bodies.
37 + *
38 + * @param {object} [options]
39 + * @return {function}
40 + * @public
41 + */
42 +
43 +function urlencoded (options) {
44 + var opts = options || {}
45 +
46 + // notice because option default will flip in next major
47 + if (opts.extended === undefined) {
48 + deprecate('undefined extended: provide extended option')
49 + }
50 +
51 + var extended = opts.extended !== false
52 + var inflate = opts.inflate !== false
53 + var limit = typeof opts.limit !== 'number'
54 + ? bytes.parse(opts.limit || '100kb')
55 + : opts.limit
56 + var type = opts.type || 'application/x-www-form-urlencoded'
57 + var verify = opts.verify || false
58 +
59 + if (verify !== false && typeof verify !== 'function') {
60 + throw new TypeError('option verify must be function')
61 + }
62 +
63 + // create the appropriate query parser
64 + var queryparse = extended
65 + ? extendedparser(opts)
66 + : simpleparser(opts)
67 +
68 + // create the appropriate type checking function
69 + var shouldParse = typeof type !== 'function'
70 + ? typeChecker(type)
71 + : type
72 +
73 + function parse (body) {
74 + return body.length
75 + ? queryparse(body)
76 + : {}
77 + }
78 +
79 + return function urlencodedParser (req, res, next) {
80 + if (req._body) {
81 + debug('body already parsed')
82 + next()
83 + return
84 + }
85 +
86 + req.body = req.body || {}
87 +
88 + // skip requests without bodies
89 + if (!typeis.hasBody(req)) {
90 + debug('skip empty body')
91 + next()
92 + return
93 + }
94 +
95 + debug('content-type %j', req.headers['content-type'])
96 +
97 + // determine if request should be parsed
98 + if (!shouldParse(req)) {
99 + debug('skip parsing')
100 + next()
101 + return
102 + }
103 +
104 + // assert charset
105 + var charset = getCharset(req) || 'utf-8'
106 + if (charset !== 'utf-8') {
107 + debug('invalid charset')
108 + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', {
109 + charset: charset,
110 + type: 'charset.unsupported'
111 + }))
112 + return
113 + }
114 +
115 + // read
116 + read(req, res, next, parse, debug, {
117 + debug: debug,
118 + encoding: charset,
119 + inflate: inflate,
120 + limit: limit,
121 + verify: verify
122 + })
123 + }
124 +}
125 +
126 +/**
127 + * Get the extended query parser.
128 + *
129 + * @param {object} options
130 + */
131 +
132 +function extendedparser (options) {
133 + var parameterLimit = options.parameterLimit !== undefined
134 + ? options.parameterLimit
135 + : 1000
136 + var parse = parser('qs')
137 +
138 + if (isNaN(parameterLimit) || parameterLimit < 1) {
139 + throw new TypeError('option parameterLimit must be a positive number')
140 + }
141 +
142 + if (isFinite(parameterLimit)) {
143 + parameterLimit = parameterLimit | 0
144 + }
145 +
146 + return function queryparse (body) {
147 + var paramCount = parameterCount(body, parameterLimit)
148 +
149 + if (paramCount === undefined) {
150 + debug('too many parameters')
151 + throw createError(413, 'too many parameters', {
152 + type: 'parameters.too.many'
153 + })
154 + }
155 +
156 + var arrayLimit = Math.max(100, paramCount)
157 +
158 + debug('parse extended urlencoding')
159 + return parse(body, {
160 + allowPrototypes: true,
161 + arrayLimit: arrayLimit,
162 + depth: Infinity,
163 + parameterLimit: parameterLimit
164 + })
165 + }
166 +}
167 +
168 +/**
169 + * Get the charset of a request.
170 + *
171 + * @param {object} req
172 + * @api private
173 + */
174 +
175 +function getCharset (req) {
176 + try {
177 + return (contentType.parse(req).parameters.charset || '').toLowerCase()
178 + } catch (e) {
179 + return undefined
180 + }
181 +}
182 +
183 +/**
184 + * Count the number of parameters, stopping once limit reached
185 + *
186 + * @param {string} body
187 + * @param {number} limit
188 + * @api private
189 + */
190 +
191 +function parameterCount (body, limit) {
192 + var count = 0
193 + var index = 0
194 +
195 + while ((index = body.indexOf('&', index)) !== -1) {
196 + count++
197 + index++
198 +
199 + if (count === limit) {
200 + return undefined
201 + }
202 + }
203 +
204 + return count
205 +}
206 +
207 +/**
208 + * Get parser for module name dynamically.
209 + *
210 + * @param {string} name
211 + * @return {function}
212 + * @api private
213 + */
214 +
215 +function parser (name) {
216 + var mod = parsers[name]
217 +
218 + if (mod !== undefined) {
219 + return mod.parse
220 + }
221 +
222 + // this uses a switch for static require analysis
223 + switch (name) {
224 + case 'qs':
225 + mod = require('qs')
226 + break
227 + case 'querystring':
228 + mod = require('querystring')
229 + break
230 + }
231 +
232 + // store to prevent invoking require()
233 + parsers[name] = mod
234 +
235 + return mod.parse
236 +}
237 +
238 +/**
239 + * Get the simple query parser.
240 + *
241 + * @param {object} options
242 + */
243 +
244 +function simpleparser (options) {
245 + var parameterLimit = options.parameterLimit !== undefined
246 + ? options.parameterLimit
247 + : 1000
248 + var parse = parser('querystring')
249 +
250 + if (isNaN(parameterLimit) || parameterLimit < 1) {
251 + throw new TypeError('option parameterLimit must be a positive number')
252 + }
253 +
254 + if (isFinite(parameterLimit)) {
255 + parameterLimit = parameterLimit | 0
256 + }
257 +
258 + return function queryparse (body) {
259 + var paramCount = parameterCount(body, parameterLimit)
260 +
261 + if (paramCount === undefined) {
262 + debug('too many parameters')
263 + throw createError(413, 'too many parameters', {
264 + type: 'parameters.too.many'
265 + })
266 + }
267 +
268 + debug('parse urlencoding')
269 + return parse(body, undefined, undefined, {maxKeys: parameterLimit})
270 + }
271 +}
272 +
273 +/**
274 + * Get the simple type checker.
275 + *
276 + * @param {string} type
277 + * @return {function}
278 + */
279 +
280 +function typeChecker (type) {
281 + return function checkType (req) {
282 + return Boolean(typeis(req, type))
283 + }
284 +}
1 +{
2 + "_args": [
3 + [
4 + "body-parser@1.18.3",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "body-parser@1.18.3",
9 + "_id": "body-parser@1.18.3",
10 + "_inBundle": false,
11 + "_integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=",
12 + "_location": "/express/body-parser",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "body-parser@1.18.3",
18 + "name": "body-parser",
19 + "escapedName": "body-parser",
20 + "rawSpec": "1.18.3",
21 + "saveSpec": null,
22 + "fetchSpec": "1.18.3"
23 + },
24 + "_requiredBy": [
25 + "/express"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
28 + "_spec": "1.18.3",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "bugs": {
31 + "url": "https://github.com/expressjs/body-parser/issues"
32 + },
33 + "contributors": [
34 + {
35 + "name": "Douglas Christopher Wilson",
36 + "email": "doug@somethingdoug.com"
37 + },
38 + {
39 + "name": "Jonathan Ong",
40 + "email": "me@jongleberry.com",
41 + "url": "http://jongleberry.com"
42 + }
43 + ],
44 + "dependencies": {
45 + "bytes": "3.0.0",
46 + "content-type": "~1.0.4",
47 + "debug": "2.6.9",
48 + "depd": "~1.1.2",
49 + "http-errors": "~1.6.3",
50 + "iconv-lite": "0.4.23",
51 + "on-finished": "~2.3.0",
52 + "qs": "6.5.2",
53 + "raw-body": "2.3.3",
54 + "type-is": "~1.6.16"
55 + },
56 + "description": "Node.js body parsing middleware",
57 + "devDependencies": {
58 + "eslint": "4.19.1",
59 + "eslint-config-standard": "11.0.0",
60 + "eslint-plugin-import": "2.11.0",
61 + "eslint-plugin-markdown": "1.0.0-beta.6",
62 + "eslint-plugin-node": "6.0.1",
63 + "eslint-plugin-promise": "3.7.0",
64 + "eslint-plugin-standard": "3.1.0",
65 + "istanbul": "0.4.5",
66 + "methods": "1.1.2",
67 + "mocha": "2.5.3",
68 + "safe-buffer": "5.1.2",
69 + "supertest": "1.1.0"
70 + },
71 + "engines": {
72 + "node": ">= 0.8"
73 + },
74 + "files": [
75 + "lib/",
76 + "LICENSE",
77 + "HISTORY.md",
78 + "index.js"
79 + ],
80 + "homepage": "https://github.com/expressjs/body-parser#readme",
81 + "license": "MIT",
82 + "name": "body-parser",
83 + "repository": {
84 + "type": "git",
85 + "url": "git+https://github.com/expressjs/body-parser.git"
86 + },
87 + "scripts": {
88 + "lint": "eslint --plugin markdown --ext js,md .",
89 + "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
90 + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
91 + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
92 + },
93 + "version": "1.18.3"
94 +}
1 +3.0.0 / 2017-08-31
2 +==================
3 +
4 + * Change "kB" to "KB" in format output
5 + * Remove support for Node.js 0.6
6 + * Remove support for ComponentJS
7 +
8 +2.5.0 / 2017-03-24
9 +==================
10 +
11 + * Add option "unit"
12 +
13 +2.4.0 / 2016-06-01
14 +==================
15 +
16 + * Add option "unitSeparator"
17 +
18 +2.3.0 / 2016-02-15
19 +==================
20 +
21 + * Drop partial bytes on all parsed units
22 + * Fix non-finite numbers to `.format` to return `null`
23 + * Fix parsing byte string that looks like hex
24 + * perf: hoist regular expressions
25 +
26 +2.2.0 / 2015-11-13
27 +==================
28 +
29 + * add option "decimalPlaces"
30 + * add option "fixedDecimals"
31 +
32 +2.1.0 / 2015-05-21
33 +==================
34 +
35 + * add `.format` export
36 + * add `.parse` export
37 +
38 +2.0.2 / 2015-05-20
39 +==================
40 +
41 + * remove map recreation
42 + * remove unnecessary object construction
43 +
44 +2.0.1 / 2015-05-07
45 +==================
46 +
47 + * fix browserify require
48 + * remove node.extend dependency
49 +
50 +2.0.0 / 2015-04-12
51 +==================
52 +
53 + * add option "case"
54 + * add option "thousandsSeparator"
55 + * return "null" on invalid parse input
56 + * support proper round-trip: bytes(bytes(num)) === num
57 + * units no longer case sensitive when parsing
58 +
59 +1.0.0 / 2014-05-05
60 +==================
61 +
62 + * add negative support. fixes #6
63 +
64 +0.3.0 / 2014-03-19
65 +==================
66 +
67 + * added terabyte support
68 +
69 +0.2.1 / 2013-04-01
70 +==================
71 +
72 + * add .component
73 +
74 +0.2.0 / 2012-10-28
75 +==================
76 +
77 + * bytes(200).should.eql('200b')
78 +
79 +0.1.0 / 2012-07-04
80 +==================
81 +
82 + * add bytes to string conversion [yields]
1 +(The MIT License)
2 +
3 +Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
4 +Copyright (c) 2015 Jed Watson <jed.watson@me.com>
5 +
6 +Permission is hereby granted, free of charge, to any person obtaining
7 +a copy of this software and associated documentation files (the
8 +'Software'), to deal in the Software without restriction, including
9 +without limitation the rights to use, copy, modify, merge, publish,
10 +distribute, sublicense, and/or sell copies of the Software, and to
11 +permit persons to whom the Software is furnished to do so, subject to
12 +the following conditions:
13 +
14 +The above copyright notice and this permission notice shall be
15 +included in all copies or substantial portions of the Software.
16 +
17 +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20 +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21 +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22 +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23 +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 +# Bytes utility
2 +
3 +[![NPM Version][npm-image]][npm-url]
4 +[![NPM Downloads][downloads-image]][downloads-url]
5 +[![Build Status][travis-image]][travis-url]
6 +[![Test Coverage][coveralls-image]][coveralls-url]
7 +
8 +Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa.
9 +
10 +## Installation
11 +
12 +This is a [Node.js](https://nodejs.org/en/) module available through the
13 +[npm registry](https://www.npmjs.com/). Installation is done using the
14 +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
15 +
16 +```bash
17 +$ npm install bytes
18 +```
19 +
20 +## Usage
21 +
22 +```js
23 +var bytes = require('bytes');
24 +```
25 +
26 +#### bytes.format(number value, [options]): string|null
27 +
28 +Format the given value in bytes into a string. If the value is negative, it is kept as such. If it is a float, it is
29 + rounded.
30 +
31 +**Arguments**
32 +
33 +| Name | Type | Description |
34 +|---------|----------|--------------------|
35 +| value | `number` | Value in bytes |
36 +| options | `Object` | Conversion options |
37 +
38 +**Options**
39 +
40 +| Property | Type | Description |
41 +|-------------------|--------|-----------------------------------------------------------------------------------------|
42 +| decimalPlaces | `number``null` | Maximum number of decimal places to include in output. Default value to `2`. |
43 +| fixedDecimals | `boolean``null` | Whether to always display the maximum number of decimal places. Default value to `false` |
44 +| thousandsSeparator | `string``null` | Example of values: `' '`, `','` and `.`... Default value to `''`. |
45 +| unit | `string``null` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to `''` (which means auto detect). |
46 +| unitSeparator | `string``null` | Separator to use between number and unit. Default value to `''`. |
47 +
48 +**Returns**
49 +
50 +| Name | Type | Description |
51 +|---------|------------------|-------------------------------------------------|
52 +| results | `string``null` | Return null upon error. String value otherwise. |
53 +
54 +**Example**
55 +
56 +```js
57 +bytes(1024);
58 +// output: '1KB'
59 +
60 +bytes(1000);
61 +// output: '1000B'
62 +
63 +bytes(1000, {thousandsSeparator: ' '});
64 +// output: '1 000B'
65 +
66 +bytes(1024 * 1.7, {decimalPlaces: 0});
67 +// output: '2KB'
68 +
69 +bytes(1024, {unitSeparator: ' '});
70 +// output: '1 KB'
71 +
72 +```
73 +
74 +#### bytes.parse(string|number value): number|null
75 +
76 +Parse the string value into an integer in bytes. If no unit is given, or `value`
77 +is a number, it is assumed the value is in bytes.
78 +
79 +Supported units and abbreviations are as follows and are case-insensitive:
80 +
81 + * `b` for bytes
82 + * `kb` for kilobytes
83 + * `mb` for megabytes
84 + * `gb` for gigabytes
85 + * `tb` for terabytes
86 +
87 +The units are in powers of two, not ten. This means 1kb = 1024b according to this parser.
88 +
89 +**Arguments**
90 +
91 +| Name | Type | Description |
92 +|---------------|--------|--------------------|
93 +| value | `string``number` | String to parse, or number in bytes. |
94 +
95 +**Returns**
96 +
97 +| Name | Type | Description |
98 +|---------|-------------|-------------------------|
99 +| results | `number``null` | Return null upon error. Value in bytes otherwise. |
100 +
101 +**Example**
102 +
103 +```js
104 +bytes('1KB');
105 +// output: 1024
106 +
107 +bytes('1024');
108 +// output: 1024
109 +
110 +bytes(1024);
111 +// output: 1024
112 +```
113 +
114 +## License
115 +
116 +[MIT](LICENSE)
117 +
118 +[downloads-image]: https://img.shields.io/npm/dm/bytes.svg
119 +[downloads-url]: https://npmjs.org/package/bytes
120 +[npm-image]: https://img.shields.io/npm/v/bytes.svg
121 +[npm-url]: https://npmjs.org/package/bytes
122 +[travis-image]: https://img.shields.io/travis/visionmedia/bytes.js/master.svg
123 +[travis-url]: https://travis-ci.org/visionmedia/bytes.js
124 +[coveralls-image]: https://img.shields.io/coveralls/visionmedia/bytes.js/master.svg
125 +[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master
1 +/*!
2 + * bytes
3 + * Copyright(c) 2012-2014 TJ Holowaychuk
4 + * Copyright(c) 2015 Jed Watson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict';
9 +
10 +/**
11 + * Module exports.
12 + * @public
13 + */
14 +
15 +module.exports = bytes;
16 +module.exports.format = format;
17 +module.exports.parse = parse;
18 +
19 +/**
20 + * Module variables.
21 + * @private
22 + */
23 +
24 +var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g;
25 +
26 +var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/;
27 +
28 +var map = {
29 + b: 1,
30 + kb: 1 << 10,
31 + mb: 1 << 20,
32 + gb: 1 << 30,
33 + tb: ((1 << 30) * 1024)
34 +};
35 +
36 +var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb)$/i;
37 +
38 +/**
39 + * Convert the given value in bytes into a string or parse to string to an integer in bytes.
40 + *
41 + * @param {string|number} value
42 + * @param {{
43 + * case: [string],
44 + * decimalPlaces: [number]
45 + * fixedDecimals: [boolean]
46 + * thousandsSeparator: [string]
47 + * unitSeparator: [string]
48 + * }} [options] bytes options.
49 + *
50 + * @returns {string|number|null}
51 + */
52 +
53 +function bytes(value, options) {
54 + if (typeof value === 'string') {
55 + return parse(value);
56 + }
57 +
58 + if (typeof value === 'number') {
59 + return format(value, options);
60 + }
61 +
62 + return null;
63 +}
64 +
65 +/**
66 + * Format the given value in bytes into a string.
67 + *
68 + * If the value is negative, it is kept as such. If it is a float,
69 + * it is rounded.
70 + *
71 + * @param {number} value
72 + * @param {object} [options]
73 + * @param {number} [options.decimalPlaces=2]
74 + * @param {number} [options.fixedDecimals=false]
75 + * @param {string} [options.thousandsSeparator=]
76 + * @param {string} [options.unit=]
77 + * @param {string} [options.unitSeparator=]
78 + *
79 + * @returns {string|null}
80 + * @public
81 + */
82 +
83 +function format(value, options) {
84 + if (!Number.isFinite(value)) {
85 + return null;
86 + }
87 +
88 + var mag = Math.abs(value);
89 + var thousandsSeparator = (options && options.thousandsSeparator) || '';
90 + var unitSeparator = (options && options.unitSeparator) || '';
91 + var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2;
92 + var fixedDecimals = Boolean(options && options.fixedDecimals);
93 + var unit = (options && options.unit) || '';
94 +
95 + if (!unit || !map[unit.toLowerCase()]) {
96 + if (mag >= map.tb) {
97 + unit = 'TB';
98 + } else if (mag >= map.gb) {
99 + unit = 'GB';
100 + } else if (mag >= map.mb) {
101 + unit = 'MB';
102 + } else if (mag >= map.kb) {
103 + unit = 'KB';
104 + } else {
105 + unit = 'B';
106 + }
107 + }
108 +
109 + var val = value / map[unit.toLowerCase()];
110 + var str = val.toFixed(decimalPlaces);
111 +
112 + if (!fixedDecimals) {
113 + str = str.replace(formatDecimalsRegExp, '$1');
114 + }
115 +
116 + if (thousandsSeparator) {
117 + str = str.replace(formatThousandsRegExp, thousandsSeparator);
118 + }
119 +
120 + return str + unitSeparator + unit;
121 +}
122 +
123 +/**
124 + * Parse the string value into an integer in bytes.
125 + *
126 + * If no unit is given, it is assumed the value is in bytes.
127 + *
128 + * @param {number|string} val
129 + *
130 + * @returns {number|null}
131 + * @public
132 + */
133 +
134 +function parse(val) {
135 + if (typeof val === 'number' && !isNaN(val)) {
136 + return val;
137 + }
138 +
139 + if (typeof val !== 'string') {
140 + return null;
141 + }
142 +
143 + // Test if the string passed is valid
144 + var results = parseRegExp.exec(val);
145 + var floatValue;
146 + var unit = 'b';
147 +
148 + if (!results) {
149 + // Nothing could be extracted from the given string
150 + floatValue = parseInt(val, 10);
151 + unit = 'b'
152 + } else {
153 + // Retrieve the value and the unit
154 + floatValue = parseFloat(results[1]);
155 + unit = results[4].toLowerCase();
156 + }
157 +
158 + return Math.floor(map[unit] * floatValue);
159 +}
1 +{
2 + "_args": [
3 + [
4 + "bytes@3.0.0",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "bytes@3.0.0",
9 + "_id": "bytes@3.0.0",
10 + "_inBundle": false,
11 + "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
12 + "_location": "/express/bytes",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "bytes@3.0.0",
18 + "name": "bytes",
19 + "escapedName": "bytes",
20 + "rawSpec": "3.0.0",
21 + "saveSpec": null,
22 + "fetchSpec": "3.0.0"
23 + },
24 + "_requiredBy": [
25 + "/express/body-parser",
26 + "/express/raw-body"
27 + ],
28 + "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
29 + "_spec": "3.0.0",
30 + "_where": "/Users/star/Desktop/YTMT",
31 + "author": {
32 + "name": "TJ Holowaychuk",
33 + "email": "tj@vision-media.ca",
34 + "url": "http://tjholowaychuk.com"
35 + },
36 + "bugs": {
37 + "url": "https://github.com/visionmedia/bytes.js/issues"
38 + },
39 + "contributors": [
40 + {
41 + "name": "Jed Watson",
42 + "email": "jed.watson@me.com"
43 + },
44 + {
45 + "name": "Théo FIDRY",
46 + "email": "theo.fidry@gmail.com"
47 + }
48 + ],
49 + "description": "Utility to parse a string bytes to bytes and vice-versa",
50 + "devDependencies": {
51 + "mocha": "2.5.3",
52 + "nyc": "10.3.2"
53 + },
54 + "engines": {
55 + "node": ">= 0.8"
56 + },
57 + "files": [
58 + "History.md",
59 + "LICENSE",
60 + "Readme.md",
61 + "index.js"
62 + ],
63 + "homepage": "https://github.com/visionmedia/bytes.js#readme",
64 + "keywords": [
65 + "byte",
66 + "bytes",
67 + "utility",
68 + "parse",
69 + "parser",
70 + "convert",
71 + "converter"
72 + ],
73 + "license": "MIT",
74 + "name": "bytes",
75 + "repository": {
76 + "type": "git",
77 + "url": "git+https://github.com/visionmedia/bytes.js.git"
78 + },
79 + "scripts": {
80 + "test": "mocha --check-leaks --reporter spec",
81 + "test-ci": "nyc --reporter=text npm test",
82 + "test-cov": "nyc --reporter=html --reporter=text npm test"
83 + },
84 + "version": "3.0.0"
85 +}
1 +
2 +# 0.4.23 / 2018-05-07
3 +
4 + * Fix deprecation warning in Node v10 due to the last usage of `new Buffer` (#185, by @felixbuenemann)
5 + * Switched from NodeBuffer to Buffer in typings (#155 by @felixfbecker, #186 by @larssn)
6 +
7 +
8 +# 0.4.22 / 2018-05-05
9 +
10 + * Use older semver style for dependencies to be compatible with Node version 0.10 (#182, by @dougwilson)
11 + * Fix tests to accomodate fixes in Node v10 (#182, by @dougwilson)
12 +
13 +
14 +# 0.4.21 / 2018-04-06
15 +
16 + * Fix encoding canonicalization (#156)
17 + * Fix the paths in the "browser" field in package.json (#174 by @LMLB)
18 + * Removed "contributors" section in package.json - see Git history instead.
19 +
20 +
21 +# 0.4.20 / 2018-04-06
22 +
23 + * Updated `new Buffer()` usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR)
24 +
25 +
26 +# 0.4.19 / 2017-09-09
27 +
28 + * Fixed iso8859-1 codec regression in handling untranslatable characters (#162, caused by #147)
29 + * Re-generated windows1255 codec, because it was updated in iconv project
30 + * Fixed grammar in error message when iconv-lite is loaded with encoding other than utf8
31 +
32 +
33 +# 0.4.18 / 2017-06-13
34 +
35 + * Fixed CESU-8 regression in Node v8.
36 +
37 +
38 +# 0.4.17 / 2017-04-22
39 +
40 + * Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn)
41 +
42 +
43 +# 0.4.16 / 2017-04-22
44 +
45 + * Added support for React Native (#150)
46 + * Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex)
47 + * Fixed typo in Readme (#138 by @jiangzhuo)
48 + * Fixed build for Node v6.10+ by making correct version comparison
49 + * Added a warning if iconv-lite is loaded not as utf-8 (see #142)
50 +
51 +
52 +# 0.4.15 / 2016-11-21
53 +
54 + * Fixed typescript type definition (#137)
55 +
56 +
57 +# 0.4.14 / 2016-11-20
58 +
59 + * Preparation for v1.0
60 + * Added Node v6 and latest Node versions to Travis CI test rig
61 + * Deprecated Node v0.8 support
62 + * Typescript typings (@larssn)
63 + * Fix encoding of Euro character in GB 18030 (inspired by @lygstate)
64 + * Add ms prefix to dbcs windows encodings (@rokoroku)
65 +
66 +
67 +# 0.4.13 / 2015-10-01
68 +
69 + * Fix silly mistake in deprecation notice.
70 +
71 +
72 +# 0.4.12 / 2015-09-26
73 +
74 + * Node v4 support:
75 + * Added CESU-8 decoding (#106)
76 + * Added deprecation notice for `extendNodeEncodings`
77 + * Added Travis tests for Node v4 and io.js latest (#105 by @Mithgol)
78 +
79 +
80 +# 0.4.11 / 2015-07-03
81 +
82 + * Added CESU-8 encoding.
83 +
84 +
85 +# 0.4.10 / 2015-05-26
86 +
87 + * Changed UTF-16 endianness heuristic to take into account any ASCII chars, not
88 + just spaces. This should minimize the importance of "default" endianness.
89 +
90 +
91 +# 0.4.9 / 2015-05-24
92 +
93 + * Streamlined BOM handling: strip BOM by default, add BOM when encoding if
94 + addBOM: true. Added docs to Readme.
95 + * UTF16 now uses UTF16-LE by default.
96 + * Fixed minor issue with big5 encoding.
97 + * Added io.js testing on Travis; updated node-iconv version to test against.
98 + Now we just skip testing SBCS encodings that node-iconv doesn't support.
99 + * (internal refactoring) Updated codec interface to use classes.
100 + * Use strict mode in all files.
101 +
102 +
103 +# 0.4.8 / 2015-04-14
104 +
105 + * added alias UNICODE-1-1-UTF-7 for UTF-7 encoding (#94)
106 +
107 +
108 +# 0.4.7 / 2015-02-05
109 +
110 + * stop official support of Node.js v0.8. Should still work, but no guarantees.
111 + reason: Packages needed for testing are hard to get on Travis CI.
112 + * work in environment where Object.prototype is monkey patched with enumerable
113 + props (#89).
114 +
115 +
116 +# 0.4.6 / 2015-01-12
117 +
118 + * fix rare aliases of single-byte encodings (thanks @mscdex)
119 + * double the timeout for dbcs tests to make them less flaky on travis
120 +
121 +
122 +# 0.4.5 / 2014-11-20
123 +
124 + * fix windows-31j and x-sjis encoding support (@nleush)
125 + * minor fix: undefined variable reference when internal error happens
126 +
127 +
128 +# 0.4.4 / 2014-07-16
129 +
130 + * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
131 + * fixed streaming base64 encoding
132 +
133 +
134 +# 0.4.3 / 2014-06-14
135 +
136 + * added encodings UTF-16BE and UTF-16 with BOM
137 +
138 +
139 +# 0.4.2 / 2014-06-12
140 +
141 + * don't throw exception if `extendNodeEncodings()` is called more than once
142 +
143 +
144 +# 0.4.1 / 2014-06-11
145 +
146 + * codepage 808 added
147 +
148 +
149 +# 0.4.0 / 2014-06-10
150 +
151 + * code is rewritten from scratch
152 + * all widespread encodings are supported
153 + * streaming interface added
154 + * browserify compatibility added
155 + * (optional) extend core primitive encodings to make usage even simpler
156 + * moved from vows to mocha as the testing framework
157 +
158 +
1 +Copyright (c) 2011 Alexander Shtuchkin
2 +
3 +Permission is hereby granted, free of charge, to any person obtaining
4 +a copy of this software and associated documentation files (the
5 +"Software"), to deal in the Software without restriction, including
6 +without limitation the rights to use, copy, modify, merge, publish,
7 +distribute, sublicense, and/or sell copies of the Software, and to
8 +permit persons to whom the Software is furnished to do so, subject to
9 +the following conditions:
10 +
11 +The above copyright notice and this permission notice shall be
12 +included in all copies or substantial portions of the Software.
13 +
14 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17 +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18 +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19 +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20 +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 +
1 +## Pure JS character encoding conversion [![Build Status](https://travis-ci.org/ashtuchkin/iconv-lite.svg?branch=master)](https://travis-ci.org/ashtuchkin/iconv-lite)
2 +
3 + * Doesn't need native code compilation. Works on Windows and in sandboxed environments like [Cloud9](http://c9.io).
4 + * Used in popular projects like [Express.js (body_parser)](https://github.com/expressjs/body-parser),
5 + [Grunt](http://gruntjs.com/), [Nodemailer](http://www.nodemailer.com/), [Yeoman](http://yeoman.io/) and others.
6 + * Faster than [node-iconv](https://github.com/bnoordhuis/node-iconv) (see below for performance comparison).
7 + * Intuitive encode/decode API
8 + * Streaming support for Node v0.10+
9 + * [Deprecated] Can extend Node.js primitives (buffers, streams) to support all iconv-lite encodings.
10 + * In-browser usage via [Browserify](https://github.com/substack/node-browserify) (~180k gzip compressed with Buffer shim included).
11 + * Typescript [type definition file](https://github.com/ashtuchkin/iconv-lite/blob/master/lib/index.d.ts) included.
12 + * React Native is supported (need to explicitly `npm install` two more modules: `buffer` and `stream`).
13 + * License: MIT.
14 +
15 +[![NPM Stats](https://nodei.co/npm/iconv-lite.png?downloads=true&downloadRank=true)](https://npmjs.org/packages/iconv-lite/)
16 +
17 +## Usage
18 +### Basic API
19 +```javascript
20 +var iconv = require('iconv-lite');
21 +
22 +// Convert from an encoded buffer to js string.
23 +str = iconv.decode(Buffer.from([0x68, 0x65, 0x6c, 0x6c, 0x6f]), 'win1251');
24 +
25 +// Convert from js string to an encoded buffer.
26 +buf = iconv.encode("Sample input string", 'win1251');
27 +
28 +// Check if encoding is supported
29 +iconv.encodingExists("us-ascii")
30 +```
31 +
32 +### Streaming API (Node v0.10+)
33 +```javascript
34 +
35 +// Decode stream (from binary stream to js strings)
36 +http.createServer(function(req, res) {
37 + var converterStream = iconv.decodeStream('win1251');
38 + req.pipe(converterStream);
39 +
40 + converterStream.on('data', function(str) {
41 + console.log(str); // Do something with decoded strings, chunk-by-chunk.
42 + });
43 +});
44 +
45 +// Convert encoding streaming example
46 +fs.createReadStream('file-in-win1251.txt')
47 + .pipe(iconv.decodeStream('win1251'))
48 + .pipe(iconv.encodeStream('ucs2'))
49 + .pipe(fs.createWriteStream('file-in-ucs2.txt'));
50 +
51 +// Sugar: all encode/decode streams have .collect(cb) method to accumulate data.
52 +http.createServer(function(req, res) {
53 + req.pipe(iconv.decodeStream('win1251')).collect(function(err, body) {
54 + assert(typeof body == 'string');
55 + console.log(body); // full request body string
56 + });
57 +});
58 +```
59 +
60 +### [Deprecated] Extend Node.js own encodings
61 +> NOTE: This doesn't work on latest Node versions. See [details](https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility).
62 +
63 +```javascript
64 +// After this call all Node basic primitives will understand iconv-lite encodings.
65 +iconv.extendNodeEncodings();
66 +
67 +// Examples:
68 +buf = new Buffer(str, 'win1251');
69 +buf.write(str, 'gbk');
70 +str = buf.toString('latin1');
71 +assert(Buffer.isEncoding('iso-8859-15'));
72 +Buffer.byteLength(str, 'us-ascii');
73 +
74 +http.createServer(function(req, res) {
75 + req.setEncoding('big5');
76 + req.collect(function(err, body) {
77 + console.log(body);
78 + });
79 +});
80 +
81 +fs.createReadStream("file.txt", "shift_jis");
82 +
83 +// External modules are also supported (if they use Node primitives, which they probably do).
84 +request = require('request');
85 +request({
86 + url: "http://github.com/",
87 + encoding: "cp932"
88 +});
89 +
90 +// To remove extensions
91 +iconv.undoExtendNodeEncodings();
92 +```
93 +
94 +## Supported encodings
95 +
96 + * All node.js native encodings: utf8, ucs2 / utf16-le, ascii, binary, base64, hex.
97 + * Additional unicode encodings: utf16, utf16-be, utf-7, utf-7-imap.
98 + * All widespread singlebyte encodings: Windows 125x family, ISO-8859 family,
99 + IBM/DOS codepages, Macintosh family, KOI8 family, all others supported by iconv library.
100 + Aliases like 'latin1', 'us-ascii' also supported.
101 + * All widespread multibyte encodings: CP932, CP936, CP949, CP950, GB2312, GBK, GB18030, Big5, Shift_JIS, EUC-JP.
102 +
103 +See [all supported encodings on wiki](https://github.com/ashtuchkin/iconv-lite/wiki/Supported-Encodings).
104 +
105 +Most singlebyte encodings are generated automatically from [node-iconv](https://github.com/bnoordhuis/node-iconv). Thank you Ben Noordhuis and libiconv authors!
106 +
107 +Multibyte encodings are generated from [Unicode.org mappings](http://www.unicode.org/Public/MAPPINGS/) and [WHATWG Encoding Standard mappings](http://encoding.spec.whatwg.org/). Thank you, respective authors!
108 +
109 +
110 +## Encoding/decoding speed
111 +
112 +Comparison with node-iconv module (1000x256kb, on MacBook Pro, Core i5/2.6 GHz, Node v0.12.0).
113 +Note: your results may vary, so please always check on your hardware.
114 +
115 + operation iconv@2.1.4 iconv-lite@0.4.7
116 + ----------------------------------------------------------
117 + encode('win1251') ~96 Mb/s ~320 Mb/s
118 + decode('win1251') ~95 Mb/s ~246 Mb/s
119 +
120 +## BOM handling
121 +
122 + * Decoding: BOM is stripped by default, unless overridden by passing `stripBOM: false` in options
123 + (f.ex. `iconv.decode(buf, enc, {stripBOM: false})`).
124 + A callback might also be given as a `stripBOM` parameter - it'll be called if BOM character was actually found.
125 + * If you want to detect UTF-8 BOM when decoding other encodings, use [node-autodetect-decoder-stream](https://github.com/danielgindi/node-autodetect-decoder-stream) module.
126 + * Encoding: No BOM added, unless overridden by `addBOM: true` option.
127 +
128 +## UTF-16 Encodings
129 +
130 +This library supports UTF-16LE, UTF-16BE and UTF-16 encodings. First two are straightforward, but UTF-16 is trying to be
131 +smart about endianness in the following ways:
132 + * Decoding: uses BOM and 'spaces heuristic' to determine input endianness. Default is UTF-16LE, but can be
133 + overridden with `defaultEncoding: 'utf-16be'` option. Strips BOM unless `stripBOM: false`.
134 + * Encoding: uses UTF-16LE and writes BOM by default. Use `addBOM: false` to override.
135 +
136 +## Other notes
137 +
138 +When decoding, be sure to supply a Buffer to decode() method, otherwise [bad things usually happen](https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding).
139 +Untranslatable characters are set to � or ?. No transliteration is currently supported.
140 +Node versions 0.10.31 and 0.11.13 are buggy, don't use them (see #65, #77).
141 +
142 +## Testing
143 +
144 +```bash
145 +$ git clone git@github.com:ashtuchkin/iconv-lite.git
146 +$ cd iconv-lite
147 +$ npm install
148 +$ npm test
149 +
150 +$ # To view performance:
151 +$ node test/performance.js
152 +
153 +$ # To view test coverage:
154 +$ npm run coverage
155 +$ open coverage/lcov-report/index.html
156 +```
1 +"use strict";
2 +var Buffer = require("safer-buffer").Buffer;
3 +
4 +// Multibyte codec. In this scheme, a character is represented by 1 or more bytes.
5 +// Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences.
6 +// To save memory and loading time, we read table files only when requested.
7 +
8 +exports._dbcs = DBCSCodec;
9 +
10 +var UNASSIGNED = -1,
11 + GB18030_CODE = -2,
12 + SEQ_START = -10,
13 + NODE_START = -1000,
14 + UNASSIGNED_NODE = new Array(0x100),
15 + DEF_CHAR = -1;
16 +
17 +for (var i = 0; i < 0x100; i++)
18 + UNASSIGNED_NODE[i] = UNASSIGNED;
19 +
20 +
21 +// Class DBCSCodec reads and initializes mapping tables.
22 +function DBCSCodec(codecOptions, iconv) {
23 + this.encodingName = codecOptions.encodingName;
24 + if (!codecOptions)
25 + throw new Error("DBCS codec is called without the data.")
26 + if (!codecOptions.table)
27 + throw new Error("Encoding '" + this.encodingName + "' has no data.");
28 +
29 + // Load tables.
30 + var mappingTable = codecOptions.table();
31 +
32 +
33 + // Decode tables: MBCS -> Unicode.
34 +
35 + // decodeTables is a trie, encoded as an array of arrays of integers. Internal arrays are trie nodes and all have len = 256.
36 + // Trie root is decodeTables[0].
37 + // Values: >= 0 -> unicode character code. can be > 0xFFFF
38 + // == UNASSIGNED -> unknown/unassigned sequence.
39 + // == GB18030_CODE -> this is the end of a GB18030 4-byte sequence.
40 + // <= NODE_START -> index of the next node in our trie to process next byte.
41 + // <= SEQ_START -> index of the start of a character code sequence, in decodeTableSeq.
42 + this.decodeTables = [];
43 + this.decodeTables[0] = UNASSIGNED_NODE.slice(0); // Create root node.
44 +
45 + // Sometimes a MBCS char corresponds to a sequence of unicode chars. We store them as arrays of integers here.
46 + this.decodeTableSeq = [];
47 +
48 + // Actual mapping tables consist of chunks. Use them to fill up decode tables.
49 + for (var i = 0; i < mappingTable.length; i++)
50 + this._addDecodeChunk(mappingTable[i]);
51 +
52 + this.defaultCharUnicode = iconv.defaultCharUnicode;
53 +
54 +
55 + // Encode tables: Unicode -> DBCS.
56 +
57 + // `encodeTable` is array mapping from unicode char to encoded char. All its values are integers for performance.
58 + // Because it can be sparse, it is represented as array of buckets by 256 chars each. Bucket can be null.
59 + // Values: >= 0 -> it is a normal char. Write the value (if <=256 then 1 byte, if <=65536 then 2 bytes, etc.).
60 + // == UNASSIGNED -> no conversion found. Output a default char.
61 + // <= SEQ_START -> it's an index in encodeTableSeq, see below. The character starts a sequence.
62 + this.encodeTable = [];
63 +
64 + // `encodeTableSeq` is used when a sequence of unicode characters is encoded as a single code. We use a tree of
65 + // objects where keys correspond to characters in sequence and leafs are the encoded dbcs values. A special DEF_CHAR key
66 + // means end of sequence (needed when one sequence is a strict subsequence of another).
67 + // Objects are kept separately from encodeTable to increase performance.
68 + this.encodeTableSeq = [];
69 +
70 + // Some chars can be decoded, but need not be encoded.
71 + var skipEncodeChars = {};
72 + if (codecOptions.encodeSkipVals)
73 + for (var i = 0; i < codecOptions.encodeSkipVals.length; i++) {
74 + var val = codecOptions.encodeSkipVals[i];
75 + if (typeof val === 'number')
76 + skipEncodeChars[val] = true;
77 + else
78 + for (var j = val.from; j <= val.to; j++)
79 + skipEncodeChars[j] = true;
80 + }
81 +
82 + // Use decode trie to recursively fill out encode tables.
83 + this._fillEncodeTable(0, 0, skipEncodeChars);
84 +
85 + // Add more encoding pairs when needed.
86 + if (codecOptions.encodeAdd) {
87 + for (var uChar in codecOptions.encodeAdd)
88 + if (Object.prototype.hasOwnProperty.call(codecOptions.encodeAdd, uChar))
89 + this._setEncodeChar(uChar.charCodeAt(0), codecOptions.encodeAdd[uChar]);
90 + }
91 +
92 + this.defCharSB = this.encodeTable[0][iconv.defaultCharSingleByte.charCodeAt(0)];
93 + if (this.defCharSB === UNASSIGNED) this.defCharSB = this.encodeTable[0]['?'];
94 + if (this.defCharSB === UNASSIGNED) this.defCharSB = "?".charCodeAt(0);
95 +
96 +
97 + // Load & create GB18030 tables when needed.
98 + if (typeof codecOptions.gb18030 === 'function') {
99 + this.gb18030 = codecOptions.gb18030(); // Load GB18030 ranges.
100 +
101 + // Add GB18030 decode tables.
102 + var thirdByteNodeIdx = this.decodeTables.length;
103 + var thirdByteNode = this.decodeTables[thirdByteNodeIdx] = UNASSIGNED_NODE.slice(0);
104 +
105 + var fourthByteNodeIdx = this.decodeTables.length;
106 + var fourthByteNode = this.decodeTables[fourthByteNodeIdx] = UNASSIGNED_NODE.slice(0);
107 +
108 + for (var i = 0x81; i <= 0xFE; i++) {
109 + var secondByteNodeIdx = NODE_START - this.decodeTables[0][i];
110 + var secondByteNode = this.decodeTables[secondByteNodeIdx];
111 + for (var j = 0x30; j <= 0x39; j++)
112 + secondByteNode[j] = NODE_START - thirdByteNodeIdx;
113 + }
114 + for (var i = 0x81; i <= 0xFE; i++)
115 + thirdByteNode[i] = NODE_START - fourthByteNodeIdx;
116 + for (var i = 0x30; i <= 0x39; i++)
117 + fourthByteNode[i] = GB18030_CODE
118 + }
119 +}
120 +
121 +DBCSCodec.prototype.encoder = DBCSEncoder;
122 +DBCSCodec.prototype.decoder = DBCSDecoder;
123 +
124 +// Decoder helpers
125 +DBCSCodec.prototype._getDecodeTrieNode = function(addr) {
126 + var bytes = [];
127 + for (; addr > 0; addr >>= 8)
128 + bytes.push(addr & 0xFF);
129 + if (bytes.length == 0)
130 + bytes.push(0);
131 +
132 + var node = this.decodeTables[0];
133 + for (var i = bytes.length-1; i > 0; i--) { // Traverse nodes deeper into the trie.
134 + var val = node[bytes[i]];
135 +
136 + if (val == UNASSIGNED) { // Create new node.
137 + node[bytes[i]] = NODE_START - this.decodeTables.length;
138 + this.decodeTables.push(node = UNASSIGNED_NODE.slice(0));
139 + }
140 + else if (val <= NODE_START) { // Existing node.
141 + node = this.decodeTables[NODE_START - val];
142 + }
143 + else
144 + throw new Error("Overwrite byte in " + this.encodingName + ", addr: " + addr.toString(16));
145 + }
146 + return node;
147 +}
148 +
149 +
150 +DBCSCodec.prototype._addDecodeChunk = function(chunk) {
151 + // First element of chunk is the hex mbcs code where we start.
152 + var curAddr = parseInt(chunk[0], 16);
153 +
154 + // Choose the decoding node where we'll write our chars.
155 + var writeTable = this._getDecodeTrieNode(curAddr);
156 + curAddr = curAddr & 0xFF;
157 +
158 + // Write all other elements of the chunk to the table.
159 + for (var k = 1; k < chunk.length; k++) {
160 + var part = chunk[k];
161 + if (typeof part === "string") { // String, write as-is.
162 + for (var l = 0; l < part.length;) {
163 + var code = part.charCodeAt(l++);
164 + if (0xD800 <= code && code < 0xDC00) { // Decode surrogate
165 + var codeTrail = part.charCodeAt(l++);
166 + if (0xDC00 <= codeTrail && codeTrail < 0xE000)
167 + writeTable[curAddr++] = 0x10000 + (code - 0xD800) * 0x400 + (codeTrail - 0xDC00);
168 + else
169 + throw new Error("Incorrect surrogate pair in " + this.encodingName + " at chunk " + chunk[0]);
170 + }
171 + else if (0x0FF0 < code && code <= 0x0FFF) { // Character sequence (our own encoding used)
172 + var len = 0xFFF - code + 2;
173 + var seq = [];
174 + for (var m = 0; m < len; m++)
175 + seq.push(part.charCodeAt(l++)); // Simple variation: don't support surrogates or subsequences in seq.
176 +
177 + writeTable[curAddr++] = SEQ_START - this.decodeTableSeq.length;
178 + this.decodeTableSeq.push(seq);
179 + }
180 + else
181 + writeTable[curAddr++] = code; // Basic char
182 + }
183 + }
184 + else if (typeof part === "number") { // Integer, meaning increasing sequence starting with prev character.
185 + var charCode = writeTable[curAddr - 1] + 1;
186 + for (var l = 0; l < part; l++)
187 + writeTable[curAddr++] = charCode++;
188 + }
189 + else
190 + throw new Error("Incorrect type '" + typeof part + "' given in " + this.encodingName + " at chunk " + chunk[0]);
191 + }
192 + if (curAddr > 0xFF)
193 + throw new Error("Incorrect chunk in " + this.encodingName + " at addr " + chunk[0] + ": too long" + curAddr);
194 +}
195 +
196 +// Encoder helpers
197 +DBCSCodec.prototype._getEncodeBucket = function(uCode) {
198 + var high = uCode >> 8; // This could be > 0xFF because of astral characters.
199 + if (this.encodeTable[high] === undefined)
200 + this.encodeTable[high] = UNASSIGNED_NODE.slice(0); // Create bucket on demand.
201 + return this.encodeTable[high];
202 +}
203 +
204 +DBCSCodec.prototype._setEncodeChar = function(uCode, dbcsCode) {
205 + var bucket = this._getEncodeBucket(uCode);
206 + var low = uCode & 0xFF;
207 + if (bucket[low] <= SEQ_START)
208 + this.encodeTableSeq[SEQ_START-bucket[low]][DEF_CHAR] = dbcsCode; // There's already a sequence, set a single-char subsequence of it.
209 + else if (bucket[low] == UNASSIGNED)
210 + bucket[low] = dbcsCode;
211 +}
212 +
213 +DBCSCodec.prototype._setEncodeSequence = function(seq, dbcsCode) {
214 +
215 + // Get the root of character tree according to first character of the sequence.
216 + var uCode = seq[0];
217 + var bucket = this._getEncodeBucket(uCode);
218 + var low = uCode & 0xFF;
219 +
220 + var node;
221 + if (bucket[low] <= SEQ_START) {
222 + // There's already a sequence with - use it.
223 + node = this.encodeTableSeq[SEQ_START-bucket[low]];
224 + }
225 + else {
226 + // There was no sequence object - allocate a new one.
227 + node = {};
228 + if (bucket[low] !== UNASSIGNED) node[DEF_CHAR] = bucket[low]; // If a char was set before - make it a single-char subsequence.
229 + bucket[low] = SEQ_START - this.encodeTableSeq.length;
230 + this.encodeTableSeq.push(node);
231 + }
232 +
233 + // Traverse the character tree, allocating new nodes as needed.
234 + for (var j = 1; j < seq.length-1; j++) {
235 + var oldVal = node[uCode];
236 + if (typeof oldVal === 'object')
237 + node = oldVal;
238 + else {
239 + node = node[uCode] = {}
240 + if (oldVal !== undefined)
241 + node[DEF_CHAR] = oldVal
242 + }
243 + }
244 +
245 + // Set the leaf to given dbcsCode.
246 + uCode = seq[seq.length-1];
247 + node[uCode] = dbcsCode;
248 +}
249 +
250 +DBCSCodec.prototype._fillEncodeTable = function(nodeIdx, prefix, skipEncodeChars) {
251 + var node = this.decodeTables[nodeIdx];
252 + for (var i = 0; i < 0x100; i++) {
253 + var uCode = node[i];
254 + var mbCode = prefix + i;
255 + if (skipEncodeChars[mbCode])
256 + continue;
257 +
258 + if (uCode >= 0)
259 + this._setEncodeChar(uCode, mbCode);
260 + else if (uCode <= NODE_START)
261 + this._fillEncodeTable(NODE_START - uCode, mbCode << 8, skipEncodeChars);
262 + else if (uCode <= SEQ_START)
263 + this._setEncodeSequence(this.decodeTableSeq[SEQ_START - uCode], mbCode);
264 + }
265 +}
266 +
267 +
268 +
269 +// == Encoder ==================================================================
270 +
271 +function DBCSEncoder(options, codec) {
272 + // Encoder state
273 + this.leadSurrogate = -1;
274 + this.seqObj = undefined;
275 +
276 + // Static data
277 + this.encodeTable = codec.encodeTable;
278 + this.encodeTableSeq = codec.encodeTableSeq;
279 + this.defaultCharSingleByte = codec.defCharSB;
280 + this.gb18030 = codec.gb18030;
281 +}
282 +
283 +DBCSEncoder.prototype.write = function(str) {
284 + var newBuf = Buffer.alloc(str.length * (this.gb18030 ? 4 : 3)),
285 + leadSurrogate = this.leadSurrogate,
286 + seqObj = this.seqObj, nextChar = -1,
287 + i = 0, j = 0;
288 +
289 + while (true) {
290 + // 0. Get next character.
291 + if (nextChar === -1) {
292 + if (i == str.length) break;
293 + var uCode = str.charCodeAt(i++);
294 + }
295 + else {
296 + var uCode = nextChar;
297 + nextChar = -1;
298 + }
299 +
300 + // 1. Handle surrogates.
301 + if (0xD800 <= uCode && uCode < 0xE000) { // Char is one of surrogates.
302 + if (uCode < 0xDC00) { // We've got lead surrogate.
303 + if (leadSurrogate === -1) {
304 + leadSurrogate = uCode;
305 + continue;
306 + } else {
307 + leadSurrogate = uCode;
308 + // Double lead surrogate found.
309 + uCode = UNASSIGNED;
310 + }
311 + } else { // We've got trail surrogate.
312 + if (leadSurrogate !== -1) {
313 + uCode = 0x10000 + (leadSurrogate - 0xD800) * 0x400 + (uCode - 0xDC00);
314 + leadSurrogate = -1;
315 + } else {
316 + // Incomplete surrogate pair - only trail surrogate found.
317 + uCode = UNASSIGNED;
318 + }
319 +
320 + }
321 + }
322 + else if (leadSurrogate !== -1) {
323 + // Incomplete surrogate pair - only lead surrogate found.
324 + nextChar = uCode; uCode = UNASSIGNED; // Write an error, then current char.
325 + leadSurrogate = -1;
326 + }
327 +
328 + // 2. Convert uCode character.
329 + var dbcsCode = UNASSIGNED;
330 + if (seqObj !== undefined && uCode != UNASSIGNED) { // We are in the middle of the sequence
331 + var resCode = seqObj[uCode];
332 + if (typeof resCode === 'object') { // Sequence continues.
333 + seqObj = resCode;
334 + continue;
335 +
336 + } else if (typeof resCode == 'number') { // Sequence finished. Write it.
337 + dbcsCode = resCode;
338 +
339 + } else if (resCode == undefined) { // Current character is not part of the sequence.
340 +
341 + // Try default character for this sequence
342 + resCode = seqObj[DEF_CHAR];
343 + if (resCode !== undefined) {
344 + dbcsCode = resCode; // Found. Write it.
345 + nextChar = uCode; // Current character will be written too in the next iteration.
346 +
347 + } else {
348 + // TODO: What if we have no default? (resCode == undefined)
349 + // Then, we should write first char of the sequence as-is and try the rest recursively.
350 + // Didn't do it for now because no encoding has this situation yet.
351 + // Currently, just skip the sequence and write current char.
352 + }
353 + }
354 + seqObj = undefined;
355 + }
356 + else if (uCode >= 0) { // Regular character
357 + var subtable = this.encodeTable[uCode >> 8];
358 + if (subtable !== undefined)
359 + dbcsCode = subtable[uCode & 0xFF];
360 +
361 + if (dbcsCode <= SEQ_START) { // Sequence start
362 + seqObj = this.encodeTableSeq[SEQ_START-dbcsCode];
363 + continue;
364 + }
365 +
366 + if (dbcsCode == UNASSIGNED && this.gb18030) {
367 + // Use GB18030 algorithm to find character(s) to write.
368 + var idx = findIdx(this.gb18030.uChars, uCode);
369 + if (idx != -1) {
370 + var dbcsCode = this.gb18030.gbChars[idx] + (uCode - this.gb18030.uChars[idx]);
371 + newBuf[j++] = 0x81 + Math.floor(dbcsCode / 12600); dbcsCode = dbcsCode % 12600;
372 + newBuf[j++] = 0x30 + Math.floor(dbcsCode / 1260); dbcsCode = dbcsCode % 1260;
373 + newBuf[j++] = 0x81 + Math.floor(dbcsCode / 10); dbcsCode = dbcsCode % 10;
374 + newBuf[j++] = 0x30 + dbcsCode;
375 + continue;
376 + }
377 + }
378 + }
379 +
380 + // 3. Write dbcsCode character.
381 + if (dbcsCode === UNASSIGNED)
382 + dbcsCode = this.defaultCharSingleByte;
383 +
384 + if (dbcsCode < 0x100) {
385 + newBuf[j++] = dbcsCode;
386 + }
387 + else if (dbcsCode < 0x10000) {
388 + newBuf[j++] = dbcsCode >> 8; // high byte
389 + newBuf[j++] = dbcsCode & 0xFF; // low byte
390 + }
391 + else {
392 + newBuf[j++] = dbcsCode >> 16;
393 + newBuf[j++] = (dbcsCode >> 8) & 0xFF;
394 + newBuf[j++] = dbcsCode & 0xFF;
395 + }
396 + }
397 +
398 + this.seqObj = seqObj;
399 + this.leadSurrogate = leadSurrogate;
400 + return newBuf.slice(0, j);
401 +}
402 +
403 +DBCSEncoder.prototype.end = function() {
404 + if (this.leadSurrogate === -1 && this.seqObj === undefined)
405 + return; // All clean. Most often case.
406 +
407 + var newBuf = Buffer.alloc(10), j = 0;
408 +
409 + if (this.seqObj) { // We're in the sequence.
410 + var dbcsCode = this.seqObj[DEF_CHAR];
411 + if (dbcsCode !== undefined) { // Write beginning of the sequence.
412 + if (dbcsCode < 0x100) {
413 + newBuf[j++] = dbcsCode;
414 + }
415 + else {
416 + newBuf[j++] = dbcsCode >> 8; // high byte
417 + newBuf[j++] = dbcsCode & 0xFF; // low byte
418 + }
419 + } else {
420 + // See todo above.
421 + }
422 + this.seqObj = undefined;
423 + }
424 +
425 + if (this.leadSurrogate !== -1) {
426 + // Incomplete surrogate pair - only lead surrogate found.
427 + newBuf[j++] = this.defaultCharSingleByte;
428 + this.leadSurrogate = -1;
429 + }
430 +
431 + return newBuf.slice(0, j);
432 +}
433 +
434 +// Export for testing
435 +DBCSEncoder.prototype.findIdx = findIdx;
436 +
437 +
438 +// == Decoder ==================================================================
439 +
440 +function DBCSDecoder(options, codec) {
441 + // Decoder state
442 + this.nodeIdx = 0;
443 + this.prevBuf = Buffer.alloc(0);
444 +
445 + // Static data
446 + this.decodeTables = codec.decodeTables;
447 + this.decodeTableSeq = codec.decodeTableSeq;
448 + this.defaultCharUnicode = codec.defaultCharUnicode;
449 + this.gb18030 = codec.gb18030;
450 +}
451 +
452 +DBCSDecoder.prototype.write = function(buf) {
453 + var newBuf = Buffer.alloc(buf.length*2),
454 + nodeIdx = this.nodeIdx,
455 + prevBuf = this.prevBuf, prevBufOffset = this.prevBuf.length,
456 + seqStart = -this.prevBuf.length, // idx of the start of current parsed sequence.
457 + uCode;
458 +
459 + if (prevBufOffset > 0) // Make prev buf overlap a little to make it easier to slice later.
460 + prevBuf = Buffer.concat([prevBuf, buf.slice(0, 10)]);
461 +
462 + for (var i = 0, j = 0; i < buf.length; i++) {
463 + var curByte = (i >= 0) ? buf[i] : prevBuf[i + prevBufOffset];
464 +
465 + // Lookup in current trie node.
466 + var uCode = this.decodeTables[nodeIdx][curByte];
467 +
468 + if (uCode >= 0) {
469 + // Normal character, just use it.
470 + }
471 + else if (uCode === UNASSIGNED) { // Unknown char.
472 + // TODO: Callback with seq.
473 + //var curSeq = (seqStart >= 0) ? buf.slice(seqStart, i+1) : prevBuf.slice(seqStart + prevBufOffset, i+1 + prevBufOffset);
474 + i = seqStart; // Try to parse again, after skipping first byte of the sequence ('i' will be incremented by 'for' cycle).
475 + uCode = this.defaultCharUnicode.charCodeAt(0);
476 + }
477 + else if (uCode === GB18030_CODE) {
478 + var curSeq = (seqStart >= 0) ? buf.slice(seqStart, i+1) : prevBuf.slice(seqStart + prevBufOffset, i+1 + prevBufOffset);
479 + var ptr = (curSeq[0]-0x81)*12600 + (curSeq[1]-0x30)*1260 + (curSeq[2]-0x81)*10 + (curSeq[3]-0x30);
480 + var idx = findIdx(this.gb18030.gbChars, ptr);
481 + uCode = this.gb18030.uChars[idx] + ptr - this.gb18030.gbChars[idx];
482 + }
483 + else if (uCode <= NODE_START) { // Go to next trie node.
484 + nodeIdx = NODE_START - uCode;
485 + continue;
486 + }
487 + else if (uCode <= SEQ_START) { // Output a sequence of chars.
488 + var seq = this.decodeTableSeq[SEQ_START - uCode];
489 + for (var k = 0; k < seq.length - 1; k++) {
490 + uCode = seq[k];
491 + newBuf[j++] = uCode & 0xFF;
492 + newBuf[j++] = uCode >> 8;
493 + }
494 + uCode = seq[seq.length-1];
495 + }
496 + else
497 + throw new Error("iconv-lite internal error: invalid decoding table value " + uCode + " at " + nodeIdx + "/" + curByte);
498 +
499 + // Write the character to buffer, handling higher planes using surrogate pair.
500 + if (uCode > 0xFFFF) {
501 + uCode -= 0x10000;
502 + var uCodeLead = 0xD800 + Math.floor(uCode / 0x400);
503 + newBuf[j++] = uCodeLead & 0xFF;
504 + newBuf[j++] = uCodeLead >> 8;
505 +
506 + uCode = 0xDC00 + uCode % 0x400;
507 + }
508 + newBuf[j++] = uCode & 0xFF;
509 + newBuf[j++] = uCode >> 8;
510 +
511 + // Reset trie node.
512 + nodeIdx = 0; seqStart = i+1;
513 + }
514 +
515 + this.nodeIdx = nodeIdx;
516 + this.prevBuf = (seqStart >= 0) ? buf.slice(seqStart) : prevBuf.slice(seqStart + prevBufOffset);
517 + return newBuf.slice(0, j).toString('ucs2');
518 +}
519 +
520 +DBCSDecoder.prototype.end = function() {
521 + var ret = '';
522 +
523 + // Try to parse all remaining chars.
524 + while (this.prevBuf.length > 0) {
525 + // Skip 1 character in the buffer.
526 + ret += this.defaultCharUnicode;
527 + var buf = this.prevBuf.slice(1);
528 +
529 + // Parse remaining as usual.
530 + this.prevBuf = Buffer.alloc(0);
531 + this.nodeIdx = 0;
532 + if (buf.length > 0)
533 + ret += this.write(buf);
534 + }
535 +
536 + this.nodeIdx = 0;
537 + return ret;
538 +}
539 +
540 +// Binary search for GB18030. Returns largest i such that table[i] <= val.
541 +function findIdx(table, val) {
542 + if (table[0] > val)
543 + return -1;
544 +
545 + var l = 0, r = table.length;
546 + while (l < r-1) { // always table[l] <= val < table[r]
547 + var mid = l + Math.floor((r-l+1)/2);
548 + if (table[mid] <= val)
549 + l = mid;
550 + else
551 + r = mid;
552 + }
553 + return l;
554 +}
555 +
1 +"use strict";
2 +
3 +// Description of supported double byte encodings and aliases.
4 +// Tables are not require()-d until they are needed to speed up library load.
5 +// require()-s are direct to support Browserify.
6 +
7 +module.exports = {
8 +
9 + // == Japanese/ShiftJIS ====================================================
10 + // All japanese encodings are based on JIS X set of standards:
11 + // JIS X 0201 - Single-byte encoding of ASCII + ¥ + Kana chars at 0xA1-0xDF.
12 + // JIS X 0208 - Main set of 6879 characters, placed in 94x94 plane, to be encoded by 2 bytes.
13 + // Has several variations in 1978, 1983, 1990 and 1997.
14 + // JIS X 0212 - Supplementary plane of 6067 chars in 94x94 plane. 1990. Effectively dead.
15 + // JIS X 0213 - Extension and modern replacement of 0208 and 0212. Total chars: 11233.
16 + // 2 planes, first is superset of 0208, second - revised 0212.
17 + // Introduced in 2000, revised 2004. Some characters are in Unicode Plane 2 (0x2xxxx)
18 +
19 + // Byte encodings are:
20 + // * Shift_JIS: Compatible with 0201, uses not defined chars in top half as lead bytes for double-byte
21 + // encoding of 0208. Lead byte ranges: 0x81-0x9F, 0xE0-0xEF; Trail byte ranges: 0x40-0x7E, 0x80-0x9E, 0x9F-0xFC.
22 + // Windows CP932 is a superset of Shift_JIS. Some companies added more chars, notably KDDI.
23 + // * EUC-JP: Up to 3 bytes per character. Used mostly on *nixes.
24 + // 0x00-0x7F - lower part of 0201
25 + // 0x8E, 0xA1-0xDF - upper part of 0201
26 + // (0xA1-0xFE)x2 - 0208 plane (94x94).
27 + // 0x8F, (0xA1-0xFE)x2 - 0212 plane (94x94).
28 + // * JIS X 208: 7-bit, direct encoding of 0208. Byte ranges: 0x21-0x7E (94 values). Uncommon.
29 + // Used as-is in ISO2022 family.
30 + // * ISO2022-JP: Stateful encoding, with escape sequences to switch between ASCII,
31 + // 0201-1976 Roman, 0208-1978, 0208-1983.
32 + // * ISO2022-JP-1: Adds esc seq for 0212-1990.
33 + // * ISO2022-JP-2: Adds esc seq for GB2313-1980, KSX1001-1992, ISO8859-1, ISO8859-7.
34 + // * ISO2022-JP-3: Adds esc seq for 0201-1976 Kana set, 0213-2000 Planes 1, 2.
35 + // * ISO2022-JP-2004: Adds 0213-2004 Plane 1.
36 + //
37 + // After JIS X 0213 appeared, Shift_JIS-2004, EUC-JISX0213 and ISO2022-JP-2004 followed, with just changing the planes.
38 + //
39 + // Overall, it seems that it's a mess :( http://www8.plala.or.jp/tkubota1/unicode-symbols-map2.html
40 +
41 + 'shiftjis': {
42 + type: '_dbcs',
43 + table: function() { return require('./tables/shiftjis.json') },
44 + encodeAdd: {'\u00a5': 0x5C, '\u203E': 0x7E},
45 + encodeSkipVals: [{from: 0xED40, to: 0xF940}],
46 + },
47 + 'csshiftjis': 'shiftjis',
48 + 'mskanji': 'shiftjis',
49 + 'sjis': 'shiftjis',
50 + 'windows31j': 'shiftjis',
51 + 'ms31j': 'shiftjis',
52 + 'xsjis': 'shiftjis',
53 + 'windows932': 'shiftjis',
54 + 'ms932': 'shiftjis',
55 + '932': 'shiftjis',
56 + 'cp932': 'shiftjis',
57 +
58 + 'eucjp': {
59 + type: '_dbcs',
60 + table: function() { return require('./tables/eucjp.json') },
61 + encodeAdd: {'\u00a5': 0x5C, '\u203E': 0x7E},
62 + },
63 +
64 + // TODO: KDDI extension to Shift_JIS
65 + // TODO: IBM CCSID 942 = CP932, but F0-F9 custom chars and other char changes.
66 + // TODO: IBM CCSID 943 = Shift_JIS = CP932 with original Shift_JIS lower 128 chars.
67 +
68 +
69 + // == Chinese/GBK ==========================================================
70 + // http://en.wikipedia.org/wiki/GBK
71 + // We mostly implement W3C recommendation: https://www.w3.org/TR/encoding/#gbk-encoder
72 +
73 + // Oldest GB2312 (1981, ~7600 chars) is a subset of CP936
74 + 'gb2312': 'cp936',
75 + 'gb231280': 'cp936',
76 + 'gb23121980': 'cp936',
77 + 'csgb2312': 'cp936',
78 + 'csiso58gb231280': 'cp936',
79 + 'euccn': 'cp936',
80 +
81 + // Microsoft's CP936 is a subset and approximation of GBK.
82 + 'windows936': 'cp936',
83 + 'ms936': 'cp936',
84 + '936': 'cp936',
85 + 'cp936': {
86 + type: '_dbcs',
87 + table: function() { return require('./tables/cp936.json') },
88 + },
89 +
90 + // GBK (~22000 chars) is an extension of CP936 that added user-mapped chars and some other.
91 + 'gbk': {
92 + type: '_dbcs',
93 + table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) },
94 + },
95 + 'xgbk': 'gbk',
96 + 'isoir58': 'gbk',
97 +
98 + // GB18030 is an algorithmic extension of GBK.
99 + // Main source: https://www.w3.org/TR/encoding/#gbk-encoder
100 + // http://icu-project.org/docs/papers/gb18030.html
101 + // http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml
102 + // http://www.khngai.com/chinese/charmap/tblgbk.php?page=0
103 + 'gb18030': {
104 + type: '_dbcs',
105 + table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) },
106 + gb18030: function() { return require('./tables/gb18030-ranges.json') },
107 + encodeSkipVals: [0x80],
108 + encodeAdd: {'€': 0xA2E3},
109 + },
110 +
111 + 'chinese': 'gb18030',
112 +
113 +
114 + // == Korean ===============================================================
115 + // EUC-KR, KS_C_5601 and KS X 1001 are exactly the same.
116 + 'windows949': 'cp949',
117 + 'ms949': 'cp949',
118 + '949': 'cp949',
119 + 'cp949': {
120 + type: '_dbcs',
121 + table: function() { return require('./tables/cp949.json') },
122 + },
123 +
124 + 'cseuckr': 'cp949',
125 + 'csksc56011987': 'cp949',
126 + 'euckr': 'cp949',
127 + 'isoir149': 'cp949',
128 + 'korean': 'cp949',
129 + 'ksc56011987': 'cp949',
130 + 'ksc56011989': 'cp949',
131 + 'ksc5601': 'cp949',
132 +
133 +
134 + // == Big5/Taiwan/Hong Kong ================================================
135 + // There are lots of tables for Big5 and cp950. Please see the following links for history:
136 + // http://moztw.org/docs/big5/ http://www.haible.de/bruno/charsets/conversion-tables/Big5.html
137 + // Variations, in roughly number of defined chars:
138 + // * Windows CP 950: Microsoft variant of Big5. Canonical: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT
139 + // * Windows CP 951: Microsoft variant of Big5-HKSCS-2001. Seems to be never public. http://me.abelcheung.org/articles/research/what-is-cp951/
140 + // * Big5-2003 (Taiwan standard) almost superset of cp950.
141 + // * Unicode-at-on (UAO) / Mozilla 1.8. Falling out of use on the Web. Not supported by other browsers.
142 + // * Big5-HKSCS (-2001, -2004, -2008). Hong Kong standard.
143 + // many unicode code points moved from PUA to Supplementary plane (U+2XXXX) over the years.
144 + // Plus, it has 4 combining sequences.
145 + // Seems that Mozilla refused to support it for 10 yrs. https://bugzilla.mozilla.org/show_bug.cgi?id=162431 https://bugzilla.mozilla.org/show_bug.cgi?id=310299
146 + // because big5-hkscs is the only encoding to include astral characters in non-algorithmic way.
147 + // Implementations are not consistent within browsers; sometimes labeled as just big5.
148 + // MS Internet Explorer switches from big5 to big5-hkscs when a patch applied.
149 + // Great discussion & recap of what's going on https://bugzilla.mozilla.org/show_bug.cgi?id=912470#c31
150 + // In the encoder, it might make sense to support encoding old PUA mappings to Big5 bytes seq-s.
151 + // Official spec: http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/terms/doc/2003cmp_2008.txt
152 + // http://www.ogcio.gov.hk/tc/business/tech_promotion/ccli/terms/doc/hkscs-2008-big5-iso.txt
153 + //
154 + // Current understanding of how to deal with Big5(-HKSCS) is in the Encoding Standard, http://encoding.spec.whatwg.org/#big5-encoder
155 + // Unicode mapping (http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT) is said to be wrong.
156 +
157 + 'windows950': 'cp950',
158 + 'ms950': 'cp950',
159 + '950': 'cp950',
160 + 'cp950': {
161 + type: '_dbcs',
162 + table: function() { return require('./tables/cp950.json') },
163 + },
164 +
165 + // Big5 has many variations and is an extension of cp950. We use Encoding Standard's as a consensus.
166 + 'big5': 'big5hkscs',
167 + 'big5hkscs': {
168 + type: '_dbcs',
169 + table: function() { return require('./tables/cp950.json').concat(require('./tables/big5-added.json')) },
170 + encodeSkipVals: [0xa2cc],
171 + },
172 +
173 + 'cnbig5': 'big5hkscs',
174 + 'csbig5': 'big5hkscs',
175 + 'xxbig5': 'big5hkscs',
176 +};
1 +"use strict";
2 +
3 +// Update this array if you add/rename/remove files in this directory.
4 +// We support Browserify by skipping automatic module discovery and requiring modules directly.
5 +var modules = [
6 + require("./internal"),
7 + require("./utf16"),
8 + require("./utf7"),
9 + require("./sbcs-codec"),
10 + require("./sbcs-data"),
11 + require("./sbcs-data-generated"),
12 + require("./dbcs-codec"),
13 + require("./dbcs-data"),
14 +];
15 +
16 +// Put all encoding/alias/codec definitions to single object and export it.
17 +for (var i = 0; i < modules.length; i++) {
18 + var module = modules[i];
19 + for (var enc in module)
20 + if (Object.prototype.hasOwnProperty.call(module, enc))
21 + exports[enc] = module[enc];
22 +}
1 +"use strict";
2 +var Buffer = require("safer-buffer").Buffer;
3 +
4 +// Export Node.js internal encodings.
5 +
6 +module.exports = {
7 + // Encodings
8 + utf8: { type: "_internal", bomAware: true},
9 + cesu8: { type: "_internal", bomAware: true},
10 + unicode11utf8: "utf8",
11 +
12 + ucs2: { type: "_internal", bomAware: true},
13 + utf16le: "ucs2",
14 +
15 + binary: { type: "_internal" },
16 + base64: { type: "_internal" },
17 + hex: { type: "_internal" },
18 +
19 + // Codec.
20 + _internal: InternalCodec,
21 +};
22 +
23 +//------------------------------------------------------------------------------
24 +
25 +function InternalCodec(codecOptions, iconv) {
26 + this.enc = codecOptions.encodingName;
27 + this.bomAware = codecOptions.bomAware;
28 +
29 + if (this.enc === "base64")
30 + this.encoder = InternalEncoderBase64;
31 + else if (this.enc === "cesu8") {
32 + this.enc = "utf8"; // Use utf8 for decoding.
33 + this.encoder = InternalEncoderCesu8;
34 +
35 + // Add decoder for versions of Node not supporting CESU-8
36 + if (Buffer.from('eda0bdedb2a9', 'hex').toString() !== '💩') {
37 + this.decoder = InternalDecoderCesu8;
38 + this.defaultCharUnicode = iconv.defaultCharUnicode;
39 + }
40 + }
41 +}
42 +
43 +InternalCodec.prototype.encoder = InternalEncoder;
44 +InternalCodec.prototype.decoder = InternalDecoder;
45 +
46 +//------------------------------------------------------------------------------
47 +
48 +// We use node.js internal decoder. Its signature is the same as ours.
49 +var StringDecoder = require('string_decoder').StringDecoder;
50 +
51 +if (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method.
52 + StringDecoder.prototype.end = function() {};
53 +
54 +
55 +function InternalDecoder(options, codec) {
56 + StringDecoder.call(this, codec.enc);
57 +}
58 +
59 +InternalDecoder.prototype = StringDecoder.prototype;
60 +
61 +
62 +//------------------------------------------------------------------------------
63 +// Encoder is mostly trivial
64 +
65 +function InternalEncoder(options, codec) {
66 + this.enc = codec.enc;
67 +}
68 +
69 +InternalEncoder.prototype.write = function(str) {
70 + return Buffer.from(str, this.enc);
71 +}
72 +
73 +InternalEncoder.prototype.end = function() {
74 +}
75 +
76 +
77 +//------------------------------------------------------------------------------
78 +// Except base64 encoder, which must keep its state.
79 +
80 +function InternalEncoderBase64(options, codec) {
81 + this.prevStr = '';
82 +}
83 +
84 +InternalEncoderBase64.prototype.write = function(str) {
85 + str = this.prevStr + str;
86 + var completeQuads = str.length - (str.length % 4);
87 + this.prevStr = str.slice(completeQuads);
88 + str = str.slice(0, completeQuads);
89 +
90 + return Buffer.from(str, "base64");
91 +}
92 +
93 +InternalEncoderBase64.prototype.end = function() {
94 + return Buffer.from(this.prevStr, "base64");
95 +}
96 +
97 +
98 +//------------------------------------------------------------------------------
99 +// CESU-8 encoder is also special.
100 +
101 +function InternalEncoderCesu8(options, codec) {
102 +}
103 +
104 +InternalEncoderCesu8.prototype.write = function(str) {
105 + var buf = Buffer.alloc(str.length * 3), bufIdx = 0;
106 + for (var i = 0; i < str.length; i++) {
107 + var charCode = str.charCodeAt(i);
108 + // Naive implementation, but it works because CESU-8 is especially easy
109 + // to convert from UTF-16 (which all JS strings are encoded in).
110 + if (charCode < 0x80)
111 + buf[bufIdx++] = charCode;
112 + else if (charCode < 0x800) {
113 + buf[bufIdx++] = 0xC0 + (charCode >>> 6);
114 + buf[bufIdx++] = 0x80 + (charCode & 0x3f);
115 + }
116 + else { // charCode will always be < 0x10000 in javascript.
117 + buf[bufIdx++] = 0xE0 + (charCode >>> 12);
118 + buf[bufIdx++] = 0x80 + ((charCode >>> 6) & 0x3f);
119 + buf[bufIdx++] = 0x80 + (charCode & 0x3f);
120 + }
121 + }
122 + return buf.slice(0, bufIdx);
123 +}
124 +
125 +InternalEncoderCesu8.prototype.end = function() {
126 +}
127 +
128 +//------------------------------------------------------------------------------
129 +// CESU-8 decoder is not implemented in Node v4.0+
130 +
131 +function InternalDecoderCesu8(options, codec) {
132 + this.acc = 0;
133 + this.contBytes = 0;
134 + this.accBytes = 0;
135 + this.defaultCharUnicode = codec.defaultCharUnicode;
136 +}
137 +
138 +InternalDecoderCesu8.prototype.write = function(buf) {
139 + var acc = this.acc, contBytes = this.contBytes, accBytes = this.accBytes,
140 + res = '';
141 + for (var i = 0; i < buf.length; i++) {
142 + var curByte = buf[i];
143 + if ((curByte & 0xC0) !== 0x80) { // Leading byte
144 + if (contBytes > 0) { // Previous code is invalid
145 + res += this.defaultCharUnicode;
146 + contBytes = 0;
147 + }
148 +
149 + if (curByte < 0x80) { // Single-byte code
150 + res += String.fromCharCode(curByte);
151 + } else if (curByte < 0xE0) { // Two-byte code
152 + acc = curByte & 0x1F;
153 + contBytes = 1; accBytes = 1;
154 + } else if (curByte < 0xF0) { // Three-byte code
155 + acc = curByte & 0x0F;
156 + contBytes = 2; accBytes = 1;
157 + } else { // Four or more are not supported for CESU-8.
158 + res += this.defaultCharUnicode;
159 + }
160 + } else { // Continuation byte
161 + if (contBytes > 0) { // We're waiting for it.
162 + acc = (acc << 6) | (curByte & 0x3f);
163 + contBytes--; accBytes++;
164 + if (contBytes === 0) {
165 + // Check for overlong encoding, but support Modified UTF-8 (encoding NULL as C0 80)
166 + if (accBytes === 2 && acc < 0x80 && acc > 0)
167 + res += this.defaultCharUnicode;
168 + else if (accBytes === 3 && acc < 0x800)
169 + res += this.defaultCharUnicode;
170 + else
171 + // Actually add character.
172 + res += String.fromCharCode(acc);
173 + }
174 + } else { // Unexpected continuation byte
175 + res += this.defaultCharUnicode;
176 + }
177 + }
178 + }
179 + this.acc = acc; this.contBytes = contBytes; this.accBytes = accBytes;
180 + return res;
181 +}
182 +
183 +InternalDecoderCesu8.prototype.end = function() {
184 + var res = 0;
185 + if (this.contBytes > 0)
186 + res += this.defaultCharUnicode;
187 + return res;
188 +}
1 +"use strict";
2 +var Buffer = require("safer-buffer").Buffer;
3 +
4 +// Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that
5 +// correspond to encoded bytes (if 128 - then lower half is ASCII).
6 +
7 +exports._sbcs = SBCSCodec;
8 +function SBCSCodec(codecOptions, iconv) {
9 + if (!codecOptions)
10 + throw new Error("SBCS codec is called without the data.")
11 +
12 + // Prepare char buffer for decoding.
13 + if (!codecOptions.chars || (codecOptions.chars.length !== 128 && codecOptions.chars.length !== 256))
14 + throw new Error("Encoding '"+codecOptions.type+"' has incorrect 'chars' (must be of len 128 or 256)");
15 +
16 + if (codecOptions.chars.length === 128) {
17 + var asciiString = "";
18 + for (var i = 0; i < 128; i++)
19 + asciiString += String.fromCharCode(i);
20 + codecOptions.chars = asciiString + codecOptions.chars;
21 + }
22 +
23 + this.decodeBuf = new Buffer.from(codecOptions.chars, 'ucs2');
24 +
25 + // Encoding buffer.
26 + var encodeBuf = new Buffer.alloc(65536, iconv.defaultCharSingleByte.charCodeAt(0));
27 +
28 + for (var i = 0; i < codecOptions.chars.length; i++)
29 + encodeBuf[codecOptions.chars.charCodeAt(i)] = i;
30 +
31 + this.encodeBuf = encodeBuf;
32 +}
33 +
34 +SBCSCodec.prototype.encoder = SBCSEncoder;
35 +SBCSCodec.prototype.decoder = SBCSDecoder;
36 +
37 +
38 +function SBCSEncoder(options, codec) {
39 + this.encodeBuf = codec.encodeBuf;
40 +}
41 +
42 +SBCSEncoder.prototype.write = function(str) {
43 + var buf = Buffer.alloc(str.length);
44 + for (var i = 0; i < str.length; i++)
45 + buf[i] = this.encodeBuf[str.charCodeAt(i)];
46 +
47 + return buf;
48 +}
49 +
50 +SBCSEncoder.prototype.end = function() {
51 +}
52 +
53 +
54 +function SBCSDecoder(options, codec) {
55 + this.decodeBuf = codec.decodeBuf;
56 +}
57 +
58 +SBCSDecoder.prototype.write = function(buf) {
59 + // Strings are immutable in JS -> we use ucs2 buffer to speed up computations.
60 + var decodeBuf = this.decodeBuf;
61 + var newBuf = Buffer.alloc(buf.length*2);
62 + var idx1 = 0, idx2 = 0;
63 + for (var i = 0; i < buf.length; i++) {
64 + idx1 = buf[i]*2; idx2 = i*2;
65 + newBuf[idx2] = decodeBuf[idx1];
66 + newBuf[idx2+1] = decodeBuf[idx1+1];
67 + }
68 + return newBuf.toString('ucs2');
69 +}
70 +
71 +SBCSDecoder.prototype.end = function() {
72 +}
1 +"use strict";
2 +
3 +// Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script.
4 +module.exports = {
5 + "437": "cp437",
6 + "737": "cp737",
7 + "775": "cp775",
8 + "850": "cp850",
9 + "852": "cp852",
10 + "855": "cp855",
11 + "856": "cp856",
12 + "857": "cp857",
13 + "858": "cp858",
14 + "860": "cp860",
15 + "861": "cp861",
16 + "862": "cp862",
17 + "863": "cp863",
18 + "864": "cp864",
19 + "865": "cp865",
20 + "866": "cp866",
21 + "869": "cp869",
22 + "874": "windows874",
23 + "922": "cp922",
24 + "1046": "cp1046",
25 + "1124": "cp1124",
26 + "1125": "cp1125",
27 + "1129": "cp1129",
28 + "1133": "cp1133",
29 + "1161": "cp1161",
30 + "1162": "cp1162",
31 + "1163": "cp1163",
32 + "1250": "windows1250",
33 + "1251": "windows1251",
34 + "1252": "windows1252",
35 + "1253": "windows1253",
36 + "1254": "windows1254",
37 + "1255": "windows1255",
38 + "1256": "windows1256",
39 + "1257": "windows1257",
40 + "1258": "windows1258",
41 + "28591": "iso88591",
42 + "28592": "iso88592",
43 + "28593": "iso88593",
44 + "28594": "iso88594",
45 + "28595": "iso88595",
46 + "28596": "iso88596",
47 + "28597": "iso88597",
48 + "28598": "iso88598",
49 + "28599": "iso88599",
50 + "28600": "iso885910",
51 + "28601": "iso885911",
52 + "28603": "iso885913",
53 + "28604": "iso885914",
54 + "28605": "iso885915",
55 + "28606": "iso885916",
56 + "windows874": {
57 + "type": "_sbcs",
58 + "chars": "€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"
59 + },
60 + "win874": "windows874",
61 + "cp874": "windows874",
62 + "windows1250": {
63 + "type": "_sbcs",
64 + "chars": "€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"
65 + },
66 + "win1250": "windows1250",
67 + "cp1250": "windows1250",
68 + "windows1251": {
69 + "type": "_sbcs",
70 + "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"
71 + },
72 + "win1251": "windows1251",
73 + "cp1251": "windows1251",
74 + "windows1252": {
75 + "type": "_sbcs",
76 + "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
77 + },
78 + "win1252": "windows1252",
79 + "cp1252": "windows1252",
80 + "windows1253": {
81 + "type": "_sbcs",
82 + "chars": "€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"
83 + },
84 + "win1253": "windows1253",
85 + "cp1253": "windows1253",
86 + "windows1254": {
87 + "type": "_sbcs",
88 + "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"
89 + },
90 + "win1254": "windows1254",
91 + "cp1254": "windows1254",
92 + "windows1255": {
93 + "type": "_sbcs",
94 + "chars": "€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"
95 + },
96 + "win1255": "windows1255",
97 + "cp1255": "windows1255",
98 + "windows1256": {
99 + "type": "_sbcs",
100 + "chars": "€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے"
101 + },
102 + "win1256": "windows1256",
103 + "cp1256": "windows1256",
104 + "windows1257": {
105 + "type": "_sbcs",
106 + "chars": "€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"
107 + },
108 + "win1257": "windows1257",
109 + "cp1257": "windows1257",
110 + "windows1258": {
111 + "type": "_sbcs",
112 + "chars": "€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"
113 + },
114 + "win1258": "windows1258",
115 + "cp1258": "windows1258",
116 + "iso88591": {
117 + "type": "_sbcs",
118 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
119 + },
120 + "cp28591": "iso88591",
121 + "iso88592": {
122 + "type": "_sbcs",
123 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"
124 + },
125 + "cp28592": "iso88592",
126 + "iso88593": {
127 + "type": "_sbcs",
128 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�ݰħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"
129 + },
130 + "cp28593": "iso88593",
131 + "iso88594": {
132 + "type": "_sbcs",
133 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤Ĩϧ¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩšēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖרŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"
134 + },
135 + "cp28594": "iso88594",
136 + "iso88595": {
137 + "type": "_sbcs",
138 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"
139 + },
140 + "cp28595": "iso88595",
141 + "iso88596": {
142 + "type": "_sbcs",
143 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"
144 + },
145 + "cp28596": "iso88596",
146 + "iso88597": {
147 + "type": "_sbcs",
148 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"
149 + },
150 + "cp28597": "iso88597",
151 + "iso88598": {
152 + "type": "_sbcs",
153 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"
154 + },
155 + "cp28598": "iso88598",
156 + "iso88599": {
157 + "type": "_sbcs",
158 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"
159 + },
160 + "cp28599": "iso88599",
161 + "iso885910": {
162 + "type": "_sbcs",
163 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨͧĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"
164 + },
165 + "cp28600": "iso885910",
166 + "iso885911": {
167 + "type": "_sbcs",
168 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"
169 + },
170 + "cp28601": "iso885911",
171 + "iso885913": {
172 + "type": "_sbcs",
173 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"
174 + },
175 + "cp28603": "iso885913",
176 + "iso885914": {
177 + "type": "_sbcs",
178 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"
179 + },
180 + "cp28604": "iso885914",
181 + "iso885915": {
182 + "type": "_sbcs",
183 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
184 + },
185 + "cp28605": "iso885915",
186 + "iso885916": {
187 + "type": "_sbcs",
188 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Чš©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"
189 + },
190 + "cp28606": "iso885916",
191 + "cp437": {
192 + "type": "_sbcs",
193 + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
194 + },
195 + "ibm437": "cp437",
196 + "csibm437": "cp437",
197 + "cp737": {
198 + "type": "_sbcs",
199 + "chars": "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "
200 + },
201 + "ibm737": "cp737",
202 + "csibm737": "cp737",
203 + "cp775": {
204 + "type": "_sbcs",
205 + "chars": "ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ "
206 + },
207 + "ibm775": "cp775",
208 + "csibm775": "cp775",
209 + "cp850": {
210 + "type": "_sbcs",
211 + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "
212 + },
213 + "ibm850": "cp850",
214 + "csibm850": "cp850",
215 + "cp852": {
216 + "type": "_sbcs",
217 + "chars": "ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ "
218 + },
219 + "ibm852": "cp852",
220 + "csibm852": "cp852",
221 + "cp855": {
222 + "type": "_sbcs",
223 + "chars": "ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ "
224 + },
225 + "ibm855": "cp855",
226 + "csibm855": "cp855",
227 + "cp856": {
228 + "type": "_sbcs",
229 + "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ "
230 + },
231 + "ibm856": "cp856",
232 + "csibm856": "cp856",
233 + "cp857": {
234 + "type": "_sbcs",
235 + "chars": "ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ "
236 + },
237 + "ibm857": "cp857",
238 + "csibm857": "cp857",
239 + "cp858": {
240 + "type": "_sbcs",
241 + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "
242 + },
243 + "ibm858": "cp858",
244 + "csibm858": "cp858",
245 + "cp860": {
246 + "type": "_sbcs",
247 + "chars": "ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
248 + },
249 + "ibm860": "cp860",
250 + "csibm860": "cp860",
251 + "cp861": {
252 + "type": "_sbcs",
253 + "chars": "ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
254 + },
255 + "ibm861": "cp861",
256 + "csibm861": "cp861",
257 + "cp862": {
258 + "type": "_sbcs",
259 + "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
260 + },
261 + "ibm862": "cp862",
262 + "csibm862": "cp862",
263 + "cp863": {
264 + "type": "_sbcs",
265 + "chars": "ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
266 + },
267 + "ibm863": "cp863",
268 + "csibm863": "cp863",
269 + "cp864": {
270 + "type": "_sbcs",
271 + "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"
272 + },
273 + "ibm864": "cp864",
274 + "csibm864": "cp864",
275 + "cp865": {
276 + "type": "_sbcs",
277 + "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
278 + },
279 + "ibm865": "cp865",
280 + "csibm865": "cp865",
281 + "cp866": {
282 + "type": "_sbcs",
283 + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "
284 + },
285 + "ibm866": "cp866",
286 + "csibm866": "cp866",
287 + "cp869": {
288 + "type": "_sbcs",
289 + "chars": "������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "
290 + },
291 + "ibm869": "cp869",
292 + "csibm869": "cp869",
293 + "cp922": {
294 + "type": "_sbcs",
295 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖרÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"
296 + },
297 + "ibm922": "cp922",
298 + "csibm922": "cp922",
299 + "cp1046": {
300 + "type": "_sbcs",
301 + "chars": "ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"
302 + },
303 + "ibm1046": "cp1046",
304 + "csibm1046": "cp1046",
305 + "cp1124": {
306 + "type": "_sbcs",
307 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"
308 + },
309 + "ibm1124": "cp1124",
310 + "csibm1124": "cp1124",
311 + "cp1125": {
312 + "type": "_sbcs",
313 + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "
314 + },
315 + "ibm1125": "cp1125",
316 + "csibm1125": "cp1125",
317 + "cp1129": {
318 + "type": "_sbcs",
319 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"
320 + },
321 + "ibm1129": "cp1129",
322 + "csibm1129": "cp1129",
323 + "cp1133": {
324 + "type": "_sbcs",
325 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"
326 + },
327 + "ibm1133": "cp1133",
328 + "csibm1133": "cp1133",
329 + "cp1161": {
330 + "type": "_sbcs",
331 + "chars": "��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "
332 + },
333 + "ibm1161": "cp1161",
334 + "csibm1161": "cp1161",
335 + "cp1162": {
336 + "type": "_sbcs",
337 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"
338 + },
339 + "ibm1162": "cp1162",
340 + "csibm1162": "cp1162",
341 + "cp1163": {
342 + "type": "_sbcs",
343 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"
344 + },
345 + "ibm1163": "cp1163",
346 + "csibm1163": "cp1163",
347 + "maccroatian": {
348 + "type": "_sbcs",
349 + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"
350 + },
351 + "maccyrillic": {
352 + "type": "_sbcs",
353 + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"
354 + },
355 + "macgreek": {
356 + "type": "_sbcs",
357 + "chars": "Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"
358 + },
359 + "maciceland": {
360 + "type": "_sbcs",
361 + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"
362 + },
363 + "macroman": {
364 + "type": "_sbcs",
365 + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"
366 + },
367 + "macromania": {
368 + "type": "_sbcs",
369 + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"
370 + },
371 + "macthai": {
372 + "type": "_sbcs",
373 + "chars": "«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"
374 + },
375 + "macturkish": {
376 + "type": "_sbcs",
377 + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"
378 + },
379 + "macukraine": {
380 + "type": "_sbcs",
381 + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"
382 + },
383 + "koi8r": {
384 + "type": "_sbcs",
385 + "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"
386 + },
387 + "koi8u": {
388 + "type": "_sbcs",
389 + "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"
390 + },
391 + "koi8ru": {
392 + "type": "_sbcs",
393 + "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"
394 + },
395 + "koi8t": {
396 + "type": "_sbcs",
397 + "chars": "қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"
398 + },
399 + "armscii8": {
400 + "type": "_sbcs",
401 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"
402 + },
403 + "rk1048": {
404 + "type": "_sbcs",
405 + "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"
406 + },
407 + "tcvn": {
408 + "type": "_sbcs",
409 + "chars": "\u0000ÚỤ\u0003ỪỬỮ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010ỨỰỲỶỸÝỴ\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"
410 + },
411 + "georgianacademy": {
412 + "type": "_sbcs",
413 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
414 + },
415 + "georgianps": {
416 + "type": "_sbcs",
417 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"
418 + },
419 + "pt154": {
420 + "type": "_sbcs",
421 + "chars": "ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"
422 + },
423 + "viscii": {
424 + "type": "_sbcs",
425 + "chars": "\u0000\u0001Ẳ\u0003\u0004ẴẪ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013Ỷ\u0015\u0016\u0017\u0018Ỹ\u001a\u001b\u001c\u001dỴ\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"
426 + },
427 + "iso646cn": {
428 + "type": "_sbcs",
429 + "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"
430 + },
431 + "iso646jp": {
432 + "type": "_sbcs",
433 + "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"
434 + },
435 + "hproman8": {
436 + "type": "_sbcs",
437 + "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"
438 + },
439 + "macintosh": {
440 + "type": "_sbcs",
441 + "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"
442 + },
443 + "ascii": {
444 + "type": "_sbcs",
445 + "chars": "��������������������������������������������������������������������������������������������������������������������������������"
446 + },
447 + "tis620": {
448 + "type": "_sbcs",
449 + "chars": "���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"
450 + }
451 +}
...\ No newline at end of file ...\ No newline at end of file
1 +"use strict";
2 +
3 +// Manually added data to be used by sbcs codec in addition to generated one.
4 +
5 +module.exports = {
6 + // Not supported by iconv, not sure why.
7 + "10029": "maccenteuro",
8 + "maccenteuro": {
9 + "type": "_sbcs",
10 + "chars": "ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"
11 + },
12 +
13 + "808": "cp808",
14 + "ibm808": "cp808",
15 + "cp808": {
16 + "type": "_sbcs",
17 + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "
18 + },
19 +
20 + // Aliases of generated encodings.
21 + "ascii8bit": "ascii",
22 + "usascii": "ascii",
23 + "ansix34": "ascii",
24 + "ansix341968": "ascii",
25 + "ansix341986": "ascii",
26 + "csascii": "ascii",
27 + "cp367": "ascii",
28 + "ibm367": "ascii",
29 + "isoir6": "ascii",
30 + "iso646us": "ascii",
31 + "iso646irv": "ascii",
32 + "us": "ascii",
33 +
34 + "latin1": "iso88591",
35 + "latin2": "iso88592",
36 + "latin3": "iso88593",
37 + "latin4": "iso88594",
38 + "latin5": "iso88599",
39 + "latin6": "iso885910",
40 + "latin7": "iso885913",
41 + "latin8": "iso885914",
42 + "latin9": "iso885915",
43 + "latin10": "iso885916",
44 +
45 + "csisolatin1": "iso88591",
46 + "csisolatin2": "iso88592",
47 + "csisolatin3": "iso88593",
48 + "csisolatin4": "iso88594",
49 + "csisolatincyrillic": "iso88595",
50 + "csisolatinarabic": "iso88596",
51 + "csisolatingreek" : "iso88597",
52 + "csisolatinhebrew": "iso88598",
53 + "csisolatin5": "iso88599",
54 + "csisolatin6": "iso885910",
55 +
56 + "l1": "iso88591",
57 + "l2": "iso88592",
58 + "l3": "iso88593",
59 + "l4": "iso88594",
60 + "l5": "iso88599",
61 + "l6": "iso885910",
62 + "l7": "iso885913",
63 + "l8": "iso885914",
64 + "l9": "iso885915",
65 + "l10": "iso885916",
66 +
67 + "isoir14": "iso646jp",
68 + "isoir57": "iso646cn",
69 + "isoir100": "iso88591",
70 + "isoir101": "iso88592",
71 + "isoir109": "iso88593",
72 + "isoir110": "iso88594",
73 + "isoir144": "iso88595",
74 + "isoir127": "iso88596",
75 + "isoir126": "iso88597",
76 + "isoir138": "iso88598",
77 + "isoir148": "iso88599",
78 + "isoir157": "iso885910",
79 + "isoir166": "tis620",
80 + "isoir179": "iso885913",
81 + "isoir199": "iso885914",
82 + "isoir203": "iso885915",
83 + "isoir226": "iso885916",
84 +
85 + "cp819": "iso88591",
86 + "ibm819": "iso88591",
87 +
88 + "cyrillic": "iso88595",
89 +
90 + "arabic": "iso88596",
91 + "arabic8": "iso88596",
92 + "ecma114": "iso88596",
93 + "asmo708": "iso88596",
94 +
95 + "greek" : "iso88597",
96 + "greek8" : "iso88597",
97 + "ecma118" : "iso88597",
98 + "elot928" : "iso88597",
99 +
100 + "hebrew": "iso88598",
101 + "hebrew8": "iso88598",
102 +
103 + "turkish": "iso88599",
104 + "turkish8": "iso88599",
105 +
106 + "thai": "iso885911",
107 + "thai8": "iso885911",
108 +
109 + "celtic": "iso885914",
110 + "celtic8": "iso885914",
111 + "isoceltic": "iso885914",
112 +
113 + "tis6200": "tis620",
114 + "tis62025291": "tis620",
115 + "tis62025330": "tis620",
116 +
117 + "10000": "macroman",
118 + "10006": "macgreek",
119 + "10007": "maccyrillic",
120 + "10079": "maciceland",
121 + "10081": "macturkish",
122 +
123 + "cspc8codepage437": "cp437",
124 + "cspc775baltic": "cp775",
125 + "cspc850multilingual": "cp850",
126 + "cspcp852": "cp852",
127 + "cspc862latinhebrew": "cp862",
128 + "cpgr": "cp869",
129 +
130 + "msee": "cp1250",
131 + "mscyrl": "cp1251",
132 + "msansi": "cp1252",
133 + "msgreek": "cp1253",
134 + "msturk": "cp1254",
135 + "mshebr": "cp1255",
136 + "msarab": "cp1256",
137 + "winbaltrim": "cp1257",
138 +
139 + "cp20866": "koi8r",
140 + "20866": "koi8r",
141 + "ibm878": "koi8r",
142 + "cskoi8r": "koi8r",
143 +
144 + "cp21866": "koi8u",
145 + "21866": "koi8u",
146 + "ibm1168": "koi8u",
147 +
148 + "strk10482002": "rk1048",
149 +
150 + "tcvn5712": "tcvn",
151 + "tcvn57121": "tcvn",
152 +
153 + "gb198880": "iso646cn",
154 + "cn": "iso646cn",
155 +
156 + "csiso14jisc6220ro": "iso646jp",
157 + "jisc62201969ro": "iso646jp",
158 + "jp": "iso646jp",
159 +
160 + "cshproman8": "hproman8",
161 + "r8": "hproman8",
162 + "roman8": "hproman8",
163 + "xroman8": "hproman8",
164 + "ibm1051": "hproman8",
165 +
166 + "mac": "macintosh",
167 + "csmacintosh": "macintosh",
168 +};
169 +
1 +[
2 +["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],
3 +["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],
4 +["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],
5 +["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],
6 +["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"],
7 +["8940","𪎩𡅅"],
8 +["8943","攊"],
9 +["8946","丽滝鵎釟"],
10 +["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],
11 +["89a1","琑糼緍楆竉刧"],
12 +["89ab","醌碸酞肼"],
13 +["89b0","贋胶𠧧"],
14 +["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],
15 +["89c1","溚舾甙"],
16 +["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],
17 +["8a40","𧶄唥"],
18 +["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],
19 +["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],
20 +["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],
21 +["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],
22 +["8aac","䠋𠆩㿺塳𢶍"],
23 +["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],
24 +["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],
25 +["8ac9","𪘁𠸉𢫏𢳉"],
26 +["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],
27 +["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],
28 +["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],
29 +["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],
30 +["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],
31 +["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],
32 +["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],
33 +["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],
34 +["8ca1","𣏹椙橃𣱣泿"],
35 +["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],
36 +["8cc9","顨杫䉶圽"],
37 +["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],
38 +["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],
39 +["8d40","𠮟"],
40 +["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],
41 +["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],
42 +["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],
43 +["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],
44 +["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],
45 +["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],
46 +["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],
47 +["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],
48 +["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],
49 +["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],
50 +["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],
51 +["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],
52 +["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],
53 +["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],
54 +["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],
55 +["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],
56 +["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],
57 +["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],
58 +["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],
59 +["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],
60 +["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],
61 +["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],
62 +["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],
63 +["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],
64 +["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],
65 +["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],
66 +["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],
67 +["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],
68 +["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],
69 +["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],
70 +["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],
71 +["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],
72 +["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],
73 +["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],
74 +["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],
75 +["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],
76 +["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],
77 +["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],
78 +["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],
79 +["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],
80 +["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],
81 +["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],
82 +["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],
83 +["9fae","酙隁酜"],
84 +["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],
85 +["9fc1","𤤙盖鮝个𠳔莾衂"],
86 +["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],
87 +["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],
88 +["9fe7","毺蠘罸"],
89 +["9feb","嘠𪙊蹷齓"],
90 +["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],
91 +["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],
92 +["a055","𡠻𦸅"],
93 +["a058","詾𢔛"],
94 +["a05b","惽癧髗鵄鍮鮏蟵"],
95 +["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],
96 +["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],
97 +["a0a1","嵗𨯂迚𨸹"],
98 +["a0a6","僙𡵆礆匲阸𠼻䁥"],
99 +["a0ae","矾"],
100 +["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],
101 +["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],
102 +["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],
103 +["a3c0","␀",31,"␡"],
104 +["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23],
105 +["c740","す",58,"ァアィイ"],
106 +["c7a1","ゥ",81,"А",5,"ЁЖ",4],
107 +["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],
108 +["c8a1","龰冈龱𧘇"],
109 +["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],
110 +["c8f5","ʃɐɛɔɵœøŋʊɪ"],
111 +["f9fe","■"],
112 +["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],
113 +["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],
114 +["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],
115 +["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],
116 +["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],
117 +["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],
118 +["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],
119 +["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],
120 +["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],
121 +["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]
122 +]
1 +[
2 +["0","\u0000",127,"€"],
3 +["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],
4 +["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],
5 +["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],
6 +["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],
7 +["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],
8 +["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],
9 +["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],
10 +["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],
11 +["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],
12 +["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],
13 +["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],
14 +["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],
15 +["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],
16 +["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],
17 +["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],
18 +["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],
19 +["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],
20 +["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],
21 +["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],
22 +["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],
23 +["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],
24 +["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],
25 +["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],
26 +["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],
27 +["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],
28 +["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],
29 +["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],
30 +["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],
31 +["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],
32 +["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],
33 +["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],
34 +["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],
35 +["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],
36 +["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],
37 +["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],
38 +["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],
39 +["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],
40 +["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],
41 +["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],
42 +["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],
43 +["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],
44 +["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],
45 +["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],
46 +["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],
47 +["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],
48 +["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],
49 +["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],
50 +["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],
51 +["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],
52 +["9980","檧檨檪檭",114,"欥欦欨",6],
53 +["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],
54 +["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],
55 +["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],
56 +["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],
57 +["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],
58 +["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],
59 +["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],
60 +["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],
61 +["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],
62 +["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],
63 +["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],
64 +["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],
65 +["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],
66 +["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],
67 +["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],
68 +["a2a1","ⅰ",9],
69 +["a2b1","⒈",19,"⑴",19,"①",9],
70 +["a2e5","㈠",9],
71 +["a2f1","Ⅰ",11],
72 +["a3a1","!"#¥%",88," ̄"],
73 +["a4a1","ぁ",82],
74 +["a5a1","ァ",85],
75 +["a6a1","Α",16,"Σ",6],
76 +["a6c1","α",16,"σ",6],
77 +["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],
78 +["a6ee","︻︼︷︸︱"],
79 +["a6f4","︳︴"],
80 +["a7a1","А",5,"ЁЖ",25],
81 +["a7d1","а",5,"ёж",25],
82 +["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],
83 +["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],
84 +["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],
85 +["a8bd","ńň"],
86 +["a8c0","ɡ"],
87 +["a8c5","ㄅ",36],
88 +["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"],
89 +["a959","℡㈱"],
90 +["a95c","‐"],
91 +["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],
92 +["a980","﹢",4,"﹨﹩﹪﹫"],
93 +["a996","〇"],
94 +["a9a4","─",75],
95 +["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],
96 +["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],
97 +["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],
98 +["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],
99 +["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],
100 +["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],
101 +["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],
102 +["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],
103 +["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],
104 +["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],
105 +["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],
106 +["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],
107 +["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],
108 +["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],
109 +["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],
110 +["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],
111 +["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],
112 +["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],
113 +["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],
114 +["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],
115 +["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],
116 +["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],
117 +["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],
118 +["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],
119 +["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],
120 +["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],
121 +["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],
122 +["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],
123 +["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],
124 +["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],
125 +["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],
126 +["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],
127 +["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],
128 +["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],
129 +["bb40","籃",9,"籎",36,"籵",5,"籾",9],
130 +["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],
131 +["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],
132 +["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],
133 +["bd40","紷",54,"絯",7],
134 +["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],
135 +["be40","継",12,"綧",6,"綯",42],
136 +["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],
137 +["bf40","緻",62],
138 +["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],
139 +["c040","繞",35,"纃",23,"纜纝纞"],
140 +["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],
141 +["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],
142 +["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],
143 +["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],
144 +["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],
145 +["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],
146 +["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],
147 +["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],
148 +["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],
149 +["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],
150 +["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],
151 +["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],
152 +["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],
153 +["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],
154 +["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],
155 +["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],
156 +["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],
157 +["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],
158 +["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],
159 +["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],
160 +["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],
161 +["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],
162 +["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],
163 +["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],
164 +["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],
165 +["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],
166 +["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],
167 +["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],
168 +["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],
169 +["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],
170 +["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],
171 +["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],
172 +["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],
173 +["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],
174 +["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],
175 +["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],
176 +["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],
177 +["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],
178 +["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],
179 +["d440","訞",31,"訿",8,"詉",21],
180 +["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],
181 +["d540","誁",7,"誋",7,"誔",46],
182 +["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],
183 +["d640","諤",34,"謈",27],
184 +["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],
185 +["d740","譆",31,"譧",4,"譭",25],
186 +["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],
187 +["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],
188 +["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],
189 +["d940","貮",62],
190 +["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],
191 +["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],
192 +["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],
193 +["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],
194 +["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],
195 +["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],
196 +["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],
197 +["dd40","軥",62],
198 +["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],
199 +["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],
200 +["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],
201 +["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],
202 +["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],
203 +["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],
204 +["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],
205 +["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],
206 +["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],
207 +["e240","釦",62],
208 +["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],
209 +["e340","鉆",45,"鉵",16],
210 +["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],
211 +["e440","銨",5,"銯",24,"鋉",31],
212 +["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],
213 +["e540","錊",51,"錿",10],
214 +["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],
215 +["e640","鍬",34,"鎐",27],
216 +["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],
217 +["e740","鏎",7,"鏗",54],
218 +["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],
219 +["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],
220 +["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],
221 +["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],
222 +["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],
223 +["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],
224 +["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],
225 +["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],
226 +["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],
227 +["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],
228 +["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],
229 +["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],
230 +["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],
231 +["ee40","頏",62],
232 +["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],
233 +["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],
234 +["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],
235 +["f040","餈",4,"餎餏餑",28,"餯",26],
236 +["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],
237 +["f140","馌馎馚",10,"馦馧馩",47],
238 +["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],
239 +["f240","駺",62],
240 +["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],
241 +["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],
242 +["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],
243 +["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],
244 +["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],
245 +["f540","魼",62],
246 +["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],
247 +["f640","鯜",62],
248 +["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],
249 +["f740","鰼",62],
250 +["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],
251 +["f840","鳣",62],
252 +["f880","鴢",32],
253 +["f940","鵃",62],
254 +["f980","鶂",32],
255 +["fa40","鶣",62],
256 +["fa80","鷢",32],
257 +["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],
258 +["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],
259 +["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],
260 +["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],
261 +["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],
262 +["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],
263 +["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]
264 +]
1 +[
2 +["0","\u0000",127],
3 +["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],
4 +["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],
5 +["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],
6 +["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],
7 +["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],
8 +["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],
9 +["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],
10 +["8361","긝",18,"긲긳긵긶긹긻긼"],
11 +["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],
12 +["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],
13 +["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],
14 +["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],
15 +["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],
16 +["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],
17 +["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],
18 +["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],
19 +["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],
20 +["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],
21 +["8741","놞",9,"놩",15],
22 +["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],
23 +["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],
24 +["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],
25 +["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],
26 +["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],
27 +["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],
28 +["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],
29 +["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],
30 +["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],
31 +["8a61","둧",4,"둭",18,"뒁뒂"],
32 +["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],
33 +["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],
34 +["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],
35 +["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],
36 +["8c41","똀",15,"똒똓똕똖똗똙",4],
37 +["8c61","똞",6,"똦",5,"똭",6,"똵",5],
38 +["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],
39 +["8d41","뛃",16,"뛕",8],
40 +["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],
41 +["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],
42 +["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],
43 +["8e61","럂",4,"럈럊",19],
44 +["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],
45 +["8f41","뢅",7,"뢎",17],
46 +["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],
47 +["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],
48 +["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],
49 +["9061","륾",5,"릆릈릋릌릏",15],
50 +["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],
51 +["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],
52 +["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],
53 +["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],
54 +["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],
55 +["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],
56 +["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],
57 +["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],
58 +["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],
59 +["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],
60 +["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],
61 +["9461","봞",5,"봥",6,"봭",12],
62 +["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],
63 +["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],
64 +["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],
65 +["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],
66 +["9641","뺸",23,"뻒뻓"],
67 +["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],
68 +["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],
69 +["9741","뾃",16,"뾕",8],
70 +["9761","뾞",17,"뾱",7],
71 +["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],
72 +["9841","쁀",16,"쁒",5,"쁙쁚쁛"],
73 +["9861","쁝쁞쁟쁡",6,"쁪",15],
74 +["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],
75 +["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],
76 +["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],
77 +["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],
78 +["9a41","숤숥숦숧숪숬숮숰숳숵",16],
79 +["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],
80 +["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],
81 +["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],
82 +["9b61","쌳",17,"썆",7],
83 +["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],
84 +["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],
85 +["9c61","쏿",8,"쐉",6,"쐑",9],
86 +["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],
87 +["9d41","쒪",13,"쒹쒺쒻쒽",8],
88 +["9d61","쓆",25],
89 +["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],
90 +["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],
91 +["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],
92 +["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],
93 +["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],
94 +["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],
95 +["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],
96 +["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],
97 +["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],
98 +["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],
99 +["a141","좥좦좧좩",18,"좾좿죀죁"],
100 +["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],
101 +["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"],
102 +["a241","줐줒",5,"줙",18],
103 +["a261","줭",6,"줵",18],
104 +["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],
105 +["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],
106 +["a361","즑",6,"즚즜즞",16],
107 +["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"],
108 +["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],
109 +["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],
110 +["a481","쨦쨧쨨쨪",28,"ㄱ",93],
111 +["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],
112 +["a561","쩫",17,"쩾",5,"쪅쪆"],
113 +["a581","쪇",16,"쪙",14,"ⅰ",9],
114 +["a5b0","Ⅰ",9],
115 +["a5c1","Α",16,"Σ",6],
116 +["a5e1","α",16,"σ",6],
117 +["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],
118 +["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],
119 +["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],
120 +["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],
121 +["a761","쬪",22,"쭂쭃쭄"],
122 +["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],
123 +["a841","쭭",10,"쭺",14],
124 +["a861","쮉",18,"쮝",6],
125 +["a881","쮤",19,"쮹",11,"ÆÐªĦ"],
126 +["a8a6","IJ"],
127 +["a8a8","ĿŁØŒºÞŦŊ"],
128 +["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],
129 +["a941","쯅",14,"쯕",10],
130 +["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],
131 +["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],
132 +["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],
133 +["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],
134 +["aa81","챳챴챶",29,"ぁ",82],
135 +["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],
136 +["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],
137 +["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],
138 +["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],
139 +["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],
140 +["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],
141 +["acd1","а",5,"ёж",25],
142 +["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],
143 +["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],
144 +["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],
145 +["ae41","췆",5,"췍췎췏췑",16],
146 +["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],
147 +["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],
148 +["af41","츬츭츮츯츲츴츶",19],
149 +["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],
150 +["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],
151 +["b041","캚",5,"캢캦",5,"캮",12],
152 +["b061","캻",5,"컂",19],
153 +["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],
154 +["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],
155 +["b161","켥",6,"켮켲",5,"켹",11],
156 +["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],
157 +["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],
158 +["b261","쾎",18,"쾢",5,"쾩"],
159 +["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],
160 +["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],
161 +["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],
162 +["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],
163 +["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],
164 +["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],
165 +["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],
166 +["b541","킕",14,"킦킧킩킪킫킭",5],
167 +["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],
168 +["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],
169 +["b641","턅",7,"턎",17],
170 +["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],
171 +["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],
172 +["b741","텮",13,"텽",6,"톅톆톇톉톊"],
173 +["b761","톋",20,"톢톣톥톦톧"],
174 +["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],
175 +["b841","퇐",7,"퇙",17],
176 +["b861","퇫",8,"퇵퇶퇷퇹",13],
177 +["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],
178 +["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],
179 +["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],
180 +["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],
181 +["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],
182 +["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],
183 +["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],
184 +["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],
185 +["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],
186 +["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],
187 +["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],
188 +["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],
189 +["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],
190 +["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],
191 +["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],
192 +["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],
193 +["be41","퐸",7,"푁푂푃푅",14],
194 +["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],
195 +["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],
196 +["bf41","풞",10,"풪",14],
197 +["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],
198 +["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],
199 +["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],
200 +["c061","픞",25],
201 +["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],
202 +["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],
203 +["c161","햌햍햎햏햑",19,"햦햧"],
204 +["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],
205 +["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],
206 +["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],
207 +["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],
208 +["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],
209 +["c361","홢",4,"홨홪",5,"홲홳홵",11],
210 +["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],
211 +["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],
212 +["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],
213 +["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],
214 +["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],
215 +["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],
216 +["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],
217 +["c641","힍힎힏힑",6,"힚힜힞",5],
218 +["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],
219 +["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],
220 +["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],
221 +["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],
222 +["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],
223 +["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],
224 +["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],
225 +["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],
226 +["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],
227 +["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],
228 +["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],
229 +["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],
230 +["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],
231 +["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],
232 +["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],
233 +["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],
234 +["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],
235 +["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],
236 +["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],
237 +["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],
238 +["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],
239 +["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],
240 +["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],
241 +["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],
242 +["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],
243 +["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],
244 +["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],
245 +["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],
246 +["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],
247 +["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],
248 +["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],
249 +["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],
250 +["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],
251 +["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],
252 +["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],
253 +["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],
254 +["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],
255 +["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],
256 +["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],
257 +["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],
258 +["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],
259 +["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],
260 +["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],
261 +["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],
262 +["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],
263 +["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],
264 +["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],
265 +["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],
266 +["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],
267 +["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],
268 +["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],
269 +["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],
270 +["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],
271 +["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],
272 +["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]
273 +]
1 +[
2 +["0","\u0000",127],
3 +["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],
4 +["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"],
5 +["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],
6 +["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21],
7 +["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10],
8 +["a3a1","ㄐ",25,"˙ˉˊˇˋ"],
9 +["a3e1","€"],
10 +["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"],
11 +["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"],
12 +["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"],
13 +["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"],
14 +["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"],
15 +["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"],
16 +["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"],
17 +["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"],
18 +["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"],
19 +["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"],
20 +["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"],
21 +["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"],
22 +["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"],
23 +["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"],
24 +["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"],
25 +["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"],
26 +["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"],
27 +["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"],
28 +["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"],
29 +["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"],
30 +["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"],
31 +["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"],
32 +["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"],
33 +["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"],
34 +["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"],
35 +["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"],
36 +["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"],
37 +["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"],
38 +["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"],
39 +["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"],
40 +["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"],
41 +["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"],
42 +["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"],
43 +["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"],
44 +["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"],
45 +["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"],
46 +["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"],
47 +["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"],
48 +["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"],
49 +["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"],
50 +["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"],
51 +["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"],
52 +["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"],
53 +["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"],
54 +["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"],
55 +["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"],
56 +["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"],
57 +["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"],
58 +["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"],
59 +["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"],
60 +["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"],
61 +["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"],
62 +["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"],
63 +["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"],
64 +["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"],
65 +["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"],
66 +["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"],
67 +["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"],
68 +["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"],
69 +["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"],
70 +["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"],
71 +["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"],
72 +["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"],
73 +["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"],
74 +["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"],
75 +["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"],
76 +["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"],
77 +["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"],
78 +["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"],
79 +["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"],
80 +["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"],
81 +["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"],
82 +["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"],
83 +["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"],
84 +["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"],
85 +["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"],
86 +["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"],
87 +["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"],
88 +["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"],
89 +["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"],
90 +["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"],
91 +["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"],
92 +["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"],
93 +["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"],
94 +["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"],
95 +["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"],
96 +["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"],
97 +["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"],
98 +["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"],
99 +["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"],
100 +["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"],
101 +["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"],
102 +["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"],
103 +["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"],
104 +["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"],
105 +["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"],
106 +["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"],
107 +["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"],
108 +["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"],
109 +["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"],
110 +["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"],
111 +["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"],
112 +["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"],
113 +["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"],
114 +["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"],
115 +["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"],
116 +["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"],
117 +["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"],
118 +["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"],
119 +["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"],
120 +["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"],
121 +["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"],
122 +["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"],
123 +["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"],
124 +["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"],
125 +["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"],
126 +["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"],
127 +["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"],
128 +["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"],
129 +["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"],
130 +["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"],
131 +["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"],
132 +["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"],
133 +["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"],
134 +["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"],
135 +["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"],
136 +["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"],
137 +["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"],
138 +["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"],
139 +["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"],
140 +["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"],
141 +["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"],
142 +["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"],
143 +["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"],
144 +["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"],
145 +["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"],
146 +["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"],
147 +["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"],
148 +["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"],
149 +["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"],
150 +["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"],
151 +["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"],
152 +["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"],
153 +["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"],
154 +["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"],
155 +["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"],
156 +["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"],
157 +["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"],
158 +["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"],
159 +["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"],
160 +["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"],
161 +["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"],
162 +["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"],
163 +["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"],
164 +["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"],
165 +["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"],
166 +["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"],
167 +["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"],
168 +["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"],
169 +["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"],
170 +["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"],
171 +["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"],
172 +["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"],
173 +["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"],
174 +["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"],
175 +["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"],
176 +["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"]
177 +]
1 +[
2 +["0","\u0000",127],
3 +["8ea1","。",62],
4 +["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"],
5 +["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],
6 +["a2ba","∈∋⊆⊇⊂⊃∪∩"],
7 +["a2ca","∧∨¬⇒⇔∀∃"],
8 +["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],
9 +["a2f2","ʼn♯♭♪†‡¶"],
10 +["a2fe","◯"],
11 +["a3b0","0",9],
12 +["a3c1","A",25],
13 +["a3e1","a",25],
14 +["a4a1","ぁ",82],
15 +["a5a1","ァ",85],
16 +["a6a1","Α",16,"Σ",6],
17 +["a6c1","α",16,"σ",6],
18 +["a7a1","А",5,"ЁЖ",25],
19 +["a7d1","а",5,"ёж",25],
20 +["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],
21 +["ada1","①",19,"Ⅰ",9],
22 +["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],
23 +["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],
24 +["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],
25 +["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],
26 +["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],
27 +["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],
28 +["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],
29 +["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],
30 +["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],
31 +["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],
32 +["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],
33 +["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],
34 +["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],
35 +["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],
36 +["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],
37 +["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],
38 +["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],
39 +["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],
40 +["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],
41 +["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],
42 +["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],
43 +["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],
44 +["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],
45 +["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],
46 +["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],
47 +["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],
48 +["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],
49 +["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],
50 +["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],
51 +["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],
52 +["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],
53 +["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],
54 +["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],
55 +["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],
56 +["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],
57 +["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],
58 +["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],
59 +["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],
60 +["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],
61 +["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],
62 +["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],
63 +["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],
64 +["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],
65 +["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],
66 +["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],
67 +["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],
68 +["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],
69 +["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],
70 +["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],
71 +["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],
72 +["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],
73 +["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],
74 +["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],
75 +["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],
76 +["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],
77 +["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],
78 +["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],
79 +["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],
80 +["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],
81 +["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],
82 +["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],
83 +["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],
84 +["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],
85 +["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],
86 +["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],
87 +["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],
88 +["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],
89 +["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],
90 +["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],
91 +["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],
92 +["f4a1","堯槇遙瑤凜熙"],
93 +["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],
94 +["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],
95 +["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],
96 +["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],
97 +["fcf1","ⅰ",9,"¬¦'""],
98 +["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"],
99 +["8fa2c2","¡¦¿"],
100 +["8fa2eb","ºª©®™¤№"],
101 +["8fa6e1","ΆΈΉΊΪ"],
102 +["8fa6e7","Ό"],
103 +["8fa6e9","ΎΫ"],
104 +["8fa6ec","Ώ"],
105 +["8fa6f1","άέήίϊΐόςύϋΰώ"],
106 +["8fa7c2","Ђ",10,"ЎЏ"],
107 +["8fa7f2","ђ",10,"ўџ"],
108 +["8fa9a1","ÆĐ"],
109 +["8fa9a4","Ħ"],
110 +["8fa9a6","IJ"],
111 +["8fa9a8","ŁĿ"],
112 +["8fa9ab","ŊØŒ"],
113 +["8fa9af","ŦÞ"],
114 +["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"],
115 +["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],
116 +["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],
117 +["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],
118 +["8fabbd","ġĥíìïîǐ"],
119 +["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],
120 +["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],
121 +["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],
122 +["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],
123 +["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],
124 +["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],
125 +["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],
126 +["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],
127 +["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],
128 +["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],
129 +["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],
130 +["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],
131 +["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],
132 +["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],
133 +["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],
134 +["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],
135 +["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],
136 +["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],
137 +["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],
138 +["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],
139 +["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],
140 +["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],
141 +["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],
142 +["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],
143 +["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],
144 +["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],
145 +["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],
146 +["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],
147 +["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],
148 +["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],
149 +["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],
150 +["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],
151 +["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],
152 +["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],
153 +["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],
154 +["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],
155 +["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],
156 +["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],
157 +["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],
158 +["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],
159 +["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],
160 +["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],
161 +["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],
162 +["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],
163 +["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],
164 +["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],
165 +["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],
166 +["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],
167 +["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],
168 +["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],
169 +["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],
170 +["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],
171 +["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],
172 +["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],
173 +["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],
174 +["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],
175 +["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],
176 +["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],
177 +["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],
178 +["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],
179 +["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],
180 +["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],
181 +["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]
182 +]
1 +{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}
...\ No newline at end of file ...\ No newline at end of file
1 +[
2 +["a140","",62],
3 +["a180","",32],
4 +["a240","",62],
5 +["a280","",32],
6 +["a2ab","",5],
7 +["a2e3","€"],
8 +["a2ef",""],
9 +["a2fd",""],
10 +["a340","",62],
11 +["a380","",31," "],
12 +["a440","",62],
13 +["a480","",32],
14 +["a4f4","",10],
15 +["a540","",62],
16 +["a580","",32],
17 +["a5f7","",7],
18 +["a640","",62],
19 +["a680","",32],
20 +["a6b9","",7],
21 +["a6d9","",6],
22 +["a6ec",""],
23 +["a6f3",""],
24 +["a6f6","",8],
25 +["a740","",62],
26 +["a780","",32],
27 +["a7c2","",14],
28 +["a7f2","",12],
29 +["a896","",10],
30 +["a8bc",""],
31 +["a8bf","ǹ"],
32 +["a8c1",""],
33 +["a8ea","",20],
34 +["a958",""],
35 +["a95b",""],
36 +["a95d",""],
37 +["a989","〾⿰",11],
38 +["a997","",12],
39 +["a9f0","",14],
40 +["aaa1","",93],
41 +["aba1","",93],
42 +["aca1","",93],
43 +["ada1","",93],
44 +["aea1","",93],
45 +["afa1","",93],
46 +["d7fa","",4],
47 +["f8a1","",93],
48 +["f9a1","",93],
49 +["faa1","",93],
50 +["fba1","",93],
51 +["fca1","",93],
52 +["fda1","",93],
53 +["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"],
54 +["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93]
55 +]
1 +[
2 +["0","\u0000",128],
3 +["a1","。",62],
4 +["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],
5 +["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],
6 +["81b8","∈∋⊆⊇⊂⊃∪∩"],
7 +["81c8","∧∨¬⇒⇔∀∃"],
8 +["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],
9 +["81f0","ʼn♯♭♪†‡¶"],
10 +["81fc","◯"],
11 +["824f","0",9],
12 +["8260","A",25],
13 +["8281","a",25],
14 +["829f","ぁ",82],
15 +["8340","ァ",62],
16 +["8380","ム",22],
17 +["839f","Α",16,"Σ",6],
18 +["83bf","α",16,"σ",6],
19 +["8440","А",5,"ЁЖ",25],
20 +["8470","а",5,"ёж",7],
21 +["8480","о",17],
22 +["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],
23 +["8740","①",19,"Ⅰ",9],
24 +["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],
25 +["877e","㍻"],
26 +["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],
27 +["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],
28 +["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],
29 +["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],
30 +["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],
31 +["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],
32 +["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],
33 +["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],
34 +["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],
35 +["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],
36 +["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],
37 +["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],
38 +["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],
39 +["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],
40 +["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],
41 +["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],
42 +["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],
43 +["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],
44 +["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],
45 +["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],
46 +["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],
47 +["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],
48 +["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],
49 +["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],
50 +["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],
51 +["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],
52 +["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],
53 +["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],
54 +["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],
55 +["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],
56 +["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],
57 +["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],
58 +["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],
59 +["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],
60 +["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],
61 +["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],
62 +["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],
63 +["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],
64 +["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],
65 +["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],
66 +["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],
67 +["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],
68 +["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],
69 +["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],
70 +["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],
71 +["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],
72 +["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],
73 +["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],
74 +["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],
75 +["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],
76 +["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],
77 +["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],
78 +["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],
79 +["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],
80 +["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],
81 +["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],
82 +["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],
83 +["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],
84 +["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],
85 +["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],
86 +["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],
87 +["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],
88 +["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],
89 +["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],
90 +["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],
91 +["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],
92 +["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],
93 +["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],
94 +["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],
95 +["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],
96 +["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],
97 +["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],
98 +["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],
99 +["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],
100 +["eeef","ⅰ",9,"¬¦'""],
101 +["f040","",62],
102 +["f080","",124],
103 +["f140","",62],
104 +["f180","",124],
105 +["f240","",62],
106 +["f280","",124],
107 +["f340","",62],
108 +["f380","",124],
109 +["f440","",62],
110 +["f480","",124],
111 +["f540","",62],
112 +["f580","",124],
113 +["f640","",62],
114 +["f680","",124],
115 +["f740","",62],
116 +["f780","",124],
117 +["f840","",62],
118 +["f880","",124],
119 +["f940",""],
120 +["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],
121 +["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],
122 +["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],
123 +["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],
124 +["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]
125 +]
1 +"use strict";
2 +var Buffer = require("safer-buffer").Buffer;
3 +
4 +// Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/internal.js
5 +
6 +// == UTF16-BE codec. ==========================================================
7 +
8 +exports.utf16be = Utf16BECodec;
9 +function Utf16BECodec() {
10 +}
11 +
12 +Utf16BECodec.prototype.encoder = Utf16BEEncoder;
13 +Utf16BECodec.prototype.decoder = Utf16BEDecoder;
14 +Utf16BECodec.prototype.bomAware = true;
15 +
16 +
17 +// -- Encoding
18 +
19 +function Utf16BEEncoder() {
20 +}
21 +
22 +Utf16BEEncoder.prototype.write = function(str) {
23 + var buf = Buffer.from(str, 'ucs2');
24 + for (var i = 0; i < buf.length; i += 2) {
25 + var tmp = buf[i]; buf[i] = buf[i+1]; buf[i+1] = tmp;
26 + }
27 + return buf;
28 +}
29 +
30 +Utf16BEEncoder.prototype.end = function() {
31 +}
32 +
33 +
34 +// -- Decoding
35 +
36 +function Utf16BEDecoder() {
37 + this.overflowByte = -1;
38 +}
39 +
40 +Utf16BEDecoder.prototype.write = function(buf) {
41 + if (buf.length == 0)
42 + return '';
43 +
44 + var buf2 = Buffer.alloc(buf.length + 1),
45 + i = 0, j = 0;
46 +
47 + if (this.overflowByte !== -1) {
48 + buf2[0] = buf[0];
49 + buf2[1] = this.overflowByte;
50 + i = 1; j = 2;
51 + }
52 +
53 + for (; i < buf.length-1; i += 2, j+= 2) {
54 + buf2[j] = buf[i+1];
55 + buf2[j+1] = buf[i];
56 + }
57 +
58 + this.overflowByte = (i == buf.length-1) ? buf[buf.length-1] : -1;
59 +
60 + return buf2.slice(0, j).toString('ucs2');
61 +}
62 +
63 +Utf16BEDecoder.prototype.end = function() {
64 +}
65 +
66 +
67 +// == UTF-16 codec =============================================================
68 +// Decoder chooses automatically from UTF-16LE and UTF-16BE using BOM and space-based heuristic.
69 +// Defaults to UTF-16LE, as it's prevalent and default in Node.
70 +// http://en.wikipedia.org/wiki/UTF-16 and http://encoding.spec.whatwg.org/#utf-16le
71 +// Decoder default can be changed: iconv.decode(buf, 'utf16', {defaultEncoding: 'utf-16be'});
72 +
73 +// Encoder uses UTF-16LE and prepends BOM (which can be overridden with addBOM: false).
74 +
75 +exports.utf16 = Utf16Codec;
76 +function Utf16Codec(codecOptions, iconv) {
77 + this.iconv = iconv;
78 +}
79 +
80 +Utf16Codec.prototype.encoder = Utf16Encoder;
81 +Utf16Codec.prototype.decoder = Utf16Decoder;
82 +
83 +
84 +// -- Encoding (pass-through)
85 +
86 +function Utf16Encoder(options, codec) {
87 + options = options || {};
88 + if (options.addBOM === undefined)
89 + options.addBOM = true;
90 + this.encoder = codec.iconv.getEncoder('utf-16le', options);
91 +}
92 +
93 +Utf16Encoder.prototype.write = function(str) {
94 + return this.encoder.write(str);
95 +}
96 +
97 +Utf16Encoder.prototype.end = function() {
98 + return this.encoder.end();
99 +}
100 +
101 +
102 +// -- Decoding
103 +
104 +function Utf16Decoder(options, codec) {
105 + this.decoder = null;
106 + this.initialBytes = [];
107 + this.initialBytesLen = 0;
108 +
109 + this.options = options || {};
110 + this.iconv = codec.iconv;
111 +}
112 +
113 +Utf16Decoder.prototype.write = function(buf) {
114 + if (!this.decoder) {
115 + // Codec is not chosen yet. Accumulate initial bytes.
116 + this.initialBytes.push(buf);
117 + this.initialBytesLen += buf.length;
118 +
119 + if (this.initialBytesLen < 16) // We need more bytes to use space heuristic (see below)
120 + return '';
121 +
122 + // We have enough bytes -> detect endianness.
123 + var buf = Buffer.concat(this.initialBytes),
124 + encoding = detectEncoding(buf, this.options.defaultEncoding);
125 + this.decoder = this.iconv.getDecoder(encoding, this.options);
126 + this.initialBytes.length = this.initialBytesLen = 0;
127 + }
128 +
129 + return this.decoder.write(buf);
130 +}
131 +
132 +Utf16Decoder.prototype.end = function() {
133 + if (!this.decoder) {
134 + var buf = Buffer.concat(this.initialBytes),
135 + encoding = detectEncoding(buf, this.options.defaultEncoding);
136 + this.decoder = this.iconv.getDecoder(encoding, this.options);
137 +
138 + var res = this.decoder.write(buf),
139 + trail = this.decoder.end();
140 +
141 + return trail ? (res + trail) : res;
142 + }
143 + return this.decoder.end();
144 +}
145 +
146 +function detectEncoding(buf, defaultEncoding) {
147 + var enc = defaultEncoding || 'utf-16le';
148 +
149 + if (buf.length >= 2) {
150 + // Check BOM.
151 + if (buf[0] == 0xFE && buf[1] == 0xFF) // UTF-16BE BOM
152 + enc = 'utf-16be';
153 + else if (buf[0] == 0xFF && buf[1] == 0xFE) // UTF-16LE BOM
154 + enc = 'utf-16le';
155 + else {
156 + // No BOM found. Try to deduce encoding from initial content.
157 + // Most of the time, the content has ASCII chars (U+00**), but the opposite (U+**00) is uncommon.
158 + // So, we count ASCII as if it was LE or BE, and decide from that.
159 + var asciiCharsLE = 0, asciiCharsBE = 0, // Counts of chars in both positions
160 + _len = Math.min(buf.length - (buf.length % 2), 64); // Len is always even.
161 +
162 + for (var i = 0; i < _len; i += 2) {
163 + if (buf[i] === 0 && buf[i+1] !== 0) asciiCharsBE++;
164 + if (buf[i] !== 0 && buf[i+1] === 0) asciiCharsLE++;
165 + }
166 +
167 + if (asciiCharsBE > asciiCharsLE)
168 + enc = 'utf-16be';
169 + else if (asciiCharsBE < asciiCharsLE)
170 + enc = 'utf-16le';
171 + }
172 + }
173 +
174 + return enc;
175 +}
176 +
177 +
1 +"use strict";
2 +var Buffer = require("safer-buffer").Buffer;
3 +
4 +// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152
5 +// See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3
6 +
7 +exports.utf7 = Utf7Codec;
8 +exports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7
9 +function Utf7Codec(codecOptions, iconv) {
10 + this.iconv = iconv;
11 +};
12 +
13 +Utf7Codec.prototype.encoder = Utf7Encoder;
14 +Utf7Codec.prototype.decoder = Utf7Decoder;
15 +Utf7Codec.prototype.bomAware = true;
16 +
17 +
18 +// -- Encoding
19 +
20 +var nonDirectChars = /[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;
21 +
22 +function Utf7Encoder(options, codec) {
23 + this.iconv = codec.iconv;
24 +}
25 +
26 +Utf7Encoder.prototype.write = function(str) {
27 + // Naive implementation.
28 + // Non-direct chars are encoded as "+<base64>-"; single "+" char is encoded as "+-".
29 + return Buffer.from(str.replace(nonDirectChars, function(chunk) {
30 + return "+" + (chunk === '+' ? '' :
31 + this.iconv.encode(chunk, 'utf16-be').toString('base64').replace(/=+$/, ''))
32 + + "-";
33 + }.bind(this)));
34 +}
35 +
36 +Utf7Encoder.prototype.end = function() {
37 +}
38 +
39 +
40 +// -- Decoding
41 +
42 +function Utf7Decoder(options, codec) {
43 + this.iconv = codec.iconv;
44 + this.inBase64 = false;
45 + this.base64Accum = '';
46 +}
47 +
48 +var base64Regex = /[A-Za-z0-9\/+]/;
49 +var base64Chars = [];
50 +for (var i = 0; i < 256; i++)
51 + base64Chars[i] = base64Regex.test(String.fromCharCode(i));
52 +
53 +var plusChar = '+'.charCodeAt(0),
54 + minusChar = '-'.charCodeAt(0),
55 + andChar = '&'.charCodeAt(0);
56 +
57 +Utf7Decoder.prototype.write = function(buf) {
58 + var res = "", lastI = 0,
59 + inBase64 = this.inBase64,
60 + base64Accum = this.base64Accum;
61 +
62 + // The decoder is more involved as we must handle chunks in stream.
63 +
64 + for (var i = 0; i < buf.length; i++) {
65 + if (!inBase64) { // We're in direct mode.
66 + // Write direct chars until '+'
67 + if (buf[i] == plusChar) {
68 + res += this.iconv.decode(buf.slice(lastI, i), "ascii"); // Write direct chars.
69 + lastI = i+1;
70 + inBase64 = true;
71 + }
72 + } else { // We decode base64.
73 + if (!base64Chars[buf[i]]) { // Base64 ended.
74 + if (i == lastI && buf[i] == minusChar) {// "+-" -> "+"
75 + res += "+";
76 + } else {
77 + var b64str = base64Accum + buf.slice(lastI, i).toString();
78 + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be");
79 + }
80 +
81 + if (buf[i] != minusChar) // Minus is absorbed after base64.
82 + i--;
83 +
84 + lastI = i+1;
85 + inBase64 = false;
86 + base64Accum = '';
87 + }
88 + }
89 + }
90 +
91 + if (!inBase64) {
92 + res += this.iconv.decode(buf.slice(lastI), "ascii"); // Write direct chars.
93 + } else {
94 + var b64str = base64Accum + buf.slice(lastI).toString();
95 +
96 + var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars.
97 + base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future.
98 + b64str = b64str.slice(0, canBeDecoded);
99 +
100 + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be");
101 + }
102 +
103 + this.inBase64 = inBase64;
104 + this.base64Accum = base64Accum;
105 +
106 + return res;
107 +}
108 +
109 +Utf7Decoder.prototype.end = function() {
110 + var res = "";
111 + if (this.inBase64 && this.base64Accum.length > 0)
112 + res = this.iconv.decode(Buffer.from(this.base64Accum, 'base64'), "utf16-be");
113 +
114 + this.inBase64 = false;
115 + this.base64Accum = '';
116 + return res;
117 +}
118 +
119 +
120 +// UTF-7-IMAP codec.
121 +// RFC3501 Sec. 5.1.3 Modified UTF-7 (http://tools.ietf.org/html/rfc3501#section-5.1.3)
122 +// Differences:
123 +// * Base64 part is started by "&" instead of "+"
124 +// * Direct characters are 0x20-0x7E, except "&" (0x26)
125 +// * In Base64, "," is used instead of "/"
126 +// * Base64 must not be used to represent direct characters.
127 +// * No implicit shift back from Base64 (should always end with '-')
128 +// * String must end in non-shifted position.
129 +// * "-&" while in base64 is not allowed.
130 +
131 +
132 +exports.utf7imap = Utf7IMAPCodec;
133 +function Utf7IMAPCodec(codecOptions, iconv) {
134 + this.iconv = iconv;
135 +};
136 +
137 +Utf7IMAPCodec.prototype.encoder = Utf7IMAPEncoder;
138 +Utf7IMAPCodec.prototype.decoder = Utf7IMAPDecoder;
139 +Utf7IMAPCodec.prototype.bomAware = true;
140 +
141 +
142 +// -- Encoding
143 +
144 +function Utf7IMAPEncoder(options, codec) {
145 + this.iconv = codec.iconv;
146 + this.inBase64 = false;
147 + this.base64Accum = Buffer.alloc(6);
148 + this.base64AccumIdx = 0;
149 +}
150 +
151 +Utf7IMAPEncoder.prototype.write = function(str) {
152 + var inBase64 = this.inBase64,
153 + base64Accum = this.base64Accum,
154 + base64AccumIdx = this.base64AccumIdx,
155 + buf = Buffer.alloc(str.length*5 + 10), bufIdx = 0;
156 +
157 + for (var i = 0; i < str.length; i++) {
158 + var uChar = str.charCodeAt(i);
159 + if (0x20 <= uChar && uChar <= 0x7E) { // Direct character or '&'.
160 + if (inBase64) {
161 + if (base64AccumIdx > 0) {
162 + bufIdx += buf.write(base64Accum.slice(0, base64AccumIdx).toString('base64').replace(/\//g, ',').replace(/=+$/, ''), bufIdx);
163 + base64AccumIdx = 0;
164 + }
165 +
166 + buf[bufIdx++] = minusChar; // Write '-', then go to direct mode.
167 + inBase64 = false;
168 + }
169 +
170 + if (!inBase64) {
171 + buf[bufIdx++] = uChar; // Write direct character
172 +
173 + if (uChar === andChar) // Ampersand -> '&-'
174 + buf[bufIdx++] = minusChar;
175 + }
176 +
177 + } else { // Non-direct character
178 + if (!inBase64) {
179 + buf[bufIdx++] = andChar; // Write '&', then go to base64 mode.
180 + inBase64 = true;
181 + }
182 + if (inBase64) {
183 + base64Accum[base64AccumIdx++] = uChar >> 8;
184 + base64Accum[base64AccumIdx++] = uChar & 0xFF;
185 +
186 + if (base64AccumIdx == base64Accum.length) {
187 + bufIdx += buf.write(base64Accum.toString('base64').replace(/\//g, ','), bufIdx);
188 + base64AccumIdx = 0;
189 + }
190 + }
191 + }
192 + }
193 +
194 + this.inBase64 = inBase64;
195 + this.base64AccumIdx = base64AccumIdx;
196 +
197 + return buf.slice(0, bufIdx);
198 +}
199 +
200 +Utf7IMAPEncoder.prototype.end = function() {
201 + var buf = Buffer.alloc(10), bufIdx = 0;
202 + if (this.inBase64) {
203 + if (this.base64AccumIdx > 0) {
204 + bufIdx += buf.write(this.base64Accum.slice(0, this.base64AccumIdx).toString('base64').replace(/\//g, ',').replace(/=+$/, ''), bufIdx);
205 + this.base64AccumIdx = 0;
206 + }
207 +
208 + buf[bufIdx++] = minusChar; // Write '-', then go to direct mode.
209 + this.inBase64 = false;
210 + }
211 +
212 + return buf.slice(0, bufIdx);
213 +}
214 +
215 +
216 +// -- Decoding
217 +
218 +function Utf7IMAPDecoder(options, codec) {
219 + this.iconv = codec.iconv;
220 + this.inBase64 = false;
221 + this.base64Accum = '';
222 +}
223 +
224 +var base64IMAPChars = base64Chars.slice();
225 +base64IMAPChars[','.charCodeAt(0)] = true;
226 +
227 +Utf7IMAPDecoder.prototype.write = function(buf) {
228 + var res = "", lastI = 0,
229 + inBase64 = this.inBase64,
230 + base64Accum = this.base64Accum;
231 +
232 + // The decoder is more involved as we must handle chunks in stream.
233 + // It is forgiving, closer to standard UTF-7 (for example, '-' is optional at the end).
234 +
235 + for (var i = 0; i < buf.length; i++) {
236 + if (!inBase64) { // We're in direct mode.
237 + // Write direct chars until '&'
238 + if (buf[i] == andChar) {
239 + res += this.iconv.decode(buf.slice(lastI, i), "ascii"); // Write direct chars.
240 + lastI = i+1;
241 + inBase64 = true;
242 + }
243 + } else { // We decode base64.
244 + if (!base64IMAPChars[buf[i]]) { // Base64 ended.
245 + if (i == lastI && buf[i] == minusChar) { // "&-" -> "&"
246 + res += "&";
247 + } else {
248 + var b64str = base64Accum + buf.slice(lastI, i).toString().replace(/,/g, '/');
249 + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be");
250 + }
251 +
252 + if (buf[i] != minusChar) // Minus may be absorbed after base64.
253 + i--;
254 +
255 + lastI = i+1;
256 + inBase64 = false;
257 + base64Accum = '';
258 + }
259 + }
260 + }
261 +
262 + if (!inBase64) {
263 + res += this.iconv.decode(buf.slice(lastI), "ascii"); // Write direct chars.
264 + } else {
265 + var b64str = base64Accum + buf.slice(lastI).toString().replace(/,/g, '/');
266 +
267 + var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars.
268 + base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future.
269 + b64str = b64str.slice(0, canBeDecoded);
270 +
271 + res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be");
272 + }
273 +
274 + this.inBase64 = inBase64;
275 + this.base64Accum = base64Accum;
276 +
277 + return res;
278 +}
279 +
280 +Utf7IMAPDecoder.prototype.end = function() {
281 + var res = "";
282 + if (this.inBase64 && this.base64Accum.length > 0)
283 + res = this.iconv.decode(Buffer.from(this.base64Accum, 'base64'), "utf16-be");
284 +
285 + this.inBase64 = false;
286 + this.base64Accum = '';
287 + return res;
288 +}
289 +
290 +
1 +"use strict";
2 +
3 +var BOMChar = '\uFEFF';
4 +
5 +exports.PrependBOM = PrependBOMWrapper
6 +function PrependBOMWrapper(encoder, options) {
7 + this.encoder = encoder;
8 + this.addBOM = true;
9 +}
10 +
11 +PrependBOMWrapper.prototype.write = function(str) {
12 + if (this.addBOM) {
13 + str = BOMChar + str;
14 + this.addBOM = false;
15 + }
16 +
17 + return this.encoder.write(str);
18 +}
19 +
20 +PrependBOMWrapper.prototype.end = function() {
21 + return this.encoder.end();
22 +}
23 +
24 +
25 +//------------------------------------------------------------------------------
26 +
27 +exports.StripBOM = StripBOMWrapper;
28 +function StripBOMWrapper(decoder, options) {
29 + this.decoder = decoder;
30 + this.pass = false;
31 + this.options = options || {};
32 +}
33 +
34 +StripBOMWrapper.prototype.write = function(buf) {
35 + var res = this.decoder.write(buf);
36 + if (this.pass || !res)
37 + return res;
38 +
39 + if (res[0] === BOMChar) {
40 + res = res.slice(1);
41 + if (typeof this.options.stripBOM === 'function')
42 + this.options.stripBOM();
43 + }
44 +
45 + this.pass = true;
46 + return res;
47 +}
48 +
49 +StripBOMWrapper.prototype.end = function() {
50 + return this.decoder.end();
51 +}
52 +
1 +"use strict";
2 +var Buffer = require("buffer").Buffer;
3 +// Note: not polyfilled with safer-buffer on a purpose, as overrides Buffer
4 +
5 +// == Extend Node primitives to use iconv-lite =================================
6 +
7 +module.exports = function (iconv) {
8 + var original = undefined; // Place to keep original methods.
9 +
10 + // Node authors rewrote Buffer internals to make it compatible with
11 + // Uint8Array and we cannot patch key functions since then.
12 + // Note: this does use older Buffer API on a purpose
13 + iconv.supportsNodeEncodingsExtension = !(Buffer.from || new Buffer(0) instanceof Uint8Array);
14 +
15 + iconv.extendNodeEncodings = function extendNodeEncodings() {
16 + if (original) return;
17 + original = {};
18 +
19 + if (!iconv.supportsNodeEncodingsExtension) {
20 + console.error("ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node");
21 + console.error("See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility");
22 + return;
23 + }
24 +
25 + var nodeNativeEncodings = {
26 + 'hex': true, 'utf8': true, 'utf-8': true, 'ascii': true, 'binary': true,
27 + 'base64': true, 'ucs2': true, 'ucs-2': true, 'utf16le': true, 'utf-16le': true,
28 + };
29 +
30 + Buffer.isNativeEncoding = function(enc) {
31 + return enc && nodeNativeEncodings[enc.toLowerCase()];
32 + }
33 +
34 + // -- SlowBuffer -----------------------------------------------------------
35 + var SlowBuffer = require('buffer').SlowBuffer;
36 +
37 + original.SlowBufferToString = SlowBuffer.prototype.toString;
38 + SlowBuffer.prototype.toString = function(encoding, start, end) {
39 + encoding = String(encoding || 'utf8').toLowerCase();
40 +
41 + // Use native conversion when possible
42 + if (Buffer.isNativeEncoding(encoding))
43 + return original.SlowBufferToString.call(this, encoding, start, end);
44 +
45 + // Otherwise, use our decoding method.
46 + if (typeof start == 'undefined') start = 0;
47 + if (typeof end == 'undefined') end = this.length;
48 + return iconv.decode(this.slice(start, end), encoding);
49 + }
50 +
51 + original.SlowBufferWrite = SlowBuffer.prototype.write;
52 + SlowBuffer.prototype.write = function(string, offset, length, encoding) {
53 + // Support both (string, offset, length, encoding)
54 + // and the legacy (string, encoding, offset, length)
55 + if (isFinite(offset)) {
56 + if (!isFinite(length)) {
57 + encoding = length;
58 + length = undefined;
59 + }
60 + } else { // legacy
61 + var swap = encoding;
62 + encoding = offset;
63 + offset = length;
64 + length = swap;
65 + }
66 +
67 + offset = +offset || 0;
68 + var remaining = this.length - offset;
69 + if (!length) {
70 + length = remaining;
71 + } else {
72 + length = +length;
73 + if (length > remaining) {
74 + length = remaining;
75 + }
76 + }
77 + encoding = String(encoding || 'utf8').toLowerCase();
78 +
79 + // Use native conversion when possible
80 + if (Buffer.isNativeEncoding(encoding))
81 + return original.SlowBufferWrite.call(this, string, offset, length, encoding);
82 +
83 + if (string.length > 0 && (length < 0 || offset < 0))
84 + throw new RangeError('attempt to write beyond buffer bounds');
85 +
86 + // Otherwise, use our encoding method.
87 + var buf = iconv.encode(string, encoding);
88 + if (buf.length < length) length = buf.length;
89 + buf.copy(this, offset, 0, length);
90 + return length;
91 + }
92 +
93 + // -- Buffer ---------------------------------------------------------------
94 +
95 + original.BufferIsEncoding = Buffer.isEncoding;
96 + Buffer.isEncoding = function(encoding) {
97 + return Buffer.isNativeEncoding(encoding) || iconv.encodingExists(encoding);
98 + }
99 +
100 + original.BufferByteLength = Buffer.byteLength;
101 + Buffer.byteLength = SlowBuffer.byteLength = function(str, encoding) {
102 + encoding = String(encoding || 'utf8').toLowerCase();
103 +
104 + // Use native conversion when possible
105 + if (Buffer.isNativeEncoding(encoding))
106 + return original.BufferByteLength.call(this, str, encoding);
107 +
108 + // Slow, I know, but we don't have a better way yet.
109 + return iconv.encode(str, encoding).length;
110 + }
111 +
112 + original.BufferToString = Buffer.prototype.toString;
113 + Buffer.prototype.toString = function(encoding, start, end) {
114 + encoding = String(encoding || 'utf8').toLowerCase();
115 +
116 + // Use native conversion when possible
117 + if (Buffer.isNativeEncoding(encoding))
118 + return original.BufferToString.call(this, encoding, start, end);
119 +
120 + // Otherwise, use our decoding method.
121 + if (typeof start == 'undefined') start = 0;
122 + if (typeof end == 'undefined') end = this.length;
123 + return iconv.decode(this.slice(start, end), encoding);
124 + }
125 +
126 + original.BufferWrite = Buffer.prototype.write;
127 + Buffer.prototype.write = function(string, offset, length, encoding) {
128 + var _offset = offset, _length = length, _encoding = encoding;
129 + // Support both (string, offset, length, encoding)
130 + // and the legacy (string, encoding, offset, length)
131 + if (isFinite(offset)) {
132 + if (!isFinite(length)) {
133 + encoding = length;
134 + length = undefined;
135 + }
136 + } else { // legacy
137 + var swap = encoding;
138 + encoding = offset;
139 + offset = length;
140 + length = swap;
141 + }
142 +
143 + encoding = String(encoding || 'utf8').toLowerCase();
144 +
145 + // Use native conversion when possible
146 + if (Buffer.isNativeEncoding(encoding))
147 + return original.BufferWrite.call(this, string, _offset, _length, _encoding);
148 +
149 + offset = +offset || 0;
150 + var remaining = this.length - offset;
151 + if (!length) {
152 + length = remaining;
153 + } else {
154 + length = +length;
155 + if (length > remaining) {
156 + length = remaining;
157 + }
158 + }
159 +
160 + if (string.length > 0 && (length < 0 || offset < 0))
161 + throw new RangeError('attempt to write beyond buffer bounds');
162 +
163 + // Otherwise, use our encoding method.
164 + var buf = iconv.encode(string, encoding);
165 + if (buf.length < length) length = buf.length;
166 + buf.copy(this, offset, 0, length);
167 + return length;
168 +
169 + // TODO: Set _charsWritten.
170 + }
171 +
172 +
173 + // -- Readable -------------------------------------------------------------
174 + if (iconv.supportsStreams) {
175 + var Readable = require('stream').Readable;
176 +
177 + original.ReadableSetEncoding = Readable.prototype.setEncoding;
178 + Readable.prototype.setEncoding = function setEncoding(enc, options) {
179 + // Use our own decoder, it has the same interface.
180 + // We cannot use original function as it doesn't handle BOM-s.
181 + this._readableState.decoder = iconv.getDecoder(enc, options);
182 + this._readableState.encoding = enc;
183 + }
184 +
185 + Readable.prototype.collect = iconv._collect;
186 + }
187 + }
188 +
189 + // Remove iconv-lite Node primitive extensions.
190 + iconv.undoExtendNodeEncodings = function undoExtendNodeEncodings() {
191 + if (!iconv.supportsNodeEncodingsExtension)
192 + return;
193 + if (!original)
194 + throw new Error("require('iconv-lite').undoExtendNodeEncodings(): Nothing to undo; extendNodeEncodings() is not called.")
195 +
196 + delete Buffer.isNativeEncoding;
197 +
198 + var SlowBuffer = require('buffer').SlowBuffer;
199 +
200 + SlowBuffer.prototype.toString = original.SlowBufferToString;
201 + SlowBuffer.prototype.write = original.SlowBufferWrite;
202 +
203 + Buffer.isEncoding = original.BufferIsEncoding;
204 + Buffer.byteLength = original.BufferByteLength;
205 + Buffer.prototype.toString = original.BufferToString;
206 + Buffer.prototype.write = original.BufferWrite;
207 +
208 + if (iconv.supportsStreams) {
209 + var Readable = require('stream').Readable;
210 +
211 + Readable.prototype.setEncoding = original.ReadableSetEncoding;
212 + delete Readable.prototype.collect;
213 + }
214 +
215 + original = undefined;
216 + }
217 +}
1 +/*---------------------------------------------------------------------------------------------
2 + * Copyright (c) Microsoft Corporation. All rights reserved.
3 + * Licensed under the MIT License.
4 + * REQUIREMENT: This definition is dependent on the @types/node definition.
5 + * Install with `npm install @types/node --save-dev`
6 + *--------------------------------------------------------------------------------------------*/
7 +
8 +declare module 'iconv-lite' {
9 + export function decode(buffer: Buffer, encoding: string, options?: Options): string;
10 +
11 + export function encode(content: string, encoding: string, options?: Options): Buffer;
12 +
13 + export function encodingExists(encoding: string): boolean;
14 +
15 + export function decodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream;
16 +
17 + export function encodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream;
18 +}
19 +
20 +export interface Options {
21 + stripBOM?: boolean;
22 + addBOM?: boolean;
23 + defaultEncoding?: string;
24 +}
1 +"use strict";
2 +
3 +// Some environments don't have global Buffer (e.g. React Native).
4 +// Solution would be installing npm modules "buffer" and "stream" explicitly.
5 +var Buffer = require("safer-buffer").Buffer;
6 +
7 +var bomHandling = require("./bom-handling"),
8 + iconv = module.exports;
9 +
10 +// All codecs and aliases are kept here, keyed by encoding name/alias.
11 +// They are lazy loaded in `iconv.getCodec` from `encodings/index.js`.
12 +iconv.encodings = null;
13 +
14 +// Characters emitted in case of error.
15 +iconv.defaultCharUnicode = '�';
16 +iconv.defaultCharSingleByte = '?';
17 +
18 +// Public API.
19 +iconv.encode = function encode(str, encoding, options) {
20 + str = "" + (str || ""); // Ensure string.
21 +
22 + var encoder = iconv.getEncoder(encoding, options);
23 +
24 + var res = encoder.write(str);
25 + var trail = encoder.end();
26 +
27 + return (trail && trail.length > 0) ? Buffer.concat([res, trail]) : res;
28 +}
29 +
30 +iconv.decode = function decode(buf, encoding, options) {
31 + if (typeof buf === 'string') {
32 + if (!iconv.skipDecodeWarning) {
33 + console.error('Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding');
34 + iconv.skipDecodeWarning = true;
35 + }
36 +
37 + buf = Buffer.from("" + (buf || ""), "binary"); // Ensure buffer.
38 + }
39 +
40 + var decoder = iconv.getDecoder(encoding, options);
41 +
42 + var res = decoder.write(buf);
43 + var trail = decoder.end();
44 +
45 + return trail ? (res + trail) : res;
46 +}
47 +
48 +iconv.encodingExists = function encodingExists(enc) {
49 + try {
50 + iconv.getCodec(enc);
51 + return true;
52 + } catch (e) {
53 + return false;
54 + }
55 +}
56 +
57 +// Legacy aliases to convert functions
58 +iconv.toEncoding = iconv.encode;
59 +iconv.fromEncoding = iconv.decode;
60 +
61 +// Search for a codec in iconv.encodings. Cache codec data in iconv._codecDataCache.
62 +iconv._codecDataCache = {};
63 +iconv.getCodec = function getCodec(encoding) {
64 + if (!iconv.encodings)
65 + iconv.encodings = require("../encodings"); // Lazy load all encoding definitions.
66 +
67 + // Canonicalize encoding name: strip all non-alphanumeric chars and appended year.
68 + var enc = iconv._canonicalizeEncoding(encoding);
69 +
70 + // Traverse iconv.encodings to find actual codec.
71 + var codecOptions = {};
72 + while (true) {
73 + var codec = iconv._codecDataCache[enc];
74 + if (codec)
75 + return codec;
76 +
77 + var codecDef = iconv.encodings[enc];
78 +
79 + switch (typeof codecDef) {
80 + case "string": // Direct alias to other encoding.
81 + enc = codecDef;
82 + break;
83 +
84 + case "object": // Alias with options. Can be layered.
85 + for (var key in codecDef)
86 + codecOptions[key] = codecDef[key];
87 +
88 + if (!codecOptions.encodingName)
89 + codecOptions.encodingName = enc;
90 +
91 + enc = codecDef.type;
92 + break;
93 +
94 + case "function": // Codec itself.
95 + if (!codecOptions.encodingName)
96 + codecOptions.encodingName = enc;
97 +
98 + // The codec function must load all tables and return object with .encoder and .decoder methods.
99 + // It'll be called only once (for each different options object).
100 + codec = new codecDef(codecOptions, iconv);
101 +
102 + iconv._codecDataCache[codecOptions.encodingName] = codec; // Save it to be reused later.
103 + return codec;
104 +
105 + default:
106 + throw new Error("Encoding not recognized: '" + encoding + "' (searched as: '"+enc+"')");
107 + }
108 + }
109 +}
110 +
111 +iconv._canonicalizeEncoding = function(encoding) {
112 + // Canonicalize encoding name: strip all non-alphanumeric chars and appended year.
113 + return (''+encoding).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g, "");
114 +}
115 +
116 +iconv.getEncoder = function getEncoder(encoding, options) {
117 + var codec = iconv.getCodec(encoding),
118 + encoder = new codec.encoder(options, codec);
119 +
120 + if (codec.bomAware && options && options.addBOM)
121 + encoder = new bomHandling.PrependBOM(encoder, options);
122 +
123 + return encoder;
124 +}
125 +
126 +iconv.getDecoder = function getDecoder(encoding, options) {
127 + var codec = iconv.getCodec(encoding),
128 + decoder = new codec.decoder(options, codec);
129 +
130 + if (codec.bomAware && !(options && options.stripBOM === false))
131 + decoder = new bomHandling.StripBOM(decoder, options);
132 +
133 + return decoder;
134 +}
135 +
136 +
137 +// Load extensions in Node. All of them are omitted in Browserify build via 'browser' field in package.json.
138 +var nodeVer = typeof process !== 'undefined' && process.versions && process.versions.node;
139 +if (nodeVer) {
140 +
141 + // Load streaming support in Node v0.10+
142 + var nodeVerArr = nodeVer.split(".").map(Number);
143 + if (nodeVerArr[0] > 0 || nodeVerArr[1] >= 10) {
144 + require("./streams")(iconv);
145 + }
146 +
147 + // Load Node primitive extensions.
148 + require("./extend-node")(iconv);
149 +}
150 +
151 +if ("Ā" != "\u0100") {
152 + console.error("iconv-lite warning: javascript files use encoding different from utf-8. See https://github.com/ashtuchkin/iconv-lite/wiki/Javascript-source-file-encodings for more info.");
153 +}
1 +"use strict";
2 +
3 +var Buffer = require("buffer").Buffer,
4 + Transform = require("stream").Transform;
5 +
6 +
7 +// == Exports ==================================================================
8 +module.exports = function(iconv) {
9 +
10 + // Additional Public API.
11 + iconv.encodeStream = function encodeStream(encoding, options) {
12 + return new IconvLiteEncoderStream(iconv.getEncoder(encoding, options), options);
13 + }
14 +
15 + iconv.decodeStream = function decodeStream(encoding, options) {
16 + return new IconvLiteDecoderStream(iconv.getDecoder(encoding, options), options);
17 + }
18 +
19 + iconv.supportsStreams = true;
20 +
21 +
22 + // Not published yet.
23 + iconv.IconvLiteEncoderStream = IconvLiteEncoderStream;
24 + iconv.IconvLiteDecoderStream = IconvLiteDecoderStream;
25 + iconv._collect = IconvLiteDecoderStream.prototype.collect;
26 +};
27 +
28 +
29 +// == Encoder stream =======================================================
30 +function IconvLiteEncoderStream(conv, options) {
31 + this.conv = conv;
32 + options = options || {};
33 + options.decodeStrings = false; // We accept only strings, so we don't need to decode them.
34 + Transform.call(this, options);
35 +}
36 +
37 +IconvLiteEncoderStream.prototype = Object.create(Transform.prototype, {
38 + constructor: { value: IconvLiteEncoderStream }
39 +});
40 +
41 +IconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) {
42 + if (typeof chunk != 'string')
43 + return done(new Error("Iconv encoding stream needs strings as its input."));
44 + try {
45 + var res = this.conv.write(chunk);
46 + if (res && res.length) this.push(res);
47 + done();
48 + }
49 + catch (e) {
50 + done(e);
51 + }
52 +}
53 +
54 +IconvLiteEncoderStream.prototype._flush = function(done) {
55 + try {
56 + var res = this.conv.end();
57 + if (res && res.length) this.push(res);
58 + done();
59 + }
60 + catch (e) {
61 + done(e);
62 + }
63 +}
64 +
65 +IconvLiteEncoderStream.prototype.collect = function(cb) {
66 + var chunks = [];
67 + this.on('error', cb);
68 + this.on('data', function(chunk) { chunks.push(chunk); });
69 + this.on('end', function() {
70 + cb(null, Buffer.concat(chunks));
71 + });
72 + return this;
73 +}
74 +
75 +
76 +// == Decoder stream =======================================================
77 +function IconvLiteDecoderStream(conv, options) {
78 + this.conv = conv;
79 + options = options || {};
80 + options.encoding = this.encoding = 'utf8'; // We output strings.
81 + Transform.call(this, options);
82 +}
83 +
84 +IconvLiteDecoderStream.prototype = Object.create(Transform.prototype, {
85 + constructor: { value: IconvLiteDecoderStream }
86 +});
87 +
88 +IconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) {
89 + if (!Buffer.isBuffer(chunk))
90 + return done(new Error("Iconv decoding stream needs buffers as its input."));
91 + try {
92 + var res = this.conv.write(chunk);
93 + if (res && res.length) this.push(res, this.encoding);
94 + done();
95 + }
96 + catch (e) {
97 + done(e);
98 + }
99 +}
100 +
101 +IconvLiteDecoderStream.prototype._flush = function(done) {
102 + try {
103 + var res = this.conv.end();
104 + if (res && res.length) this.push(res, this.encoding);
105 + done();
106 + }
107 + catch (e) {
108 + done(e);
109 + }
110 +}
111 +
112 +IconvLiteDecoderStream.prototype.collect = function(cb) {
113 + var res = '';
114 + this.on('error', cb);
115 + this.on('data', function(chunk) { res += chunk; });
116 + this.on('end', function() {
117 + cb(null, res);
118 + });
119 + return this;
120 +}
121 +
1 +{
2 + "_args": [
3 + [
4 + "iconv-lite@0.4.23",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "iconv-lite@0.4.23",
9 + "_id": "iconv-lite@0.4.23",
10 + "_inBundle": false,
11 + "_integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==",
12 + "_location": "/express/iconv-lite",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "iconv-lite@0.4.23",
18 + "name": "iconv-lite",
19 + "escapedName": "iconv-lite",
20 + "rawSpec": "0.4.23",
21 + "saveSpec": null,
22 + "fetchSpec": "0.4.23"
23 + },
24 + "_requiredBy": [
25 + "/express/body-parser",
26 + "/express/raw-body"
27 + ],
28 + "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
29 + "_spec": "0.4.23",
30 + "_where": "/Users/star/Desktop/YTMT",
31 + "author": {
32 + "name": "Alexander Shtuchkin",
33 + "email": "ashtuchkin@gmail.com"
34 + },
35 + "browser": {
36 + "./lib/extend-node": false,
37 + "./lib/streams": false
38 + },
39 + "bugs": {
40 + "url": "https://github.com/ashtuchkin/iconv-lite/issues"
41 + },
42 + "dependencies": {
43 + "safer-buffer": ">= 2.1.2 < 3"
44 + },
45 + "description": "Convert character encodings in pure javascript.",
46 + "devDependencies": {
47 + "async": "*",
48 + "errto": "*",
49 + "iconv": "*",
50 + "istanbul": "*",
51 + "mocha": "^3.1.0",
52 + "request": "~2.81.0",
53 + "semver": "*",
54 + "unorm": "*"
55 + },
56 + "engines": {
57 + "node": ">=0.10.0"
58 + },
59 + "homepage": "https://github.com/ashtuchkin/iconv-lite",
60 + "keywords": [
61 + "iconv",
62 + "convert",
63 + "charset",
64 + "icu"
65 + ],
66 + "license": "MIT",
67 + "main": "./lib/index.js",
68 + "name": "iconv-lite",
69 + "repository": {
70 + "type": "git",
71 + "url": "git://github.com/ashtuchkin/iconv-lite.git"
72 + },
73 + "scripts": {
74 + "coverage": "istanbul cover _mocha -- --grep .",
75 + "coverage-open": "open coverage/lcov-report/index.html",
76 + "test": "mocha --reporter spec --grep ."
77 + },
78 + "typings": "./lib/index.d.ts",
79 + "version": "0.4.23"
80 +}
1 +2.3.3 / 2018-05-08
2 +==================
3 +
4 + * deps: http-errors@1.6.3
5 + - deps: depd@~1.1.2
6 + - deps: setprototypeof@1.1.0
7 + - deps: statuses@'>= 1.3.1 < 2'
8 + * deps: iconv-lite@0.4.23
9 + - Fix loading encoding with year appended
10 + - Fix deprecation warnings on Node.js 10+
11 +
12 +2.3.2 / 2017-09-09
13 +==================
14 +
15 + * deps: iconv-lite@0.4.19
16 + - Fix ISO-8859-1regression
17 + - Update Windows-1255
18 +
19 +2.3.1 / 2017-09-07
20 +==================
21 +
22 + * deps: bytes@3.0.0
23 + * deps: http-errors@1.6.2
24 + - deps: depd@1.1.1
25 + * perf: skip buffer decoding on overage chunk
26 +
27 +2.3.0 / 2017-08-04
28 +==================
29 +
30 + * Add TypeScript definitions
31 + * Use `http-errors` for standard emitted errors
32 + * deps: bytes@2.5.0
33 + * deps: iconv-lite@0.4.18
34 + - Add support for React Native
35 + - Add a warning if not loaded as utf-8
36 + - Fix CESU-8 decoding in Node.js 8
37 + - Improve speed of ISO-8859-1 encoding
38 +
39 +2.2.0 / 2017-01-02
40 +==================
41 +
42 + * deps: iconv-lite@0.4.15
43 + - Added encoding MS-31J
44 + - Added encoding MS-932
45 + - Added encoding MS-936
46 + - Added encoding MS-949
47 + - Added encoding MS-950
48 + - Fix GBK/GB18030 handling of Euro character
49 +
50 +2.1.7 / 2016-06-19
51 +==================
52 +
53 + * deps: bytes@2.4.0
54 + * perf: remove double-cleanup on happy path
55 +
56 +2.1.6 / 2016-03-07
57 +==================
58 +
59 + * deps: bytes@2.3.0
60 + - Drop partial bytes on all parsed units
61 + - Fix parsing byte string that looks like hex
62 +
63 +2.1.5 / 2015-11-30
64 +==================
65 +
66 + * deps: bytes@2.2.0
67 + * deps: iconv-lite@0.4.13
68 +
69 +2.1.4 / 2015-09-27
70 +==================
71 +
72 + * Fix masking critical errors from `iconv-lite`
73 + * deps: iconv-lite@0.4.12
74 + - Fix CESU-8 decoding in Node.js 4.x
75 +
76 +2.1.3 / 2015-09-12
77 +==================
78 +
79 + * Fix sync callback when attaching data listener causes sync read
80 + - Node.js 0.10 compatibility issue
81 +
82 +2.1.2 / 2015-07-05
83 +==================
84 +
85 + * Fix error stack traces to skip `makeError`
86 + * deps: iconv-lite@0.4.11
87 + - Add encoding CESU-8
88 +
89 +2.1.1 / 2015-06-14
90 +==================
91 +
92 + * Use `unpipe` module for unpiping requests
93 +
94 +2.1.0 / 2015-05-28
95 +==================
96 +
97 + * deps: iconv-lite@0.4.10
98 + - Improved UTF-16 endianness detection
99 + - Leading BOM is now removed when decoding
100 + - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
101 +
102 +2.0.2 / 2015-05-21
103 +==================
104 +
105 + * deps: bytes@2.1.0
106 + - Slight optimizations
107 +
108 +2.0.1 / 2015-05-10
109 +==================
110 +
111 + * Fix a false-positive when unpiping in Node.js 0.8
112 +
113 +2.0.0 / 2015-05-08
114 +==================
115 +
116 + * Return a promise without callback instead of thunk
117 + * deps: bytes@2.0.1
118 + - units no longer case sensitive when parsing
119 +
120 +1.3.4 / 2015-04-15
121 +==================
122 +
123 + * Fix hanging callback if request aborts during read
124 + * deps: iconv-lite@0.4.8
125 + - Add encoding alias UNICODE-1-1-UTF-7
126 +
127 +1.3.3 / 2015-02-08
128 +==================
129 +
130 + * deps: iconv-lite@0.4.7
131 + - Gracefully support enumerables on `Object.prototype`
132 +
133 +1.3.2 / 2015-01-20
134 +==================
135 +
136 + * deps: iconv-lite@0.4.6
137 + - Fix rare aliases of single-byte encodings
138 +
139 +1.3.1 / 2014-11-21
140 +==================
141 +
142 + * deps: iconv-lite@0.4.5
143 + - Fix Windows-31J and X-SJIS encoding support
144 +
145 +1.3.0 / 2014-07-20
146 +==================
147 +
148 + * Fully unpipe the stream on error
149 + - Fixes `Cannot switch to old mode now` error on Node.js 0.10+
150 +
151 +1.2.3 / 2014-07-20
152 +==================
153 +
154 + * deps: iconv-lite@0.4.4
155 + - Added encoding UTF-7
156 +
157 +1.2.2 / 2014-06-19
158 +==================
159 +
160 + * Send invalid encoding error to callback
161 +
162 +1.2.1 / 2014-06-15
163 +==================
164 +
165 + * deps: iconv-lite@0.4.3
166 + - Added encodings UTF-16BE and UTF-16 with BOM
167 +
168 +1.2.0 / 2014-06-13
169 +==================
170 +
171 + * Passing string as `options` interpreted as encoding
172 + * Support all encodings from `iconv-lite`
173 +
174 +1.1.7 / 2014-06-12
175 +==================
176 +
177 + * use `string_decoder` module from npm
178 +
179 +1.1.6 / 2014-05-27
180 +==================
181 +
182 + * check encoding for old streams1
183 + * support node.js < 0.10.6
184 +
185 +1.1.5 / 2014-05-14
186 +==================
187 +
188 + * bump bytes
189 +
190 +1.1.4 / 2014-04-19
191 +==================
192 +
193 + * allow true as an option
194 + * bump bytes
195 +
196 +1.1.3 / 2014-03-02
197 +==================
198 +
199 + * fix case when length=null
200 +
201 +1.1.2 / 2013-12-01
202 +==================
203 +
204 + * be less strict on state.encoding check
205 +
206 +1.1.1 / 2013-11-27
207 +==================
208 +
209 + * add engines
210 +
211 +1.1.0 / 2013-11-27
212 +==================
213 +
214 + * add err.statusCode and err.type
215 + * allow for encoding option to be true
216 + * pause the stream instead of dumping on error
217 + * throw if the stream's encoding is set
218 +
219 +1.0.1 / 2013-11-19
220 +==================
221 +
222 + * dont support streams1, throw if dev set encoding
223 +
224 +1.0.0 / 2013-11-17
225 +==================
226 +
227 + * rename `expected` option to `length`
228 +
229 +0.2.0 / 2013-11-15
230 +==================
231 +
232 + * republish
233 +
234 +0.1.1 / 2013-11-15
235 +==================
236 +
237 + * use bytes
238 +
239 +0.1.0 / 2013-11-11
240 +==================
241 +
242 + * generator support
243 +
244 +0.0.3 / 2013-10-10
245 +==================
246 +
247 + * update repo
248 +
249 +0.0.2 / 2013-09-14
250 +==================
251 +
252 + * dump stream on bad headers
253 + * listen to events after defining received and buffers
254 +
255 +0.0.1 / 2013-09-14
256 +==================
257 +
258 + * Initial release
1 +The MIT License (MIT)
2 +
3 +Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
4 +Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
5 +
6 +Permission is hereby granted, free of charge, to any person obtaining a copy
7 +of this software and associated documentation files (the "Software"), to deal
8 +in the Software without restriction, including without limitation the rights
9 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 +copies of the Software, and to permit persons to whom the Software is
11 +furnished to do so, subject to the following conditions:
12 +
13 +The above copyright notice and this permission notice shall be included in
14 +all copies or substantial portions of the Software.
15 +
16 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 +THE SOFTWARE.
1 +# raw-body
2 +
3 +[![NPM Version][npm-image]][npm-url]
4 +[![NPM Downloads][downloads-image]][downloads-url]
5 +[![Node.js Version][node-version-image]][node-version-url]
6 +[![Build status][travis-image]][travis-url]
7 +[![Test coverage][coveralls-image]][coveralls-url]
8 +
9 +Gets the entire buffer of a stream either as a `Buffer` or a string.
10 +Validates the stream's length against an expected length and maximum limit.
11 +Ideal for parsing request bodies.
12 +
13 +## Install
14 +
15 +This is a [Node.js](https://nodejs.org/en/) module available through the
16 +[npm registry](https://www.npmjs.com/). Installation is done using the
17 +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
18 +
19 +```sh
20 +$ npm install raw-body
21 +```
22 +
23 +### TypeScript
24 +
25 +This module includes a [TypeScript](https://www.typescriptlang.org/)
26 +declaration file to enable auto complete in compatible editors and type
27 +information for TypeScript projects. This module depends on the Node.js
28 +types, so install `@types/node`:
29 +
30 +```sh
31 +$ npm install @types/node
32 +```
33 +
34 +## API
35 +
36 +<!-- eslint-disable no-unused-vars -->
37 +
38 +```js
39 +var getRawBody = require('raw-body')
40 +```
41 +
42 +### getRawBody(stream, [options], [callback])
43 +
44 +**Returns a promise if no callback specified and global `Promise` exists.**
45 +
46 +Options:
47 +
48 +- `length` - The length of the stream.
49 + If the contents of the stream do not add up to this length,
50 + an `400` error code is returned.
51 +- `limit` - The byte limit of the body.
52 + This is the number of bytes or any string format supported by
53 + [bytes](https://www.npmjs.com/package/bytes),
54 + for example `1000`, `'500kb'` or `'3mb'`.
55 + If the body ends up being larger than this limit,
56 + a `413` error code is returned.
57 +- `encoding` - The encoding to use to decode the body into a string.
58 + By default, a `Buffer` instance will be returned when no encoding is specified.
59 + Most likely, you want `utf-8`, so setting `encoding` to `true` will decode as `utf-8`.
60 + You can use any type of encoding supported by [iconv-lite](https://www.npmjs.org/package/iconv-lite#readme).
61 +
62 +You can also pass a string in place of options to just specify the encoding.
63 +
64 +If an error occurs, the stream will be paused, everything unpiped,
65 +and you are responsible for correctly disposing the stream.
66 +For HTTP requests, no handling is required if you send a response.
67 +For streams that use file descriptors, you should `stream.destroy()` or `stream.close()` to prevent leaks.
68 +
69 +## Errors
70 +
71 +This module creates errors depending on the error condition during reading.
72 +The error may be an error from the underlying Node.js implementation, but is
73 +otherwise an error created by this module, which has the following attributes:
74 +
75 + * `limit` - the limit in bytes
76 + * `length` and `expected` - the expected length of the stream
77 + * `received` - the received bytes
78 + * `encoding` - the invalid encoding
79 + * `status` and `statusCode` - the corresponding status code for the error
80 + * `type` - the error type
81 +
82 +### Types
83 +
84 +The errors from this module have a `type` property which allows for the progamatic
85 +determination of the type of error returned.
86 +
87 +#### encoding.unsupported
88 +
89 +This error will occur when the `encoding` option is specified, but the value does
90 +not map to an encoding supported by the [iconv-lite](https://www.npmjs.org/package/iconv-lite#readme)
91 +module.
92 +
93 +#### entity.too.large
94 +
95 +This error will occur when the `limit` option is specified, but the stream has
96 +an entity that is larger.
97 +
98 +#### request.aborted
99 +
100 +This error will occur when the request stream is aborted by the client before
101 +reading the body has finished.
102 +
103 +#### request.size.invalid
104 +
105 +This error will occur when the `length` option is specified, but the stream has
106 +emitted more bytes.
107 +
108 +#### stream.encoding.set
109 +
110 +This error will occur when the given stream has an encoding set on it, making it
111 +a decoded stream. The stream should not have an encoding set and is expected to
112 +emit `Buffer` objects.
113 +
114 +## Examples
115 +
116 +### Simple Express example
117 +
118 +```js
119 +var contentType = require('content-type')
120 +var express = require('express')
121 +var getRawBody = require('raw-body')
122 +
123 +var app = express()
124 +
125 +app.use(function (req, res, next) {
126 + getRawBody(req, {
127 + length: req.headers['content-length'],
128 + limit: '1mb',
129 + encoding: contentType.parse(req).parameters.charset
130 + }, function (err, string) {
131 + if (err) return next(err)
132 + req.text = string
133 + next()
134 + })
135 +})
136 +
137 +// now access req.text
138 +```
139 +
140 +### Simple Koa example
141 +
142 +```js
143 +var contentType = require('content-type')
144 +var getRawBody = require('raw-body')
145 +var koa = require('koa')
146 +
147 +var app = koa()
148 +
149 +app.use(function * (next) {
150 + this.text = yield getRawBody(this.req, {
151 + length: this.req.headers['content-length'],
152 + limit: '1mb',
153 + encoding: contentType.parse(this.req).parameters.charset
154 + })
155 + yield next
156 +})
157 +
158 +// now access this.text
159 +```
160 +
161 +### Using as a promise
162 +
163 +To use this library as a promise, simply omit the `callback` and a promise is
164 +returned, provided that a global `Promise` is defined.
165 +
166 +```js
167 +var getRawBody = require('raw-body')
168 +var http = require('http')
169 +
170 +var server = http.createServer(function (req, res) {
171 + getRawBody(req)
172 + .then(function (buf) {
173 + res.statusCode = 200
174 + res.end(buf.length + ' bytes submitted')
175 + })
176 + .catch(function (err) {
177 + res.statusCode = 500
178 + res.end(err.message)
179 + })
180 +})
181 +
182 +server.listen(3000)
183 +```
184 +
185 +### Using with TypeScript
186 +
187 +```ts
188 +import * as getRawBody from 'raw-body';
189 +import * as http from 'http';
190 +
191 +const server = http.createServer((req, res) => {
192 + getRawBody(req)
193 + .then((buf) => {
194 + res.statusCode = 200;
195 + res.end(buf.length + ' bytes submitted');
196 + })
197 + .catch((err) => {
198 + res.statusCode = err.statusCode;
199 + res.end(err.message);
200 + });
201 +});
202 +
203 +server.listen(3000);
204 +```
205 +
206 +## License
207 +
208 +[MIT](LICENSE)
209 +
210 +[npm-image]: https://img.shields.io/npm/v/raw-body.svg
211 +[npm-url]: https://npmjs.org/package/raw-body
212 +[node-version-image]: https://img.shields.io/node/v/raw-body.svg
213 +[node-version-url]: https://nodejs.org/en/download/
214 +[travis-image]: https://img.shields.io/travis/stream-utils/raw-body/master.svg
215 +[travis-url]: https://travis-ci.org/stream-utils/raw-body
216 +[coveralls-image]: https://img.shields.io/coveralls/stream-utils/raw-body/master.svg
217 +[coveralls-url]: https://coveralls.io/r/stream-utils/raw-body?branch=master
218 +[downloads-image]: https://img.shields.io/npm/dm/raw-body.svg
219 +[downloads-url]: https://npmjs.org/package/raw-body
1 +import { Readable } from 'stream';
2 +
3 +declare namespace getRawBody {
4 + export type Encoding = string | true;
5 +
6 + export interface Options {
7 + /**
8 + * The expected length of the stream.
9 + */
10 + length?: number | string | null;
11 + /**
12 + * The byte limit of the body. This is the number of bytes or any string
13 + * format supported by `bytes`, for example `1000`, `'500kb'` or `'3mb'`.
14 + */
15 + limit?: number | string | null;
16 + /**
17 + * The encoding to use to decode the body into a string. By default, a
18 + * `Buffer` instance will be returned when no encoding is specified. Most
19 + * likely, you want `utf-8`, so setting encoding to `true` will decode as
20 + * `utf-8`. You can use any type of encoding supported by `iconv-lite`.
21 + */
22 + encoding?: Encoding | null;
23 + }
24 +
25 + export interface RawBodyError extends Error {
26 + /**
27 + * The limit in bytes.
28 + */
29 + limit?: number;
30 + /**
31 + * The expected length of the stream.
32 + */
33 + length?: number;
34 + expected?: number;
35 + /**
36 + * The received bytes.
37 + */
38 + received?: number;
39 + /**
40 + * The encoding.
41 + */
42 + encoding?: string;
43 + /**
44 + * The corresponding status code for the error.
45 + */
46 + status: number;
47 + statusCode: number;
48 + /**
49 + * The error type.
50 + */
51 + type: string;
52 + }
53 +}
54 +
55 +/**
56 + * Gets the entire buffer of a stream either as a `Buffer` or a string.
57 + * Validates the stream's length against an expected length and maximum
58 + * limit. Ideal for parsing request bodies.
59 + */
60 +declare function getRawBody(
61 + stream: Readable,
62 + callback: (err: getRawBody.RawBodyError, body: Buffer) => void
63 +): void;
64 +
65 +declare function getRawBody(
66 + stream: Readable,
67 + options: (getRawBody.Options & { encoding: getRawBody.Encoding }) | getRawBody.Encoding,
68 + callback: (err: getRawBody.RawBodyError, body: string) => void
69 +): void;
70 +
71 +declare function getRawBody(
72 + stream: Readable,
73 + options: getRawBody.Options,
74 + callback: (err: getRawBody.RawBodyError, body: Buffer) => void
75 +): void;
76 +
77 +declare function getRawBody(
78 + stream: Readable,
79 + options: (getRawBody.Options & { encoding: getRawBody.Encoding }) | getRawBody.Encoding
80 +): Promise<string>;
81 +
82 +declare function getRawBody(
83 + stream: Readable,
84 + options?: getRawBody.Options
85 +): Promise<Buffer>;
86 +
87 +export = getRawBody;
1 +/*!
2 + * raw-body
3 + * Copyright(c) 2013-2014 Jonathan Ong
4 + * Copyright(c) 2014-2015 Douglas Christopher Wilson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict'
9 +
10 +/**
11 + * Module dependencies.
12 + * @private
13 + */
14 +
15 +var bytes = require('bytes')
16 +var createError = require('http-errors')
17 +var iconv = require('iconv-lite')
18 +var unpipe = require('unpipe')
19 +
20 +/**
21 + * Module exports.
22 + * @public
23 + */
24 +
25 +module.exports = getRawBody
26 +
27 +/**
28 + * Module variables.
29 + * @private
30 + */
31 +
32 +var ICONV_ENCODING_MESSAGE_REGEXP = /^Encoding not recognized: /
33 +
34 +/**
35 + * Get the decoder for a given encoding.
36 + *
37 + * @param {string} encoding
38 + * @private
39 + */
40 +
41 +function getDecoder (encoding) {
42 + if (!encoding) return null
43 +
44 + try {
45 + return iconv.getDecoder(encoding)
46 + } catch (e) {
47 + // error getting decoder
48 + if (!ICONV_ENCODING_MESSAGE_REGEXP.test(e.message)) throw e
49 +
50 + // the encoding was not found
51 + throw createError(415, 'specified encoding unsupported', {
52 + encoding: encoding,
53 + type: 'encoding.unsupported'
54 + })
55 + }
56 +}
57 +
58 +/**
59 + * Get the raw body of a stream (typically HTTP).
60 + *
61 + * @param {object} stream
62 + * @param {object|string|function} [options]
63 + * @param {function} [callback]
64 + * @public
65 + */
66 +
67 +function getRawBody (stream, options, callback) {
68 + var done = callback
69 + var opts = options || {}
70 +
71 + if (options === true || typeof options === 'string') {
72 + // short cut for encoding
73 + opts = {
74 + encoding: options
75 + }
76 + }
77 +
78 + if (typeof options === 'function') {
79 + done = options
80 + opts = {}
81 + }
82 +
83 + // validate callback is a function, if provided
84 + if (done !== undefined && typeof done !== 'function') {
85 + throw new TypeError('argument callback must be a function')
86 + }
87 +
88 + // require the callback without promises
89 + if (!done && !global.Promise) {
90 + throw new TypeError('argument callback is required')
91 + }
92 +
93 + // get encoding
94 + var encoding = opts.encoding !== true
95 + ? opts.encoding
96 + : 'utf-8'
97 +
98 + // convert the limit to an integer
99 + var limit = bytes.parse(opts.limit)
100 +
101 + // convert the expected length to an integer
102 + var length = opts.length != null && !isNaN(opts.length)
103 + ? parseInt(opts.length, 10)
104 + : null
105 +
106 + if (done) {
107 + // classic callback style
108 + return readStream(stream, encoding, length, limit, done)
109 + }
110 +
111 + return new Promise(function executor (resolve, reject) {
112 + readStream(stream, encoding, length, limit, function onRead (err, buf) {
113 + if (err) return reject(err)
114 + resolve(buf)
115 + })
116 + })
117 +}
118 +
119 +/**
120 + * Halt a stream.
121 + *
122 + * @param {Object} stream
123 + * @private
124 + */
125 +
126 +function halt (stream) {
127 + // unpipe everything from the stream
128 + unpipe(stream)
129 +
130 + // pause stream
131 + if (typeof stream.pause === 'function') {
132 + stream.pause()
133 + }
134 +}
135 +
136 +/**
137 + * Read the data from the stream.
138 + *
139 + * @param {object} stream
140 + * @param {string} encoding
141 + * @param {number} length
142 + * @param {number} limit
143 + * @param {function} callback
144 + * @public
145 + */
146 +
147 +function readStream (stream, encoding, length, limit, callback) {
148 + var complete = false
149 + var sync = true
150 +
151 + // check the length and limit options.
152 + // note: we intentionally leave the stream paused,
153 + // so users should handle the stream themselves.
154 + if (limit !== null && length !== null && length > limit) {
155 + return done(createError(413, 'request entity too large', {
156 + expected: length,
157 + length: length,
158 + limit: limit,
159 + type: 'entity.too.large'
160 + }))
161 + }
162 +
163 + // streams1: assert request encoding is buffer.
164 + // streams2+: assert the stream encoding is buffer.
165 + // stream._decoder: streams1
166 + // state.encoding: streams2
167 + // state.decoder: streams2, specifically < 0.10.6
168 + var state = stream._readableState
169 + if (stream._decoder || (state && (state.encoding || state.decoder))) {
170 + // developer error
171 + return done(createError(500, 'stream encoding should not be set', {
172 + type: 'stream.encoding.set'
173 + }))
174 + }
175 +
176 + var received = 0
177 + var decoder
178 +
179 + try {
180 + decoder = getDecoder(encoding)
181 + } catch (err) {
182 + return done(err)
183 + }
184 +
185 + var buffer = decoder
186 + ? ''
187 + : []
188 +
189 + // attach listeners
190 + stream.on('aborted', onAborted)
191 + stream.on('close', cleanup)
192 + stream.on('data', onData)
193 + stream.on('end', onEnd)
194 + stream.on('error', onEnd)
195 +
196 + // mark sync section complete
197 + sync = false
198 +
199 + function done () {
200 + var args = new Array(arguments.length)
201 +
202 + // copy arguments
203 + for (var i = 0; i < args.length; i++) {
204 + args[i] = arguments[i]
205 + }
206 +
207 + // mark complete
208 + complete = true
209 +
210 + if (sync) {
211 + process.nextTick(invokeCallback)
212 + } else {
213 + invokeCallback()
214 + }
215 +
216 + function invokeCallback () {
217 + cleanup()
218 +
219 + if (args[0]) {
220 + // halt the stream on error
221 + halt(stream)
222 + }
223 +
224 + callback.apply(null, args)
225 + }
226 + }
227 +
228 + function onAborted () {
229 + if (complete) return
230 +
231 + done(createError(400, 'request aborted', {
232 + code: 'ECONNABORTED',
233 + expected: length,
234 + length: length,
235 + received: received,
236 + type: 'request.aborted'
237 + }))
238 + }
239 +
240 + function onData (chunk) {
241 + if (complete) return
242 +
243 + received += chunk.length
244 +
245 + if (limit !== null && received > limit) {
246 + done(createError(413, 'request entity too large', {
247 + limit: limit,
248 + received: received,
249 + type: 'entity.too.large'
250 + }))
251 + } else if (decoder) {
252 + buffer += decoder.write(chunk)
253 + } else {
254 + buffer.push(chunk)
255 + }
256 + }
257 +
258 + function onEnd (err) {
259 + if (complete) return
260 + if (err) return done(err)
261 +
262 + if (length !== null && received !== length) {
263 + done(createError(400, 'request size did not match content length', {
264 + expected: length,
265 + length: length,
266 + received: received,
267 + type: 'request.size.invalid'
268 + }))
269 + } else {
270 + var string = decoder
271 + ? buffer + (decoder.end() || '')
272 + : Buffer.concat(buffer)
273 + done(null, string)
274 + }
275 + }
276 +
277 + function cleanup () {
278 + buffer = null
279 +
280 + stream.removeListener('aborted', onAborted)
281 + stream.removeListener('data', onData)
282 + stream.removeListener('end', onEnd)
283 + stream.removeListener('error', onEnd)
284 + stream.removeListener('close', cleanup)
285 + }
286 +}
1 +{
2 + "_args": [
3 + [
4 + "raw-body@2.3.3",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "raw-body@2.3.3",
9 + "_id": "raw-body@2.3.3",
10 + "_inBundle": false,
11 + "_integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==",
12 + "_location": "/express/raw-body",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "raw-body@2.3.3",
18 + "name": "raw-body",
19 + "escapedName": "raw-body",
20 + "rawSpec": "2.3.3",
21 + "saveSpec": null,
22 + "fetchSpec": "2.3.3"
23 + },
24 + "_requiredBy": [
25 + "/express/body-parser"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz",
28 + "_spec": "2.3.3",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "author": {
31 + "name": "Jonathan Ong",
32 + "email": "me@jongleberry.com",
33 + "url": "http://jongleberry.com"
34 + },
35 + "bugs": {
36 + "url": "https://github.com/stream-utils/raw-body/issues"
37 + },
38 + "contributors": [
39 + {
40 + "name": "Douglas Christopher Wilson",
41 + "email": "doug@somethingdoug.com"
42 + },
43 + {
44 + "name": "Raynos",
45 + "email": "raynos2@gmail.com"
46 + }
47 + ],
48 + "dependencies": {
49 + "bytes": "3.0.0",
50 + "http-errors": "1.6.3",
51 + "iconv-lite": "0.4.23",
52 + "unpipe": "1.0.0"
53 + },
54 + "description": "Get and validate the raw body of a readable stream.",
55 + "devDependencies": {
56 + "bluebird": "3.5.1",
57 + "eslint": "4.19.1",
58 + "eslint-config-standard": "11.0.0",
59 + "eslint-plugin-import": "2.11.0",
60 + "eslint-plugin-markdown": "1.0.0-beta.6",
61 + "eslint-plugin-node": "6.0.1",
62 + "eslint-plugin-promise": "3.7.0",
63 + "eslint-plugin-standard": "3.1.0",
64 + "istanbul": "0.4.5",
65 + "mocha": "2.5.3",
66 + "readable-stream": "2.3.6",
67 + "safe-buffer": "5.1.2"
68 + },
69 + "engines": {
70 + "node": ">= 0.8"
71 + },
72 + "files": [
73 + "HISTORY.md",
74 + "LICENSE",
75 + "README.md",
76 + "index.d.ts",
77 + "index.js"
78 + ],
79 + "homepage": "https://github.com/stream-utils/raw-body#readme",
80 + "license": "MIT",
81 + "name": "raw-body",
82 + "repository": {
83 + "type": "git",
84 + "url": "git+https://github.com/stream-utils/raw-body.git"
85 + },
86 + "scripts": {
87 + "lint": "eslint --plugin markdown --ext js,md .",
88 + "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
89 + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
90 + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
91 + },
92 + "version": "2.3.3"
93 +}
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "statuses@1.4.0", 4 "statuses@1.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "statuses@1.4.0", 8 "_from": "statuses@1.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", 27 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
28 "_spec": "1.4.0", 28 "_spec": "1.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/statuses/issues" 31 "url": "https://github.com/jshttp/statuses/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "express@4.16.4", 4 "express@4.16.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "express@4.16.4", 8 "_from": "express@4.16.4",
...@@ -10,7 +10,17 @@ ...@@ -10,7 +10,17 @@
10 "_inBundle": false, 10 "_inBundle": false,
11 "_integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", 11 "_integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==",
12 "_location": "/express", 12 "_location": "/express",
13 - "_phantomChildren": {}, 13 + "_phantomChildren": {
14 + "content-type": "1.0.4",
15 + "debug": "2.6.9",
16 + "depd": "1.1.2",
17 + "http-errors": "1.6.3",
18 + "on-finished": "2.3.0",
19 + "qs": "6.5.2",
20 + "safer-buffer": "2.1.2",
21 + "type-is": "1.6.16",
22 + "unpipe": "1.0.0"
23 + },
14 "_requested": { 24 "_requested": {
15 "type": "version", 25 "type": "version",
16 "registry": true, 26 "registry": true,
...@@ -26,7 +36,7 @@ ...@@ -26,7 +36,7 @@
26 ], 36 ],
27 "_resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", 37 "_resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz",
28 "_spec": "4.16.4", 38 "_spec": "4.16.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 39 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 40 "author": {
31 "name": "TJ Holowaychuk", 41 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 42 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "extend@3.0.2", 4 "extend@3.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "extend@3.0.2", 8 "_from": "extend@3.0.2",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 28 "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
29 "_spec": "3.0.2", 29 "_spec": "3.0.2",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Stefan Thomas", 32 "name": "Stefan Thomas",
33 "email": "justmoon@members.fsf.org", 33 "email": "justmoon@members.fsf.org",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "debug@0.7.4", 4 "debug@0.7.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "debug@0.7.4", 8 "_from": "debug@0.7.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/debug/-/debug-0.7.4.tgz", 27 "_resolved": "http://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
28 "_spec": "0.7.4", 28 "_spec": "0.7.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "extract-zip@1.5.0", 4 "extract-zip@1.5.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "extract-zip@1.5.0", 8 "_from": "extract-zip@1.5.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz", 27 "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz",
28 "_spec": "1.5.0", 28 "_spec": "1.5.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "max ogden" 31 "name": "max ogden"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "extsprintf@1.3.0", 4 "extsprintf@1.3.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "extsprintf@1.3.0", 8 "_from": "extsprintf@1.3.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", 28 "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
29 "_spec": "1.3.0", 29 "_spec": "1.3.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "bugs": { 31 "bugs": {
32 "url": "https://github.com/davepacheco/node-extsprintf/issues" 32 "url": "https://github.com/davepacheco/node-extsprintf/issues"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "fast-deep-equal@2.0.1", 4 "fast-deep-equal@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "fast-deep-equal@2.0.1", 8 "_from": "fast-deep-equal@2.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
28 "_spec": "2.0.1", 28 "_spec": "2.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Evgeny Poberezkin" 31 "name": "Evgeny Poberezkin"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "fast-json-stable-stringify@2.0.0", 4 "fast-json-stable-stringify@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "fast-json-stable-stringify@2.0.0", 8 "_from": "fast-json-stable-stringify@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "James Halliday", 31 "name": "James Halliday",
32 "email": "mail@substack.net", 32 "email": "mail@substack.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "fd-slicer@1.0.1", 4 "fd-slicer@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "fd-slicer@1.0.1", 8 "_from": "fd-slicer@1.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz",
28 "_spec": "1.0.1", 28 "_spec": "1.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Andrew Kelley", 31 "name": "Andrew Kelley",
32 "email": "superjoe30@gmail.com" 32 "email": "superjoe30@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "statuses@1.4.0", 4 "statuses@1.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "statuses@1.4.0", 8 "_from": "statuses@1.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", 27 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
28 "_spec": "1.4.0", 28 "_spec": "1.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/statuses/issues" 31 "url": "https://github.com/jshttp/statuses/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "finalhandler@1.1.1", 4 "finalhandler@1.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "finalhandler@1.1.1", 8 "_from": "finalhandler@1.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", 27 "_resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
28 "_spec": "1.1.1", 28 "_spec": "1.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Douglas Christopher Wilson", 31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com" 32 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "foreach@2.0.5", 4 "foreach@2.0.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "foreach@2.0.5", 8 "_from": "foreach@2.0.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", 27 "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
28 "_spec": "2.0.5", 28 "_spec": "2.0.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Manuel Stofer", 31 "name": "Manuel Stofer",
32 "email": "manuel@takimata.ch" 32 "email": "manuel@takimata.ch"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "forever-agent@0.6.1", 4 "forever-agent@0.6.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "forever-agent@0.6.1", 8 "_from": "forever-agent@0.6.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", 28 "_resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
29 "_spec": "0.6.1", 29 "_spec": "0.6.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Mikeal Rogers", 32 "name": "Mikeal Rogers",
33 "email": "mikeal.rogers@gmail.com", 33 "email": "mikeal.rogers@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "form-data@1.0.1", 4 "form-data@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "form-data@1.0.1", 8 "_from": "form-data@1.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/form-data/-/form-data-1.0.1.tgz", 27 "_resolved": "http://registry.npmjs.org/form-data/-/form-data-1.0.1.tgz",
28 "_spec": "1.0.1", 28 "_spec": "1.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Geisendörfer", 31 "name": "Felix Geisendörfer",
32 "email": "felix@debuggable.com", 32 "email": "felix@debuggable.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "forwarded@0.1.2", 4 "forwarded@0.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "forwarded@0.1.2", 8 "_from": "forwarded@0.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
28 "_spec": "0.1.2", 28 "_spec": "0.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/forwarded/issues" 31 "url": "https://github.com/jshttp/forwarded/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "fresh@0.5.2", 4 "fresh@0.5.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "fresh@0.5.2", 8 "_from": "fresh@0.5.2",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 29 "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
30 "_spec": "0.5.2", 30 "_spec": "0.5.2",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "TJ Holowaychuk", 33 "name": "TJ Holowaychuk",
34 "email": "tj@vision-media.ca", 34 "email": "tj@vision-media.ca",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "fs-extra@0.26.7", 4 "fs-extra@0.26.7",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "fs-extra@0.26.7", 8 "_from": "fs-extra@0.26.7",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz", 27 "_resolved": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
28 "_spec": "0.26.7", 28 "_spec": "0.26.7",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "JP Richardson", 31 "name": "JP Richardson",
32 "email": "jprichardson@gmail.com" 32 "email": "jprichardson@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "fs.realpath@1.0.0", 4 "fs.realpath@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "fs.realpath@1.0.0", 8 "_from": "fs.realpath@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Isaac Z. Schlueter", 31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me", 32 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "generate-function@2.3.1", 4 "generate-function@2.3.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "generate-function@2.3.1", 8 "_from": "generate-function@2.3.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz", 27 "_resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz",
28 "_spec": "2.3.1", 28 "_spec": "2.3.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mathias Buus" 31 "name": "Mathias Buus"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "generate-object-property@1.2.0", 4 "generate-object-property@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "generate-object-property@1.2.0", 8 "_from": "generate-object-property@1.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
28 "_spec": "1.2.0", 28 "_spec": "1.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mathias Buus", 31 "name": "Mathias Buus",
32 "url": "@mafintosh" 32 "url": "@mafintosh"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "get-stream@4.1.0", 4 "get-stream@4.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "get-stream@4.1.0", 8 "_from": "get-stream@4.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
28 "_spec": "4.1.0", 28 "_spec": "4.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "assert-plus@1.0.0", 4 "assert-plus@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "assert-plus@1.0.0", 8 "_from": "assert-plus@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mark Cavage", 31 "name": "Mark Cavage",
32 "email": "mcavage@gmail.com" 32 "email": "mcavage@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "getpass@0.1.7", 4 "getpass@0.1.7",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "getpass@0.1.7", 8 "_from": "getpass@0.1.7",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", 27 "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
28 "_spec": "0.1.7", 28 "_spec": "0.1.7",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Alex Wilson", 31 "name": "Alex Wilson",
32 "email": "alex.wilson@joyent.com" 32 "email": "alex.wilson@joyent.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "glob@7.1.3", 4 "glob@7.1.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "glob@7.1.3", 8 "_from": "glob@7.1.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", 27 "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
28 "_spec": "7.1.3", 28 "_spec": "7.1.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Isaac Z. Schlueter", 31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me", 32 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "graceful-fs@4.1.15", 4 "graceful-fs@4.1.15",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "graceful-fs@4.1.15", 8 "_from": "graceful-fs@4.1.15",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", 29 "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
30 "_spec": "4.1.15", 30 "_spec": "4.1.15",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/isaacs/node-graceful-fs/issues" 33 "url": "https://github.com/isaacs/node-graceful-fs/issues"
34 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "har-schema@2.0.0", 4 "har-schema@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "har-schema@2.0.0", 8 "_from": "har-schema@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Ahmad Nassri", 31 "name": "Ahmad Nassri",
32 "email": "ahmad@ahmadnassri.com", 32 "email": "ahmad@ahmadnassri.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "har-validator@2.0.6", 4 "har-validator@2.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "har-validator@2.0.6", 8 "_from": "har-validator@2.0.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", 27 "_resolved": "http://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
28 "_spec": "2.0.6", 28 "_spec": "2.0.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Ahmad Nassri", 31 "name": "Ahmad Nassri",
32 "email": "ahmad@ahmadnassri.com", 32 "email": "ahmad@ahmadnassri.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "has-ansi@2.0.0", 4 "has-ansi@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "has-ansi@2.0.0", 8 "_from": "has-ansi@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "hasha@2.2.0", 4 "hasha@2.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "hasha@2.2.0", 8 "_from": "hasha@2.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
28 "_spec": "2.2.0", 28 "_spec": "2.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "hawk@3.1.3", 4 "hawk@3.1.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "hawk@3.1.3", 8 "_from": "hawk@3.1.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", 27 "_resolved": "http://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
28 "_spec": "3.1.3", 28 "_spec": "3.1.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Eran Hammer", 31 "name": "Eran Hammer",
32 "email": "eran@hammer.io", 32 "email": "eran@hammer.io",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "he@1.2.0", 4 "he@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "he@1.2.0", 8 "_from": "he@1.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
28 "_spec": "1.2.0", 28 "_spec": "1.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mathias Bynens", 31 "name": "Mathias Bynens",
32 "url": "https://mathiasbynens.be/" 32 "url": "https://mathiasbynens.be/"
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 "license": "MIT", 78 "license": "MIT",
79 "main": "he.js", 79 "main": "he.js",
80 "man": [ 80 "man": [
81 - "/Users/star/Desktop/OS/YTMT/YTMT/node_modules/he/man/he.1" 81 + "/Users/star/Desktop/YTMT/node_modules/he/man/he.1"
82 ], 82 ],
83 "name": "he", 83 "name": "he",
84 "repository": { 84 "repository": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "hoek@2.16.3", 4 "hoek@2.16.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "hoek@2.16.3", 8 "_from": "hoek@2.16.3",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", 29 "_resolved": "http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
30 "_spec": "2.16.3", 30 "_spec": "2.16.3",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/hapijs/hoek/issues" 33 "url": "https://github.com/hapijs/hoek/issues"
34 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "domelementtype@1.3.0", 4 "domelementtype@1.3.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "domelementtype@1.3.0", 8 "_from": "domelementtype@1.3.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", 27 "_resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
28 "_spec": "1.3.0", 28 "_spec": "1.3.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Boehm", 31 "name": "Felix Boehm",
32 "email": "me@feedic.com" 32 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "htmlparser2@3.10.0", 4 "htmlparser2@3.10.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "htmlparser2@3.10.0", 8 "_from": "htmlparser2@3.10.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.0.tgz", 28 "_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.0.tgz",
29 "_spec": "3.10.0", 29 "_spec": "3.10.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Felix Boehm", 32 "name": "Felix Boehm",
33 "email": "me@feedic.com" 33 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "http-errors@1.6.3", 4 "http-errors@1.6.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "http-errors@1.6.3", 8 "_from": "http-errors@1.6.3",
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
22 "fetchSpec": "1.6.3" 22 "fetchSpec": "1.6.3"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 - "/body-parser", 25 + "/express/body-parser",
26 - "/raw-body", 26 + "/express/raw-body",
27 "/send" 27 "/send"
28 ], 28 ],
29 "_resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", 29 "_resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
30 "_spec": "1.6.3", 30 "_spec": "1.6.3",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "Jonathan Ong", 33 "name": "Jonathan Ong",
34 "email": "me@jongleberry.com", 34 "email": "me@jongleberry.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "http-signature@1.1.1", 4 "http-signature@1.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "http-signature@1.1.1", 8 "_from": "http-signature@1.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
28 "_spec": "1.1.1", 28 "_spec": "1.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Joyent, Inc" 31 "name": "Joyent, Inc"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "debug@3.2.6", 4 "debug@3.2.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "debug@3.2.6", 8 "_from": "debug@3.2.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", 27 "_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
28 "_spec": "3.2.6", 28 "_spec": "3.2.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ms@2.1.2", 4 "ms@2.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ms@2.1.2", 8 "_from": "ms@2.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
28 "_spec": "2.1.2", 28 "_spec": "2.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/zeit/ms/issues" 31 "url": "https://github.com/zeit/ms/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "https-proxy-agent@3.0.1", 4 "https-proxy-agent@3.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "https-proxy-agent@3.0.1", 8 "_from": "https-proxy-agent@3.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-3.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-3.0.1.tgz",
28 "_spec": "3.0.1", 28 "_spec": "3.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Nathan Rajlich", 31 "name": "Nathan Rajlich",
32 "email": "nathan@tootallnate.net", 32 "email": "nathan@tootallnate.net",
......
1 +# 0.4.24 / 2018-08-22
2 +
3 + * Added MIK encoding (#196, by @Ivan-Kalatchev)
4 +
1 5
2 # 0.4.23 / 2018-05-07 6 # 0.4.23 / 2018-05-07
3 7
......
...@@ -20,10 +20,10 @@ function SBCSCodec(codecOptions, iconv) { ...@@ -20,10 +20,10 @@ function SBCSCodec(codecOptions, iconv) {
20 codecOptions.chars = asciiString + codecOptions.chars; 20 codecOptions.chars = asciiString + codecOptions.chars;
21 } 21 }
22 22
23 - this.decodeBuf = new Buffer.from(codecOptions.chars, 'ucs2'); 23 + this.decodeBuf = Buffer.from(codecOptions.chars, 'ucs2');
24 24
25 // Encoding buffer. 25 // Encoding buffer.
26 - var encodeBuf = new Buffer.alloc(65536, iconv.defaultCharSingleByte.charCodeAt(0)); 26 + var encodeBuf = Buffer.alloc(65536, iconv.defaultCharSingleByte.charCodeAt(0));
27 27
28 for (var i = 0; i < codecOptions.chars.length; i++) 28 for (var i = 0; i < codecOptions.chars.length; i++)
29 encodeBuf[codecOptions.chars.charCodeAt(i)] = i; 29 encodeBuf[codecOptions.chars.charCodeAt(i)] = i;
......
...@@ -17,6 +17,11 @@ module.exports = { ...@@ -17,6 +17,11 @@ module.exports = {
17 "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ " 17 "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "
18 }, 18 },
19 19
20 + "mik": {
21 + "type": "_sbcs",
22 + "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
23 + },
24 +
20 // Aliases of generated encodings. 25 // Aliases of generated encodings.
21 "ascii8bit": "ascii", 26 "ascii8bit": "ascii",
22 "usascii": "ascii", 27 "usascii": "ascii",
......
1 { 1 {
2 "_args": [ 2 "_args": [
3 [ 3 [
4 - "iconv-lite@0.4.23", 4 + "iconv-lite@0.4.24",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 - "_from": "iconv-lite@0.4.23", 8 + "_from": "iconv-lite@0.4.24",
9 - "_id": "iconv-lite@0.4.23", 9 + "_id": "iconv-lite@0.4.24",
10 "_inBundle": false, 10 "_inBundle": false,
11 - "_integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", 11 + "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
12 "_location": "/iconv-lite", 12 "_location": "/iconv-lite",
13 "_phantomChildren": {}, 13 "_phantomChildren": {},
14 "_requested": { 14 "_requested": {
15 "type": "version", 15 "type": "version",
16 "registry": true, 16 "registry": true,
17 - "raw": "iconv-lite@0.4.23", 17 + "raw": "iconv-lite@0.4.24",
18 "name": "iconv-lite", 18 "name": "iconv-lite",
19 "escapedName": "iconv-lite", 19 "escapedName": "iconv-lite",
20 - "rawSpec": "0.4.23", 20 + "rawSpec": "0.4.24",
21 "saveSpec": null, 21 "saveSpec": null,
22 - "fetchSpec": "0.4.23" 22 + "fetchSpec": "0.4.24"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 "/body-parser", 25 "/body-parser",
26 "/raw-body" 26 "/raw-body"
27 ], 27 ],
28 - "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", 28 + "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
29 - "_spec": "0.4.23", 29 + "_spec": "0.4.24",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Alexander Shtuchkin", 32 "name": "Alexander Shtuchkin",
33 "email": "ashtuchkin@gmail.com" 33 "email": "ashtuchkin@gmail.com"
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
49 "iconv": "*", 49 "iconv": "*",
50 "istanbul": "*", 50 "istanbul": "*",
51 "mocha": "^3.1.0", 51 "mocha": "^3.1.0",
52 - "request": "~2.81.0", 52 + "request": "~2.87.0",
53 "semver": "*", 53 "semver": "*",
54 "unorm": "*" 54 "unorm": "*"
55 }, 55 },
...@@ -76,5 +76,5 @@ ...@@ -76,5 +76,5 @@
76 "test": "mocha --reporter spec --grep ." 76 "test": "mocha --reporter spec --grep ."
77 }, 77 },
78 "typings": "./lib/index.d.ts", 78 "typings": "./lib/index.d.ts",
79 - "version": "0.4.23" 79 + "version": "0.4.24"
80 } 80 }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "resolve-from@4.0.0", 4 "resolve-from@4.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "resolve-from@4.0.0", 8 "_from": "resolve-from@4.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
28 "_spec": "4.0.0", 28 "_spec": "4.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "import-fresh@3.2.1", 4 "import-fresh@3.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "import-fresh@3.2.1", 8 "_from": "import-fresh@3.2.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", 27 "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz",
28 "_spec": "3.2.1", 28 "_spec": "3.2.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "inflight@1.0.6", 4 "inflight@1.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "inflight@1.0.6", 8 "_from": "inflight@1.0.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 27 "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
28 "_spec": "1.0.6", 28 "_spec": "1.0.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Isaac Z. Schlueter", 31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me", 32 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "inherits@2.0.3", 4 "inherits@2.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "inherits@2.0.3", 8 "_from": "inherits@2.0.3",
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 "/bl/readable-stream", 25 "/bl/readable-stream",
26 + "/body-parser/http-errors",
26 "/concat-stream", 27 "/concat-stream",
27 "/concat-stream/readable-stream", 28 "/concat-stream/readable-stream",
28 "/glob", 29 "/glob",
...@@ -31,12 +32,13 @@ ...@@ -31,12 +32,13 @@
31 "/mysql/readable-stream", 32 "/mysql/readable-stream",
32 "/puppeteer/concat-stream", 33 "/puppeteer/concat-stream",
33 "/puppeteer/readable-stream", 34 "/puppeteer/readable-stream",
35 + "/raw-body/http-errors",
34 "/readable-stream", 36 "/readable-stream",
35 "/spooky/readable-stream" 37 "/spooky/readable-stream"
36 ], 38 ],
37 "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 39 "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
38 "_spec": "2.0.3", 40 "_spec": "2.0.3",
39 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 41 + "_where": "/Users/star/Desktop/YTMT",
40 "browser": "./inherits_browser.js", 42 "browser": "./inherits_browser.js",
41 "bugs": { 43 "bugs": {
42 "url": "https://github.com/isaacs/inherits/issues" 44 "url": "https://github.com/isaacs/inherits/issues"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "invert-kv@2.0.0", 4 "invert-kv@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "invert-kv@2.0.0", 8 "_from": "invert-kv@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ip-regex@2.1.0", 4 "ip-regex@2.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ip-regex@2.1.0", 8 "_from": "ip-regex@2.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
28 "_spec": "2.1.0", 28 "_spec": "2.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ipaddr.js@1.8.0", 4 "ipaddr.js@1.8.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ipaddr.js@1.8.0", 8 "_from": "ipaddr.js@1.8.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz", 27 "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
28 "_spec": "1.8.0", 28 "_spec": "1.8.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "whitequark", 31 "name": "whitequark",
32 "email": "whitequark@whitequark.org" 32 "email": "whitequark@whitequark.org"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "is-my-ip-valid@1.0.0", 4 "is-my-ip-valid@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "is-my-ip-valid@1.0.0", 8 "_from": "is-my-ip-valid@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/LinusU/is-my-ip-valid/issues" 31 "url": "https://github.com/LinusU/is-my-ip-valid/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "is-my-json-valid@2.19.0", 4 "is-my-json-valid@2.19.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "is-my-json-valid@2.19.0", 8 "_from": "is-my-json-valid@2.19.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.19.0.tgz", 27 "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.19.0.tgz",
28 "_spec": "2.19.0", 28 "_spec": "2.19.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mathias Buus" 31 "name": "Mathias Buus"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "is-property@1.0.2", 4 "is-property@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "is-property@1.0.2", 8 "_from": "is-property@1.0.2",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", 28 "_resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
29 "_spec": "1.0.2", 29 "_spec": "1.0.2",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Mikola Lysenko" 32 "name": "Mikola Lysenko"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "is-stream@1.1.0", 4 "is-stream@1.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "is-stream@1.1.0", 8 "_from": "is-stream@1.1.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", 28 "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
29 "_spec": "1.1.0", 29 "_spec": "1.1.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Sindre Sorhus", 32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com", 33 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "is-typedarray@1.0.0", 4 "is-typedarray@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "is-typedarray@1.0.0", 8 "_from": "is-typedarray@1.0.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 28 "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
29 "_spec": "1.0.0", 29 "_spec": "1.0.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Hugh Kennedy", 32 "name": "Hugh Kennedy",
33 "email": "hughskennedy@gmail.com", 33 "email": "hughskennedy@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "isarray@1.0.0", 4 "isarray@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "isarray@1.0.0", 8 "_from": "isarray@1.0.0",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 30 "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
31 "_spec": "1.0.0", 31 "_spec": "1.0.0",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "author": { 33 "author": {
34 "name": "Julian Gruber", 34 "name": "Julian Gruber",
35 "email": "mail@juliangruber.com", 35 "email": "mail@juliangruber.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "isexe@2.0.0", 4 "isexe@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "isexe@2.0.0", 8 "_from": "isexe@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Isaac Z. Schlueter", 31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me", 32 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "isstream@0.1.2", 4 "isstream@0.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "isstream@0.1.2", 8 "_from": "isstream@0.1.2",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", 28 "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
29 "_spec": "0.1.2", 29 "_spec": "0.1.2",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Rod Vagg", 32 "name": "Rod Vagg",
33 "email": "rod@vagg.org" 33 "email": "rod@vagg.org"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "jsbn@0.1.1", 4 "jsbn@0.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "jsbn@0.1.1", 8 "_from": "jsbn@0.1.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", 28 "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
29 "_spec": "0.1.1", 29 "_spec": "0.1.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Tom Wu" 32 "name": "Tom Wu"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "jschardet@2.1.1", 4 "jschardet@2.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "jschardet@2.1.1", 8 "_from": "jschardet@2.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/jschardet/-/jschardet-2.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/jschardet/-/jschardet-2.1.1.tgz",
28 "_spec": "2.1.1", 28 "_spec": "2.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "António Afonso" 31 "name": "António Afonso"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "json-schema-traverse@0.4.1", 4 "json-schema-traverse@0.4.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "json-schema-traverse@0.4.1", 8 "_from": "json-schema-traverse@0.4.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 27 "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
28 "_spec": "0.4.1", 28 "_spec": "0.4.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Evgeny Poberezkin" 31 "name": "Evgeny Poberezkin"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "json-schema@0.2.3", 4 "json-schema@0.2.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "json-schema@0.2.3", 8 "_from": "json-schema@0.2.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", 27 "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
28 "_spec": "0.2.3", 28 "_spec": "0.2.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Kris Zyp" 31 "name": "Kris Zyp"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "json-stringify-safe@5.0.1", 4 "json-stringify-safe@5.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "json-stringify-safe@5.0.1", 8 "_from": "json-stringify-safe@5.0.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", 28 "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
29 "_spec": "5.0.1", 29 "_spec": "5.0.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Isaac Z. Schlueter", 32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me", 33 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "jsonfile@2.4.0", 4 "jsonfile@2.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "jsonfile@2.4.0", 8 "_from": "jsonfile@2.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", 27 "_resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
28 "_spec": "2.4.0", 28 "_spec": "2.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "JP Richardson", 31 "name": "JP Richardson",
32 "email": "jprichardson@gmail.com" 32 "email": "jprichardson@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "jsonpointer@4.0.1", 4 "jsonpointer@4.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "jsonpointer@4.0.1", 8 "_from": "jsonpointer@4.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
28 "_spec": "4.0.1", 28 "_spec": "4.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jan Lehnardt", 31 "name": "Jan Lehnardt",
32 "email": "jan@apache.org" 32 "email": "jan@apache.org"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "assert-plus@1.0.0", 4 "assert-plus@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "assert-plus@1.0.0", 8 "_from": "assert-plus@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mark Cavage", 31 "name": "Mark Cavage",
32 "email": "mcavage@gmail.com" 32 "email": "mcavage@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "jsprim@1.4.1", 4 "jsprim@1.4.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "jsprim@1.4.1", 8 "_from": "jsprim@1.4.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", 28 "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
29 "_spec": "1.4.1", 29 "_spec": "1.4.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "bugs": { 31 "bugs": {
32 "url": "https://github.com/joyent/node-jsprim/issues" 32 "url": "https://github.com/joyent/node-jsprim/issues"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "kareem@2.3.1", 4 "kareem@2.3.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "kareem@2.3.1", 8 "_from": "kareem@2.3.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.1.tgz", 27 "_resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.1.tgz",
28 "_spec": "2.3.1", 28 "_spec": "2.3.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Valeri Karpov", 31 "name": "Valeri Karpov",
32 "email": "val@karpov.io" 32 "email": "val@karpov.io"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "kew@0.7.0", 4 "kew@0.7.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "kew@0.7.0", 8 "_from": "kew@0.7.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/kew/-/kew-0.7.0.tgz", 27 "_resolved": "http://registry.npmjs.org/kew/-/kew-0.7.0.tgz",
28 "_spec": "0.7.0", 28 "_spec": "0.7.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "authors": [ 30 "authors": [
31 "Jeremy Stanley <github@azulus.com> (https://github.com/azulus)", 31 "Jeremy Stanley <github@azulus.com> (https://github.com/azulus)",
32 "Nick Santos <nick@medium.com>", 32 "Nick Santos <nick@medium.com>",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "klaw@1.3.1", 4 "klaw@1.3.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "klaw@1.3.1", 8 "_from": "klaw@1.3.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", 27 "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
28 "_spec": "1.3.1", 28 "_spec": "1.3.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "JP Richardson" 31 "name": "JP Richardson"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lcid@2.0.0", 4 "lcid@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lcid@2.0.0", 8 "_from": "lcid@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.assignin@4.2.0", 4 "lodash.assignin@4.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.assignin@4.2.0", 8 "_from": "lodash.assignin@4.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz",
28 "_spec": "4.2.0", 28 "_spec": "4.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.bind@4.2.1", 4 "lodash.bind@4.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.bind@4.2.1", 8 "_from": "lodash.bind@4.2.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz",
28 "_spec": "4.2.1", 28 "_spec": "4.2.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.defaults@4.2.0", 4 "lodash.defaults@4.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.defaults@4.2.0", 8 "_from": "lodash.defaults@4.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
28 "_spec": "4.2.0", 28 "_spec": "4.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.filter@4.6.0", 4 "lodash.filter@4.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.filter@4.6.0", 8 "_from": "lodash.filter@4.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz",
28 "_spec": "4.6.0", 28 "_spec": "4.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.flatten@4.4.0", 4 "lodash.flatten@4.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.flatten@4.4.0", 8 "_from": "lodash.flatten@4.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
28 "_spec": "4.4.0", 28 "_spec": "4.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.foreach@4.5.0", 4 "lodash.foreach@4.5.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.foreach@4.5.0", 8 "_from": "lodash.foreach@4.5.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
28 "_spec": "4.5.0", 28 "_spec": "4.5.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.map@4.6.0", 4 "lodash.map@4.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.map@4.6.0", 8 "_from": "lodash.map@4.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz",
28 "_spec": "4.6.0", 28 "_spec": "4.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.merge@4.6.2", 4 "lodash.merge@4.6.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.merge@4.6.2", 8 "_from": "lodash.merge@4.6.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
28 "_spec": "4.6.2", 28 "_spec": "4.6.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com" 32 "email": "john.david.dalton@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.pick@4.4.0", 4 "lodash.pick@4.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.pick@4.4.0", 8 "_from": "lodash.pick@4.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
28 "_spec": "4.4.0", 28 "_spec": "4.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.reduce@4.6.0", 4 "lodash.reduce@4.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.reduce@4.6.0", 8 "_from": "lodash.reduce@4.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz",
28 "_spec": "4.6.0", 28 "_spec": "4.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.reject@4.6.0", 4 "lodash.reject@4.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.reject@4.6.0", 8 "_from": "lodash.reject@4.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz",
28 "_spec": "4.6.0", 28 "_spec": "4.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash.some@4.6.0", 4 "lodash.some@4.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash.some@4.6.0", 8 "_from": "lodash.some@4.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz",
28 "_spec": "4.6.0", 28 "_spec": "4.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "John-David Dalton", 31 "name": "John-David Dalton",
32 "email": "john.david.dalton@gmail.com", 32 "email": "john.david.dalton@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "lodash@4.17.15", 4 "lodash@4.17.15",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "lodash@4.17.15", 8 "_from": "lodash@4.17.15",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", 29 "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
30 "_spec": "4.17.15", 30 "_spec": "4.17.15",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "John-David Dalton", 33 "name": "John-David Dalton",
34 "email": "john.david.dalton@gmail.com" 34 "email": "john.david.dalton@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "map-age-cleaner@0.1.3", 4 "map-age-cleaner@0.1.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "map-age-cleaner@0.1.3", 8 "_from": "map-age-cleaner@0.1.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", 27 "_resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
28 "_spec": "0.1.3", 28 "_spec": "0.1.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sam Verschueren", 31 "name": "Sam Verschueren",
32 "email": "sam.verschueren@gmail.com", 32 "email": "sam.verschueren@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "media-typer@0.3.0", 4 "media-typer@0.3.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "media-typer@0.3.0", 8 "_from": "media-typer@0.3.0",
...@@ -22,11 +22,12 @@ ...@@ -22,11 +22,12 @@
22 "fetchSpec": "0.3.0" 22 "fetchSpec": "0.3.0"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 + "/body-parser/type-is",
25 "/type-is" 26 "/type-is"
26 ], 27 ],
27 "_resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", 28 "_resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
28 "_spec": "0.3.0", 29 "_spec": "0.3.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 31 "author": {
31 "name": "Douglas Christopher Wilson", 32 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com" 33 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mem@4.3.0", 4 "mem@4.3.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mem@4.3.0", 8 "_from": "mem@4.3.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", 27 "_resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz",
28 "_spec": "4.3.0", 28 "_spec": "4.3.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "memory-pager@1.5.0", 4 "memory-pager@1.5.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "memory-pager@1.5.0", 8 "_from": "memory-pager@1.5.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", 28 "_resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
29 "_spec": "1.5.0", 29 "_spec": "1.5.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Mathias Buus", 32 "name": "Mathias Buus",
33 "url": "@mafintosh" 33 "url": "@mafintosh"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "merge-descriptors@1.0.1", 4 "merge-descriptors@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "merge-descriptors@1.0.1", 8 "_from": "merge-descriptors@1.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
28 "_spec": "1.0.1", 28 "_spec": "1.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jonathan Ong", 31 "name": "Jonathan Ong",
32 "email": "me@jongleberry.com", 32 "email": "me@jongleberry.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "methods@1.1.2", 4 "methods@1.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "methods@1.1.2", 8 "_from": "methods@1.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
28 "_spec": "1.1.2", 28 "_spec": "1.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "browser": { 30 "browser": {
31 "http": false 31 "http": false
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mime-db@1.37.0", 4 "mime-db@1.37.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mime-db@1.37.0", 8 "_from": "mime-db@1.37.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.37.0.tgz", 27 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.37.0.tgz",
28 "_spec": "1.37.0", 28 "_spec": "1.37.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/mime-db/issues" 31 "url": "https://github.com/jshttp/mime-db/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mime-types@2.1.21", 4 "mime-types@2.1.21",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mime-types@2.1.21", 8 "_from": "mime-types@2.1.21",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
31 ], 31 ],
32 "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.21.tgz", 32 "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.21.tgz",
33 "_spec": "2.1.21", 33 "_spec": "2.1.21",
34 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 34 + "_where": "/Users/star/Desktop/YTMT",
35 "bugs": { 35 "bugs": {
36 "url": "https://github.com/jshttp/mime-types/issues" 36 "url": "https://github.com/jshttp/mime-types/issues"
37 }, 37 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mime@1.4.1", 4 "mime@1.4.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mime@1.4.1", 8 "_from": "mime@1.4.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", 27 "_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
28 "_spec": "1.4.1", 28 "_spec": "1.4.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Robert Kieffer", 31 "name": "Robert Kieffer",
32 "email": "robert@broofa.com", 32 "email": "robert@broofa.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mimic-fn@2.1.0", 4 "mimic-fn@2.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mimic-fn@2.1.0", 8 "_from": "mimic-fn@2.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
28 "_spec": "2.1.0", 28 "_spec": "2.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "minimatch@3.0.4", 4 "minimatch@3.0.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "minimatch@3.0.4", 8 "_from": "minimatch@3.0.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", 27 "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
28 "_spec": "3.0.4", 28 "_spec": "3.0.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Isaac Z. Schlueter", 31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me", 32 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "minimist@0.0.8", 4 "minimist@0.0.8",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "minimist@0.0.8", 8 "_from": "minimist@0.0.8",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", 28 "_resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
29 "_spec": "0.0.8", 29 "_spec": "0.0.8",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "James Halliday", 32 "name": "James Halliday",
33 "email": "mail@substack.net", 33 "email": "mail@substack.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mkdirp@0.5.0", 4 "mkdirp@0.5.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mkdirp@0.5.0", 8 "_from": "mkdirp@0.5.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", 27 "_resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz",
28 "_spec": "0.5.0", 28 "_spec": "0.5.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "James Halliday", 31 "name": "James Halliday",
32 "email": "mail@substack.net", 32 "email": "mail@substack.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mongodb@3.3.5", 4 "mongodb@3.3.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mongodb@3.3.5", 8 "_from": "mongodb@3.3.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.3.5.tgz", 27 "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.3.5.tgz",
28 "_spec": "3.3.5", 28 "_spec": "3.3.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/mongodb/node-mongodb-native/issues" 31 "url": "https://github.com/mongodb/node-mongodb-native/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mongoose-legacy-pluralize@1.0.2", 4 "mongoose-legacy-pluralize@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mongoose-legacy-pluralize@1.0.2", 8 "_from": "mongoose-legacy-pluralize@1.0.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", 27 "_resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz",
28 "_spec": "1.0.2", 28 "_spec": "1.0.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Valeri Karpov", 31 "name": "Valeri Karpov",
32 "email": "val@karpov.io" 32 "email": "val@karpov.io"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ms@2.1.2", 4 "ms@2.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ms@2.1.2", 8 "_from": "ms@2.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
28 "_spec": "2.1.2", 28 "_spec": "2.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/zeit/ms/issues" 31 "url": "https://github.com/zeit/ms/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mongoose@5.7.13", 4 "mongoose@5.7.13",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mongoose@5.7.13", 8 "_from": "mongoose@5.7.13",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.7.13.tgz", 27 "_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.7.13.tgz",
28 "_spec": "5.7.13", 28 "_spec": "5.7.13",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Guillermo Rauch", 31 "name": "Guillermo Rauch",
32 "email": "guillermo@learnboost.com" 32 "email": "guillermo@learnboost.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "morgan@1.9.1", 4 "morgan@1.9.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "morgan@1.9.1", 8 "_from": "morgan@1.9.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz", 27 "_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz",
28 "_spec": "1.9.1", 28 "_spec": "1.9.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/expressjs/morgan/issues" 31 "url": "https://github.com/expressjs/morgan/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mpath@0.6.0", 4 "mpath@0.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mpath@0.6.0", 8 "_from": "mpath@0.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.6.0.tgz",
28 "_spec": "0.6.0", 28 "_spec": "0.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Aaron Heckmann", 31 "name": "Aaron Heckmann",
32 "email": "aaron.heckmann+github@gmail.com" 32 "email": "aaron.heckmann+github@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "debug@3.1.0", 4 "debug@3.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "debug@3.1.0", 8 "_from": "debug@3.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
28 "_spec": "3.1.0", 28 "_spec": "3.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mquery@3.2.2", 4 "mquery@3.2.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mquery@3.2.2", 8 "_from": "mquery@3.2.2",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.2.tgz", 29 "_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.2.tgz",
30 "_spec": "3.2.2", 30 "_spec": "3.2.2",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "Aaron Heckmann", 33 "name": "Aaron Heckmann",
34 "email": "aaron.heckmann+github@gmail.com" 34 "email": "aaron.heckmann+github@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ms@2.0.0", 4 "ms@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ms@2.0.0", 8 "_from": "ms@2.0.0",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 29 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
30 "_spec": "2.0.0", 30 "_spec": "2.0.0",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/zeit/ms/issues" 33 "url": "https://github.com/zeit/ms/issues"
34 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "process-nextick-args@2.0.0", 4 "process-nextick-args@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "process-nextick-args@2.0.0", 8 "_from": "process-nextick-args@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": "", 30 "author": "",
31 "bugs": { 31 "bugs": {
32 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" 32 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "readable-stream@2.3.6", 4 "readable-stream@2.3.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "readable-stream@2.3.6", 8 "_from": "readable-stream@2.3.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", 27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
28 "_spec": "2.3.6", 28 "_spec": "2.3.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "browser": { 30 "browser": {
31 "util": false, 31 "util": false,
32 "./readable.js": "./readable-browser.js", 32 "./readable.js": "./readable-browser.js",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mysql@2.16.0", 4 "mysql@2.16.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mysql@2.16.0", 8 "_from": "mysql@2.16.0",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
33 ], 33 ],
34 "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.16.0.tgz", 34 "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.16.0.tgz",
35 "_spec": "2.16.0", 35 "_spec": "2.16.0",
36 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 36 + "_where": "/Users/star/Desktop/YTMT",
37 "author": { 37 "author": {
38 "name": "Felix Geisendörfer", 38 "name": "Felix Geisendörfer",
39 "email": "felix@debuggable.com", 39 "email": "felix@debuggable.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "negotiator@0.6.1", 4 "negotiator@0.6.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "negotiator@0.6.1", 8 "_from": "negotiator@0.6.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", 27 "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
28 "_spec": "0.6.1", 28 "_spec": "0.6.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/negotiator/issues" 31 "url": "https://github.com/jshttp/negotiator/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "nice-try@1.0.5", 4 "nice-try@1.0.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "nice-try@1.0.5", 8 "_from": "nice-try@1.0.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", 27 "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
28 "_spec": "1.0.5", 28 "_spec": "1.0.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "authors": [ 30 "authors": [
31 "Tobias Reich <tobias@electerious.com>" 31 "Tobias Reich <tobias@electerious.com>"
32 ], 32 ],
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "node-uuid@1.4.8", 4 "node-uuid@1.4.8",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "node-uuid@1.4.8", 8 "_from": "node-uuid@1.4.8",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz", 27 "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz",
28 "_spec": "1.4.8", 28 "_spec": "1.4.8",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Robert Kieffer", 31 "name": "Robert Kieffer",
32 "email": "robert@broofa.com" 32 "email": "robert@broofa.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "npm-run-path@2.0.2", 4 "npm-run-path@2.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "npm-run-path@2.0.2", 8 "_from": "npm-run-path@2.0.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", 27 "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
28 "_spec": "2.0.2", 28 "_spec": "2.0.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "nth-check@1.0.2", 4 "nth-check@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "nth-check@1.0.2", 8 "_from": "nth-check@1.0.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", 27 "_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
28 "_spec": "1.0.2", 28 "_spec": "1.0.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Boehm", 31 "name": "Felix Boehm",
32 "email": "me@feedic.com" 32 "email": "me@feedic.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "oauth-sign@0.8.2", 4 "oauth-sign@0.8.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "oauth-sign@0.8.2", 8 "_from": "oauth-sign@0.8.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", 27 "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
28 "_spec": "0.8.2", 28 "_spec": "0.8.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com", 32 "email": "mikeal.rogers@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "oauth@0.9.15", 4 "oauth@0.9.15",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "oauth@0.9.15", 8 "_from": "oauth@0.9.15",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz", 28 "_resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
29 "_spec": "0.9.15", 29 "_spec": "0.9.15",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Ciaran Jessup", 32 "name": "Ciaran Jessup",
33 "email": "ciaranj@gmail.com" 33 "email": "ciaranj@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "object-assign@4.1.1", 4 "object-assign@4.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "object-assign@4.1.1", 8 "_from": "object-assign@4.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
28 "_spec": "4.1.1", 28 "_spec": "4.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "on-finished@2.3.0", 4 "on-finished@2.3.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "on-finished@2.3.0", 8 "_from": "on-finished@2.3.0",
...@@ -24,13 +24,14 @@ ...@@ -24,13 +24,14 @@
24 "_requiredBy": [ 24 "_requiredBy": [
25 "/body-parser", 25 "/body-parser",
26 "/express", 26 "/express",
27 + "/express/body-parser",
27 "/finalhandler", 28 "/finalhandler",
28 "/morgan", 29 "/morgan",
29 "/send" 30 "/send"
30 ], 31 ],
31 "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", 32 "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
32 "_spec": "2.3.0", 33 "_spec": "2.3.0",
33 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 34 + "_where": "/Users/star/Desktop/YTMT",
34 "bugs": { 35 "bugs": {
35 "url": "https://github.com/jshttp/on-finished/issues" 36 "url": "https://github.com/jshttp/on-finished/issues"
36 }, 37 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "on-headers@1.0.1", 4 "on-headers@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "on-headers@1.0.1", 8 "_from": "on-headers@1.0.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz", 28 "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
29 "_spec": "1.0.1", 29 "_spec": "1.0.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Douglas Christopher Wilson", 32 "name": "Douglas Christopher Wilson",
33 "email": "doug@somethingdoug.com" 33 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "once@1.4.0", 4 "once@1.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "once@1.4.0", 8 "_from": "once@1.4.0",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 30 "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
31 "_spec": "1.4.0", 31 "_spec": "1.4.0",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "author": { 33 "author": {
34 "name": "Isaac Z. Schlueter", 34 "name": "Isaac Z. Schlueter",
35 "email": "i@izs.me", 35 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "openid@0.5.13", 4 "openid@0.5.13",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "openid@0.5.13", 8 "_from": "openid@0.5.13",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/openid/-/openid-0.5.13.tgz", 27 "_resolved": "https://registry.npmjs.org/openid/-/openid-0.5.13.tgz",
28 "_spec": "0.5.13", 28 "_spec": "0.5.13",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Håvard Stranden", 31 "name": "Håvard Stranden",
32 "email": "havard.stranden@gmail.com", 32 "email": "havard.stranden@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "os-locale@3.1.0", 4 "os-locale@3.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "os-locale@3.1.0", 8 "_from": "os-locale@3.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
28 "_spec": "3.1.0", 28 "_spec": "3.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "p-defer@1.0.0", 4 "p-defer@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "p-defer@1.0.0", 8 "_from": "p-defer@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "p-finally@1.0.0", 4 "p-finally@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "p-finally@1.0.0", 8 "_from": "p-finally@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "p-is-promise@2.1.0", 4 "p-is-promise@2.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "p-is-promise@2.1.0", 8 "_from": "p-is-promise@2.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz",
28 "_spec": "2.1.0", 28 "_spec": "2.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "parent-module@1.0.1", 4 "parent-module@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "parent-module@1.0.1", 8 "_from": "parent-module@1.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
28 "_spec": "1.0.1", 28 "_spec": "1.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "parse5@3.0.3", 4 "parse5@3.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "parse5@3.0.3", 8 "_from": "parse5@3.0.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", 27 "_resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz",
28 "_spec": "3.0.3", 28 "_spec": "3.0.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Ivan Nikulin", 31 "name": "Ivan Nikulin",
32 "email": "ifaaan@gmail.com", 32 "email": "ifaaan@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "parseurl@1.3.2", 4 "parseurl@1.3.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "parseurl@1.3.2", 8 "_from": "parseurl@1.3.2",
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 ], 30 ],
31 "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz", 31 "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
32 "_spec": "1.3.2", 32 "_spec": "1.3.2",
33 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 33 + "_where": "/Users/star/Desktop/YTMT",
34 "bugs": { 34 "bugs": {
35 "url": "https://github.com/pillarjs/parseurl/issues" 35 "url": "https://github.com/pillarjs/parseurl/issues"
36 }, 36 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-google-oauth20@1.0.0", 4 "passport-google-oauth20@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-google-oauth20@1.0.0", 8 "_from": "passport-google-oauth20@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport-google-oauth20/-/passport-google-oauth20-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/passport-google-oauth20/-/passport-google-oauth20-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jared Hanson", 31 "name": "Jared Hanson",
32 "email": "jaredhanson@gmail.com", 32 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pkginfo@0.2.3", 4 "pkginfo@0.2.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pkginfo@0.2.3", 8 "_from": "pkginfo@0.2.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz", 27 "_resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz",
28 "_spec": "0.2.3", 28 "_spec": "0.2.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Charlie Robbins", 31 "name": "Charlie Robbins",
32 "email": "charlie.robbins@gmail.com" 32 "email": "charlie.robbins@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-google@0.3.0", 4 "passport-google@0.3.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-google@0.3.0", 8 "_from": "passport-google@0.3.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport-google/-/passport-google-0.3.0.tgz", 27 "_resolved": "https://registry.npmjs.org/passport-google/-/passport-google-0.3.0.tgz",
28 "_spec": "0.3.0", 28 "_spec": "0.3.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jared Hanson", 31 "name": "Jared Hanson",
32 "email": "jaredhanson@gmail.com", 32 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-kakao@0.0.5", 4 "passport-kakao@0.0.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-kakao@0.0.5", 8 "_from": "passport-kakao@0.0.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport-kakao/-/passport-kakao-0.0.5.tgz", 27 "_resolved": "https://registry.npmjs.org/passport-kakao/-/passport-kakao-0.0.5.tgz",
28 "_spec": "0.0.5", 28 "_spec": "0.0.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "rotoshine@gmail.com" 31 "name": "rotoshine@gmail.com"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-local@1.0.0", 4 "passport-local@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-local@1.0.0", 8 "_from": "passport-local@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jared Hanson", 31 "name": "Jared Hanson",
32 "email": "jaredhanson@gmail.com", 32 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "underscore@1.9.1", 4 "underscore@1.9.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "underscore@1.9.1", 8 "_from": "underscore@1.9.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", 27 "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz",
28 "_spec": "1.9.1", 28 "_spec": "1.9.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jeremy Ashkenas", 31 "name": "Jeremy Ashkenas",
32 "email": "jeremy@documentcloud.org" 32 "email": "jeremy@documentcloud.org"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-naver@1.0.6", 4 "passport-naver@1.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-naver@1.0.6", 8 "_from": "passport-naver@1.0.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport-naver/-/passport-naver-1.0.6.tgz", 27 "_resolved": "https://registry.npmjs.org/passport-naver/-/passport-naver-1.0.6.tgz",
28 "_spec": "1.0.6", 28 "_spec": "1.0.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Young-il Cho", 31 "name": "Young-il Cho",
32 "email": "youngil.cho@navercorp.com", 32 "email": "youngil.cho@navercorp.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-oauth@1.0.0", 4 "passport-oauth@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-oauth@1.0.0", 8 "_from": "passport-oauth@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport-oauth/-/passport-oauth-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/passport-oauth/-/passport-oauth-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jared Hanson", 31 "name": "Jared Hanson",
32 "email": "jaredhanson@gmail.com", 32 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-oauth1@1.1.0", 4 "passport-oauth1@1.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-oauth1@1.1.0", 8 "_from": "passport-oauth1@1.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport-oauth1/-/passport-oauth1-1.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/passport-oauth1/-/passport-oauth1-1.1.0.tgz",
28 "_spec": "1.1.0", 28 "_spec": "1.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jared Hanson", 31 "name": "Jared Hanson",
32 "email": "jaredhanson@gmail.com", 32 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-oauth2@1.1.2", 4 "passport-oauth2@1.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-oauth2@1.1.2", 8 "_from": "passport-oauth2@1.1.2",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.1.2.tgz", 29 "_resolved": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.1.2.tgz",
30 "_spec": "1.1.2", 30 "_spec": "1.1.2",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "Jared Hanson", 33 "name": "Jared Hanson",
34 "email": "jaredhanson@gmail.com", 34 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport@0.1.18", 4 "passport@0.1.18",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport@0.1.18", 8 "_from": "passport@0.1.18",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport/-/passport-0.1.18.tgz", 27 "_resolved": "https://registry.npmjs.org/passport/-/passport-0.1.18.tgz",
28 "_spec": "0.1.18", 28 "_spec": "0.1.18",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jared Hanson", 31 "name": "Jared Hanson",
32 "email": "jaredhanson@gmail.com", 32 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pkginfo@0.2.3", 4 "pkginfo@0.2.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pkginfo@0.2.3", 8 "_from": "pkginfo@0.2.3",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz", 28 "_resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz",
29 "_spec": "0.2.3", 29 "_spec": "0.2.3",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Charlie Robbins", 32 "name": "Charlie Robbins",
33 "email": "charlie.robbins@gmail.com" 33 "email": "charlie.robbins@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-openid@0.3.1", 4 "passport-openid@0.3.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-openid@0.3.1", 8 "_from": "passport-openid@0.3.1",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/passport-openid/-/passport-openid-0.3.1.tgz", 29 "_resolved": "https://registry.npmjs.org/passport-openid/-/passport-openid-0.3.1.tgz",
30 "_spec": "0.3.1", 30 "_spec": "0.3.1",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "Jared Hanson", 33 "name": "Jared Hanson",
34 "email": "jaredhanson@gmail.com", 34 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport-strategy@1.0.0", 4 "passport-strategy@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport-strategy@1.0.0", 8 "_from": "passport-strategy@1.0.0",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", 30 "_resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
31 "_spec": "1.0.0", 31 "_spec": "1.0.0",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "author": { 33 "author": {
34 "name": "Jared Hanson", 34 "name": "Jared Hanson",
35 "email": "jaredhanson@gmail.com", 35 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "passport@0.4.0", 4 "passport@0.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "passport@0.4.0", 8 "_from": "passport@0.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/passport/-/passport-0.4.0.tgz", 27 "_resolved": "https://registry.npmjs.org/passport/-/passport-0.4.0.tgz",
28 "_spec": "0.4.0", 28 "_spec": "0.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jared Hanson", 31 "name": "Jared Hanson",
32 "email": "jaredhanson@gmail.com", 32 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "path-is-absolute@1.0.1", 4 "path-is-absolute@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "path-is-absolute@1.0.1", 8 "_from": "path-is-absolute@1.0.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 28 "_resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
29 "_spec": "1.0.1", 29 "_spec": "1.0.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Sindre Sorhus", 32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com", 33 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "path-key@2.0.1", 4 "path-key@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "path-key@2.0.1", 8 "_from": "path-key@2.0.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", 28 "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
29 "_spec": "2.0.1", 29 "_spec": "2.0.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Sindre Sorhus", 32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com", 33 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "path-to-regexp@0.1.7", 4 "path-to-regexp@0.1.7",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "path-to-regexp@0.1.7", 8 "_from": "path-to-regexp@0.1.7",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", 27 "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
28 "_spec": "0.1.7", 28 "_spec": "0.1.7",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/component/path-to-regexp/issues" 31 "url": "https://github.com/component/path-to-regexp/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pause@0.0.1", 4 "pause@0.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pause@0.0.1", 8 "_from": "pause@0.0.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", 28 "_resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz",
29 "_spec": "0.0.1", 29 "_spec": "0.0.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "TJ Holowaychuk", 32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca" 33 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pend@1.2.0", 4 "pend@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pend@1.2.0", 8 "_from": "pend@1.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
28 "_spec": "1.2.0", 28 "_spec": "1.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Andrew Kelley", 31 "name": "Andrew Kelley",
32 "email": "superjoe30@gmail.com" 32 "email": "superjoe30@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "performance-now@2.1.0", 4 "performance-now@2.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "performance-now@2.1.0", 8 "_from": "performance-now@2.1.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", 27 "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
28 "_spec": "2.1.0", 28 "_spec": "2.1.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Braveg1rl", 31 "name": "Braveg1rl",
32 "email": "braveg1rl@outlook.com" 32 "email": "braveg1rl@outlook.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "qs@5.2.1", 4 "qs@5.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "qs@5.2.1", 8 "_from": "qs@5.2.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/qs/-/qs-5.2.1.tgz", 27 "_resolved": "https://registry.npmjs.org/qs/-/qs-5.2.1.tgz",
28 "_spec": "5.2.1", 28 "_spec": "5.2.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/hapijs/qs/issues" 31 "url": "https://github.com/hapijs/qs/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "request@2.67.0", 4 "request@2.67.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "request@2.67.0", 8 "_from": "request@2.67.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/request/-/request-2.67.0.tgz", 27 "_resolved": "http://registry.npmjs.org/request/-/request-2.67.0.tgz",
28 "_spec": "2.67.0", 28 "_spec": "2.67.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com" 32 "email": "mikeal.rogers@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "phantomjs@2.1.7", 4 "phantomjs@2.1.7",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "phantomjs@2.1.7", 8 "_from": "phantomjs@2.1.7",
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
46 ], 46 ],
47 "_resolved": "http://registry.npmjs.org/phantomjs/-/phantomjs-2.1.7.tgz", 47 "_resolved": "http://registry.npmjs.org/phantomjs/-/phantomjs-2.1.7.tgz",
48 "_spec": "2.1.7", 48 "_spec": "2.1.7",
49 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 49 + "_where": "/Users/star/Desktop/YTMT",
50 "author": { 50 "author": {
51 "name": "Dan Pupius", 51 "name": "Dan Pupius",
52 "email": "dan@obvious.com", 52 "email": "dan@obvious.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pinkie-promise@2.0.1", 4 "pinkie-promise@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pinkie-promise@2.0.1", 8 "_from": "pinkie-promise@2.0.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", 28 "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
29 "_spec": "2.0.1", 29 "_spec": "2.0.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Vsevolod Strukchinsky", 32 "name": "Vsevolod Strukchinsky",
33 "email": "floatdrop@gmail.com", 33 "email": "floatdrop@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pinkie@2.0.4", 4 "pinkie@2.0.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pinkie@2.0.4", 8 "_from": "pinkie@2.0.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", 27 "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
28 "_spec": "2.0.4", 28 "_spec": "2.0.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Vsevolod Strukchinsky", 31 "name": "Vsevolod Strukchinsky",
32 "email": "floatdrop@gmail.com", 32 "email": "floatdrop@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pkginfo@0.3.1", 4 "pkginfo@0.3.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pkginfo@0.3.1", 8 "_from": "pkginfo@0.3.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz", 27 "_resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz",
28 "_spec": "0.3.1", 28 "_spec": "0.3.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Charlie Robbins", 31 "name": "Charlie Robbins",
32 "email": "charlie.robbins@gmail.com" 32 "email": "charlie.robbins@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "minimist@1.2.0", 4 "minimist@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "minimist@1.2.0", 8 "_from": "minimist@1.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", 27 "_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
28 "_spec": "1.2.0", 28 "_spec": "1.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "James Halliday", 31 "name": "James Halliday",
32 "email": "mail@substack.net", 32 "email": "mail@substack.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "prettyjson@1.2.1", 4 "prettyjson@1.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "prettyjson@1.2.1", 8 "_from": "prettyjson@1.2.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.1.tgz", 27 "_resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.1.tgz",
28 "_spec": "1.2.1", 28 "_spec": "1.2.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Rafael de Oleza", 31 "name": "Rafael de Oleza",
32 "email": "rafeca@gmail.com", 32 "email": "rafeca@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "process-nextick-args@1.0.7", 4 "process-nextick-args@1.0.7",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "process-nextick-args@1.0.7", 8 "_from": "process-nextick-args@1.0.7",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", 28 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
29 "_spec": "1.0.7", 29 "_spec": "1.0.7",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": "", 31 "author": "",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" 33 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "progress@1.1.8", 4 "progress@1.1.8",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "progress@1.1.8", 8 "_from": "progress@1.1.8",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/progress/-/progress-1.1.8.tgz", 27 "_resolved": "http://registry.npmjs.org/progress/-/progress-1.1.8.tgz",
28 "_spec": "1.1.8", 28 "_spec": "1.1.8",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "proxy-addr@2.0.4", 4 "proxy-addr@2.0.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "proxy-addr@2.0.4", 8 "_from": "proxy-addr@2.0.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz", 27 "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz",
28 "_spec": "2.0.4", 28 "_spec": "2.0.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Douglas Christopher Wilson", 31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com" 32 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "proxy-from-env@1.0.0", 4 "proxy-from-env@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "proxy-from-env@1.0.0", 8 "_from": "proxy-from-env@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Rob Wu", 31 "name": "Rob Wu",
32 "email": "rob@robwu.nl", 32 "email": "rob@robwu.nl",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "psl@1.1.29", 4 "psl@1.1.29",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "psl@1.1.29", 8 "_from": "psl@1.1.29",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", 28 "_resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz",
29 "_spec": "1.1.29", 29 "_spec": "1.1.29",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Lupo Montero" 32 "name": "Lupo Montero"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "pump@3.0.0", 4 "pump@3.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "pump@3.0.0", 8 "_from": "pump@3.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
28 "_spec": "3.0.0", 28 "_spec": "3.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mathias Buus Madsen", 31 "name": "Mathias Buus Madsen",
32 "email": "mathiasbuus@gmail.com" 32 "email": "mathiasbuus@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "punycode@2.1.1", 4 "punycode@2.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "punycode@2.1.1", 8 "_from": "punycode@2.1.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", 28 "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
29 "_spec": "2.1.1", 29 "_spec": "2.1.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Mathias Bynens", 32 "name": "Mathias Bynens",
33 "url": "https://mathiasbynens.be/" 33 "url": "https://mathiasbynens.be/"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "concat-stream@1.6.2", 4 "concat-stream@1.6.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "concat-stream@1.6.2", 8 "_from": "concat-stream@1.6.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", 27 "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
28 "_spec": "1.6.2", 28 "_spec": "1.6.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Max Ogden", 31 "name": "Max Ogden",
32 "email": "max@maxogden.com" 32 "email": "max@maxogden.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "debug@4.1.1", 4 "debug@4.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "debug@4.1.1", 8 "_from": "debug@4.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
28 "_spec": "4.1.1", 28 "_spec": "4.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "debug@2.6.9", 4 "debug@2.6.9",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "debug@2.6.9", 8 "_from": "debug@2.6.9",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 27 "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
28 "_spec": "2.6.9", 28 "_spec": "2.6.9",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ms@2.0.0", 4 "ms@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ms@2.0.0", 8 "_from": "ms@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/zeit/ms/issues" 31 "url": "https://github.com/zeit/ms/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "extract-zip@1.6.7", 4 "extract-zip@1.6.7",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "extract-zip@1.6.7", 8 "_from": "extract-zip@1.6.7",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz", 27 "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz",
28 "_spec": "1.6.7", 28 "_spec": "1.6.7",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "max ogden" 31 "name": "max ogden"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mime@2.4.4", 4 "mime@2.4.4",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mime@2.4.4", 8 "_from": "mime@2.4.4",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mime/-/mime-2.4.4.tgz", 27 "_resolved": "https://registry.npmjs.org/mime/-/mime-2.4.4.tgz",
28 "_spec": "2.4.4", 28 "_spec": "2.4.4",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Robert Kieffer", 31 "name": "Robert Kieffer",
32 "email": "robert@broofa.com", 32 "email": "robert@broofa.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "mkdirp@0.5.1", 4 "mkdirp@0.5.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "mkdirp@0.5.1", 8 "_from": "mkdirp@0.5.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", 27 "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
28 "_spec": "0.5.1", 28 "_spec": "0.5.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "James Halliday", 31 "name": "James Halliday",
32 "email": "mail@substack.net", 32 "email": "mail@substack.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ms@2.1.2", 4 "ms@2.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ms@2.1.2", 8 "_from": "ms@2.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
28 "_spec": "2.1.2", 28 "_spec": "2.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/zeit/ms/issues" 31 "url": "https://github.com/zeit/ms/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "process-nextick-args@2.0.1", 4 "process-nextick-args@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "process-nextick-args@2.0.1", 8 "_from": "process-nextick-args@2.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
28 "_spec": "2.0.1", 28 "_spec": "2.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": "", 30 "author": "",
31 "bugs": { 31 "bugs": {
32 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" 32 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "progress@2.0.3", 4 "progress@2.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "progress@2.0.3", 8 "_from": "progress@2.0.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", 27 "_resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
28 "_spec": "2.0.3", 28 "_spec": "2.0.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "TJ Holowaychuk", 31 "name": "TJ Holowaychuk",
32 "email": "tj@vision-media.ca" 32 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "readable-stream@2.3.6", 4 "readable-stream@2.3.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "readable-stream@2.3.6", 8 "_from": "readable-stream@2.3.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", 27 "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
28 "_spec": "2.3.6", 28 "_spec": "2.3.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "browser": { 30 "browser": {
31 "util": false, 31 "util": false,
32 "./readable.js": "./readable-browser.js", 32 "./readable.js": "./readable-browser.js",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "puppeteer@2.0.0", 4 "puppeteer@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "puppeteer@2.0.0", 8 "_from": "puppeteer@2.0.0",
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
37 ], 37 ],
38 "_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-2.0.0.tgz", 38 "_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-2.0.0.tgz",
39 "_spec": "2.0.0", 39 "_spec": "2.0.0",
40 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 40 + "_where": "/Users/star/Desktop/YTMT",
41 "author": { 41 "author": {
42 "name": "The Chromium Authors" 42 "name": "The Chromium Authors"
43 }, 43 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "qs@6.5.2", 4 "qs@6.5.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "qs@6.5.2", 8 "_from": "qs@6.5.2",
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
22 "fetchSpec": "6.5.2" 22 "fetchSpec": "6.5.2"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 - "/body-parser",
26 "/express", 25 "/express",
26 + "/express/body-parser",
27 "/request" 27 "/request"
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", 29 "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
30 "_spec": "6.5.2", 30 "_spec": "6.5.2",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/ljharb/qs/issues" 33 "url": "https://github.com/ljharb/qs/issues"
34 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "random-bytes@1.0.0", 4 "random-bytes@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "random-bytes@1.0.0", 8 "_from": "random-bytes@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/crypto-utils/random-bytes/issues" 31 "url": "https://github.com/crypto-utils/random-bytes/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "range-parser@1.2.0", 4 "range-parser@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "range-parser@1.2.0", 8 "_from": "range-parser@1.2.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", 28 "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
29 "_spec": "1.2.0", 29 "_spec": "1.2.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "TJ Holowaychuk", 32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca", 33 "email": "tj@vision-media.ca",
......
1 +2.4.0 / 2019-04-17
2 +==================
3 +
4 + * deps: bytes@3.1.0
5 + - Add petabyte (`pb`) support
6 + * deps: http-errors@1.7.2
7 + - Set constructor name when possible
8 + - deps: setprototypeof@1.1.1
9 + - deps: statuses@'>= 1.5.0 < 2'
10 + * deps: iconv-lite@0.4.24
11 + - Added encoding MIK
12 +
1 2.3.3 / 2018-05-08 13 2.3.3 / 2018-05-08
2 ================== 14 ==================
3 15
...@@ -13,7 +25,7 @@ ...@@ -13,7 +25,7 @@
13 ================== 25 ==================
14 26
15 * deps: iconv-lite@0.4.19 27 * deps: iconv-lite@0.4.19
16 - - Fix ISO-8859-1regression 28 + - Fix ISO-8859-1 regression
17 - Update Windows-1255 29 - Update Windows-1255
18 30
19 2.3.1 / 2017-09-07 31 2.3.1 / 2017-09-07
......
1 +2019-02-18 / 1.7.2
2 +==================
3 +
4 + * deps: setprototypeof@1.1.1
5 +
6 +2018-09-08 / 1.7.1
7 +==================
8 +
9 + * Fix error creating objects in some environments
10 +
11 +2018-07-30 / 1.7.0
12 +==================
13 +
14 + * Set constructor name when possible
15 + * Use `toidentifier` module to make class names
16 + * deps: statuses@'>= 1.5.0 < 2'
17 +
18 +2018-03-29 / 1.6.3
19 +==================
20 +
21 + * deps: depd@~1.1.2
22 + - perf: remove argument reassignment
23 + * deps: setprototypeof@1.1.0
24 + * deps: statuses@'>= 1.4.0 < 2'
25 +
26 +2017-08-04 / 1.6.2
27 +==================
28 +
29 + * deps: depd@1.1.1
30 + - Remove unnecessary `Buffer` loading
31 +
32 +2017-02-20 / 1.6.1
33 +==================
34 +
35 + * deps: setprototypeof@1.0.3
36 + - Fix shim for old browsers
37 +
38 +2017-02-14 / 1.6.0
39 +==================
40 +
41 + * Accept custom 4xx and 5xx status codes in factory
42 + * Add deprecation message to `"I'mateapot"` export
43 + * Deprecate passing status code as anything except first argument in factory
44 + * Deprecate using non-error status codes
45 + * Make `message` property enumerable for `HttpError`s
46 +
47 +2016-11-16 / 1.5.1
48 +==================
49 +
50 + * deps: inherits@2.0.3
51 + - Fix issue loading in browser
52 + * deps: setprototypeof@1.0.2
53 + * deps: statuses@'>= 1.3.1 < 2'
54 +
55 +2016-05-18 / 1.5.0
56 +==================
57 +
58 + * Support new code `421 Misdirected Request`
59 + * Use `setprototypeof` module to replace `__proto__` setting
60 + * deps: statuses@'>= 1.3.0 < 2'
61 + - Add `421 Misdirected Request`
62 + - perf: enable strict mode
63 + * perf: enable strict mode
64 +
65 +2016-01-28 / 1.4.0
66 +==================
67 +
68 + * Add `HttpError` export, for `err instanceof createError.HttpError`
69 + * deps: inherits@2.0.1
70 + * deps: statuses@'>= 1.2.1 < 2'
71 + - Fix message for status 451
72 + - Remove incorrect nginx status code
73 +
74 +2015-02-02 / 1.3.1
75 +==================
76 +
77 + * Fix regression where status can be overwritten in `createError` `props`
78 +
79 +2015-02-01 / 1.3.0
80 +==================
81 +
82 + * Construct errors using defined constructors from `createError`
83 + * Fix error names that are not identifiers
84 + - `createError["I'mateapot"]` is now `createError.ImATeapot`
85 + * Set a meaningful `name` property on constructed errors
86 +
87 +2014-12-09 / 1.2.8
88 +==================
89 +
90 + * Fix stack trace from exported function
91 + * Remove `arguments.callee` usage
92 +
93 +2014-10-14 / 1.2.7
94 +==================
95 +
96 + * Remove duplicate line
97 +
98 +2014-10-02 / 1.2.6
99 +==================
100 +
101 + * Fix `expose` to be `true` for `ClientError` constructor
102 +
103 +2014-09-28 / 1.2.5
104 +==================
105 +
106 + * deps: statuses@1
107 +
108 +2014-09-21 / 1.2.4
109 +==================
110 +
111 + * Fix dependency version to work with old `npm`s
112 +
113 +2014-09-21 / 1.2.3
114 +==================
115 +
116 + * deps: statuses@~1.1.0
117 +
118 +2014-09-21 / 1.2.2
119 +==================
120 +
121 + * Fix publish error
122 +
123 +2014-09-21 / 1.2.1
124 +==================
125 +
126 + * Support Node.js 0.6
127 + * Use `inherits` instead of `util`
128 +
129 +2014-09-09 / 1.2.0
130 +==================
131 +
132 + * Fix the way inheriting functions
133 + * Support `expose` being provided in properties argument
134 +
135 +2014-09-08 / 1.1.0
136 +==================
137 +
138 + * Default status to 500
139 + * Support provided `error` to extend
140 +
141 +2014-09-08 / 1.0.1
142 +==================
143 +
144 + * Fix accepting string message
145 +
146 +2014-09-08 / 1.0.0
147 +==================
148 +
149 + * Initial release
1 +
2 +The MIT License (MIT)
3 +
4 +Copyright (c) 2014 Jonathan Ong me@jongleberry.com
5 +Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
6 +
7 +Permission is hereby granted, free of charge, to any person obtaining a copy
8 +of this software and associated documentation files (the "Software"), to deal
9 +in the Software without restriction, including without limitation the rights
10 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 +copies of the Software, and to permit persons to whom the Software is
12 +furnished to do so, subject to the following conditions:
13 +
14 +The above copyright notice and this permission notice shall be included in
15 +all copies or substantial portions of the Software.
16 +
17 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 +THE SOFTWARE.
1 +# http-errors
2 +
3 +[![NPM Version][npm-version-image]][npm-url]
4 +[![NPM Downloads][npm-downloads-image]][node-url]
5 +[![Node.js Version][node-image]][node-url]
6 +[![Build Status][travis-image]][travis-url]
7 +[![Test Coverage][coveralls-image]][coveralls-url]
8 +
9 +Create HTTP errors for Express, Koa, Connect, etc. with ease.
10 +
11 +## Install
12 +
13 +This is a [Node.js](https://nodejs.org/en/) module available through the
14 +[npm registry](https://www.npmjs.com/). Installation is done using the
15 +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
16 +
17 +```bash
18 +$ npm install http-errors
19 +```
20 +
21 +## Example
22 +
23 +```js
24 +var createError = require('http-errors')
25 +var express = require('express')
26 +var app = express()
27 +
28 +app.use(function (req, res, next) {
29 + if (!req.user) return next(createError(401, 'Please login to view this page.'))
30 + next()
31 +})
32 +```
33 +
34 +## API
35 +
36 +This is the current API, currently extracted from Koa and subject to change.
37 +
38 +### Error Properties
39 +
40 +- `expose` - can be used to signal if `message` should be sent to the client,
41 + defaulting to `false` when `status` >= 500
42 +- `headers` - can be an object of header names to values to be sent to the
43 + client, defaulting to `undefined`. When defined, the key names should all
44 + be lower-cased
45 +- `message` - the traditional error message, which should be kept short and all
46 + single line
47 +- `status` - the status code of the error, mirroring `statusCode` for general
48 + compatibility
49 +- `statusCode` - the status code of the error, defaulting to `500`
50 +
51 +### createError([status], [message], [properties])
52 +
53 +Create a new error object with the given message `msg`.
54 +The error object inherits from `createError.HttpError`.
55 +
56 +<!-- eslint-disable no-undef, no-unused-vars -->
57 +
58 +```js
59 +var err = createError(404, 'This video does not exist!')
60 +```
61 +
62 +- `status: 500` - the status code as a number
63 +- `message` - the message of the error, defaulting to node's text for that status code.
64 +- `properties` - custom properties to attach to the object
65 +
66 +### createError([status], [error], [properties])
67 +
68 +Extend the given `error` object with `createError.HttpError`
69 +properties. This will not alter the inheritance of the given
70 +`error` object, and the modified `error` object is the
71 +return value.
72 +
73 +<!-- eslint-disable no-redeclare, no-undef, no-unused-vars -->
74 +
75 +```js
76 +fs.readFile('foo.txt', function (err, buf) {
77 + if (err) {
78 + if (err.code === 'ENOENT') {
79 + var httpError = createError(404, err, { expose: false })
80 + } else {
81 + var httpError = createError(500, err)
82 + }
83 + }
84 +})
85 +```
86 +
87 +- `status` - the status code as a number
88 +- `error` - the error object to extend
89 +- `properties` - custom properties to attach to the object
90 +
91 +### new createError\[code || name\](\[msg]\))
92 +
93 +Create a new error object with the given message `msg`.
94 +The error object inherits from `createError.HttpError`.
95 +
96 +<!-- eslint-disable no-undef, no-unused-vars -->
97 +
98 +```js
99 +var err = new createError.NotFound()
100 +```
101 +
102 +- `code` - the status code as a number
103 +- `name` - the name of the error as a "bumpy case", i.e. `NotFound` or `InternalServerError`.
104 +
105 +#### List of all constructors
106 +
107 +|Status Code|Constructor Name |
108 +|-----------|-----------------------------|
109 +|400 |BadRequest |
110 +|401 |Unauthorized |
111 +|402 |PaymentRequired |
112 +|403 |Forbidden |
113 +|404 |NotFound |
114 +|405 |MethodNotAllowed |
115 +|406 |NotAcceptable |
116 +|407 |ProxyAuthenticationRequired |
117 +|408 |RequestTimeout |
118 +|409 |Conflict |
119 +|410 |Gone |
120 +|411 |LengthRequired |
121 +|412 |PreconditionFailed |
122 +|413 |PayloadTooLarge |
123 +|414 |URITooLong |
124 +|415 |UnsupportedMediaType |
125 +|416 |RangeNotSatisfiable |
126 +|417 |ExpectationFailed |
127 +|418 |ImATeapot |
128 +|421 |MisdirectedRequest |
129 +|422 |UnprocessableEntity |
130 +|423 |Locked |
131 +|424 |FailedDependency |
132 +|425 |UnorderedCollection |
133 +|426 |UpgradeRequired |
134 +|428 |PreconditionRequired |
135 +|429 |TooManyRequests |
136 +|431 |RequestHeaderFieldsTooLarge |
137 +|451 |UnavailableForLegalReasons |
138 +|500 |InternalServerError |
139 +|501 |NotImplemented |
140 +|502 |BadGateway |
141 +|503 |ServiceUnavailable |
142 +|504 |GatewayTimeout |
143 +|505 |HTTPVersionNotSupported |
144 +|506 |VariantAlsoNegotiates |
145 +|507 |InsufficientStorage |
146 +|508 |LoopDetected |
147 +|509 |BandwidthLimitExceeded |
148 +|510 |NotExtended |
149 +|511 |NetworkAuthenticationRequired|
150 +
151 +## License
152 +
153 +[MIT](LICENSE)
154 +
155 +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/http-errors/master
156 +[coveralls-url]: https://coveralls.io/r/jshttp/http-errors?branch=master
157 +[node-image]: https://badgen.net/npm/node/http-errors
158 +[node-url]: https://nodejs.org/en/download
159 +[npm-downloads-image]: https://badgen.net/npm/dm/http-errors
160 +[npm-url]: https://npmjs.org/package/http-errors
161 +[npm-version-image]: https://badgen.net/npm/v/http-errors
162 +[travis-image]: https://badgen.net/travis/jshttp/http-errors/master
163 +[travis-url]: https://travis-ci.org/jshttp/http-errors
1 +/*!
2 + * http-errors
3 + * Copyright(c) 2014 Jonathan Ong
4 + * Copyright(c) 2016 Douglas Christopher Wilson
5 + * MIT Licensed
6 + */
7 +
8 +'use strict'
9 +
10 +/**
11 + * Module dependencies.
12 + * @private
13 + */
14 +
15 +var deprecate = require('depd')('http-errors')
16 +var setPrototypeOf = require('setprototypeof')
17 +var statuses = require('statuses')
18 +var inherits = require('inherits')
19 +var toIdentifier = require('toidentifier')
20 +
21 +/**
22 + * Module exports.
23 + * @public
24 + */
25 +
26 +module.exports = createError
27 +module.exports.HttpError = createHttpErrorConstructor()
28 +
29 +// Populate exports for all constructors
30 +populateConstructorExports(module.exports, statuses.codes, module.exports.HttpError)
31 +
32 +/**
33 + * Get the code class of a status code.
34 + * @private
35 + */
36 +
37 +function codeClass (status) {
38 + return Number(String(status).charAt(0) + '00')
39 +}
40 +
41 +/**
42 + * Create a new HTTP Error.
43 + *
44 + * @returns {Error}
45 + * @public
46 + */
47 +
48 +function createError () {
49 + // so much arity going on ~_~
50 + var err
51 + var msg
52 + var status = 500
53 + var props = {}
54 + for (var i = 0; i < arguments.length; i++) {
55 + var arg = arguments[i]
56 + if (arg instanceof Error) {
57 + err = arg
58 + status = err.status || err.statusCode || status
59 + continue
60 + }
61 + switch (typeof arg) {
62 + case 'string':
63 + msg = arg
64 + break
65 + case 'number':
66 + status = arg
67 + if (i !== 0) {
68 + deprecate('non-first-argument status code; replace with createError(' + arg + ', ...)')
69 + }
70 + break
71 + case 'object':
72 + props = arg
73 + break
74 + }
75 + }
76 +
77 + if (typeof status === 'number' && (status < 400 || status >= 600)) {
78 + deprecate('non-error status code; use only 4xx or 5xx status codes')
79 + }
80 +
81 + if (typeof status !== 'number' ||
82 + (!statuses[status] && (status < 400 || status >= 600))) {
83 + status = 500
84 + }
85 +
86 + // constructor
87 + var HttpError = createError[status] || createError[codeClass(status)]
88 +
89 + if (!err) {
90 + // create error
91 + err = HttpError
92 + ? new HttpError(msg)
93 + : new Error(msg || statuses[status])
94 + Error.captureStackTrace(err, createError)
95 + }
96 +
97 + if (!HttpError || !(err instanceof HttpError) || err.status !== status) {
98 + // add properties to generic error
99 + err.expose = status < 500
100 + err.status = err.statusCode = status
101 + }
102 +
103 + for (var key in props) {
104 + if (key !== 'status' && key !== 'statusCode') {
105 + err[key] = props[key]
106 + }
107 + }
108 +
109 + return err
110 +}
111 +
112 +/**
113 + * Create HTTP error abstract base class.
114 + * @private
115 + */
116 +
117 +function createHttpErrorConstructor () {
118 + function HttpError () {
119 + throw new TypeError('cannot construct abstract class')
120 + }
121 +
122 + inherits(HttpError, Error)
123 +
124 + return HttpError
125 +}
126 +
127 +/**
128 + * Create a constructor for a client error.
129 + * @private
130 + */
131 +
132 +function createClientErrorConstructor (HttpError, name, code) {
133 + var className = name.match(/Error$/) ? name : name + 'Error'
134 +
135 + function ClientError (message) {
136 + // create the error object
137 + var msg = message != null ? message : statuses[code]
138 + var err = new Error(msg)
139 +
140 + // capture a stack trace to the construction point
141 + Error.captureStackTrace(err, ClientError)
142 +
143 + // adjust the [[Prototype]]
144 + setPrototypeOf(err, ClientError.prototype)
145 +
146 + // redefine the error message
147 + Object.defineProperty(err, 'message', {
148 + enumerable: true,
149 + configurable: true,
150 + value: msg,
151 + writable: true
152 + })
153 +
154 + // redefine the error name
155 + Object.defineProperty(err, 'name', {
156 + enumerable: false,
157 + configurable: true,
158 + value: className,
159 + writable: true
160 + })
161 +
162 + return err
163 + }
164 +
165 + inherits(ClientError, HttpError)
166 + nameFunc(ClientError, className)
167 +
168 + ClientError.prototype.status = code
169 + ClientError.prototype.statusCode = code
170 + ClientError.prototype.expose = true
171 +
172 + return ClientError
173 +}
174 +
175 +/**
176 + * Create a constructor for a server error.
177 + * @private
178 + */
179 +
180 +function createServerErrorConstructor (HttpError, name, code) {
181 + var className = name.match(/Error$/) ? name : name + 'Error'
182 +
183 + function ServerError (message) {
184 + // create the error object
185 + var msg = message != null ? message : statuses[code]
186 + var err = new Error(msg)
187 +
188 + // capture a stack trace to the construction point
189 + Error.captureStackTrace(err, ServerError)
190 +
191 + // adjust the [[Prototype]]
192 + setPrototypeOf(err, ServerError.prototype)
193 +
194 + // redefine the error message
195 + Object.defineProperty(err, 'message', {
196 + enumerable: true,
197 + configurable: true,
198 + value: msg,
199 + writable: true
200 + })
201 +
202 + // redefine the error name
203 + Object.defineProperty(err, 'name', {
204 + enumerable: false,
205 + configurable: true,
206 + value: className,
207 + writable: true
208 + })
209 +
210 + return err
211 + }
212 +
213 + inherits(ServerError, HttpError)
214 + nameFunc(ServerError, className)
215 +
216 + ServerError.prototype.status = code
217 + ServerError.prototype.statusCode = code
218 + ServerError.prototype.expose = false
219 +
220 + return ServerError
221 +}
222 +
223 +/**
224 + * Set the name of a function, if possible.
225 + * @private
226 + */
227 +
228 +function nameFunc (func, name) {
229 + var desc = Object.getOwnPropertyDescriptor(func, 'name')
230 +
231 + if (desc && desc.configurable) {
232 + desc.value = name
233 + Object.defineProperty(func, 'name', desc)
234 + }
235 +}
236 +
237 +/**
238 + * Populate the exports object with constructors for every error class.
239 + * @private
240 + */
241 +
242 +function populateConstructorExports (exports, codes, HttpError) {
243 + codes.forEach(function forEachCode (code) {
244 + var CodeError
245 + var name = toIdentifier(statuses[code])
246 +
247 + switch (codeClass(code)) {
248 + case 400:
249 + CodeError = createClientErrorConstructor(HttpError, name, code)
250 + break
251 + case 500:
252 + CodeError = createServerErrorConstructor(HttpError, name, code)
253 + break
254 + }
255 +
256 + if (CodeError) {
257 + // export the constructor
258 + exports[code] = CodeError
259 + exports[name] = CodeError
260 + }
261 + })
262 +
263 + // backwards-compatibility
264 + exports["I'mateapot"] = deprecate.function(exports.ImATeapot,
265 + '"I\'mateapot"; use "ImATeapot" instead')
266 +}
1 +{
2 + "_args": [
3 + [
4 + "http-errors@1.7.2",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "http-errors@1.7.2",
9 + "_id": "http-errors@1.7.2",
10 + "_inBundle": false,
11 + "_integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
12 + "_location": "/raw-body/http-errors",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "http-errors@1.7.2",
18 + "name": "http-errors",
19 + "escapedName": "http-errors",
20 + "rawSpec": "1.7.2",
21 + "saveSpec": null,
22 + "fetchSpec": "1.7.2"
23 + },
24 + "_requiredBy": [
25 + "/raw-body"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
28 + "_spec": "1.7.2",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "author": {
31 + "name": "Jonathan Ong",
32 + "email": "me@jongleberry.com",
33 + "url": "http://jongleberry.com"
34 + },
35 + "bugs": {
36 + "url": "https://github.com/jshttp/http-errors/issues"
37 + },
38 + "contributors": [
39 + {
40 + "name": "Alan Plum",
41 + "email": "me@pluma.io"
42 + },
43 + {
44 + "name": "Douglas Christopher Wilson",
45 + "email": "doug@somethingdoug.com"
46 + }
47 + ],
48 + "dependencies": {
49 + "depd": "~1.1.2",
50 + "inherits": "2.0.3",
51 + "setprototypeof": "1.1.1",
52 + "statuses": ">= 1.5.0 < 2",
53 + "toidentifier": "1.0.0"
54 + },
55 + "description": "Create HTTP error objects",
56 + "devDependencies": {
57 + "eslint": "5.13.0",
58 + "eslint-config-standard": "12.0.0",
59 + "eslint-plugin-import": "2.16.0",
60 + "eslint-plugin-markdown": "1.0.0",
61 + "eslint-plugin-node": "7.0.1",
62 + "eslint-plugin-promise": "4.0.1",
63 + "eslint-plugin-standard": "4.0.0",
64 + "istanbul": "0.4.5",
65 + "mocha": "5.2.0"
66 + },
67 + "engines": {
68 + "node": ">= 0.6"
69 + },
70 + "files": [
71 + "index.js",
72 + "HISTORY.md",
73 + "LICENSE",
74 + "README.md"
75 + ],
76 + "homepage": "https://github.com/jshttp/http-errors#readme",
77 + "keywords": [
78 + "http",
79 + "error"
80 + ],
81 + "license": "MIT",
82 + "name": "http-errors",
83 + "repository": {
84 + "type": "git",
85 + "url": "git+https://github.com/jshttp/http-errors.git"
86 + },
87 + "scripts": {
88 + "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
89 + "test": "mocha --reporter spec --bail",
90 + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
91 + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
92 + },
93 + "version": "1.7.2"
94 +}
1 +Copyright (c) 2015, Wes Todd
2 +
3 +Permission to use, copy, modify, and/or distribute this software for any
4 +purpose with or without fee is hereby granted, provided that the above
5 +copyright notice and this permission notice appear in all copies.
6 +
7 +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
10 +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
13 +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1 +# Polyfill for `Object.setPrototypeOf`
2 +
3 +[![NPM Version](https://img.shields.io/npm/v/setprototypeof.svg)](https://npmjs.org/package/setprototypeof)
4 +[![NPM Downloads](https://img.shields.io/npm/dm/setprototypeof.svg)](https://npmjs.org/package/setprototypeof)
5 +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/standard/standard)
6 +
7 +A simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back to IE8.
8 +
9 +## Usage:
10 +
11 +```
12 +$ npm install --save setprototypeof
13 +```
14 +
15 +```javascript
16 +var setPrototypeOf = require('setprototypeof')
17 +
18 +var obj = {}
19 +setPrototypeOf(obj, {
20 + foo: function () {
21 + return 'bar'
22 + }
23 +})
24 +obj.foo() // bar
25 +```
26 +
27 +TypeScript is also supported:
28 +
29 +```typescript
30 +import setPrototypeOf = require('setprototypeof')
31 +```
1 +declare function setPrototypeOf(o: any, proto: object | null): any;
2 +export = setPrototypeOf;
1 +'use strict'
2 +/* eslint no-proto: 0 */
3 +module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
4 +
5 +function setProtoOf (obj, proto) {
6 + obj.__proto__ = proto
7 + return obj
8 +}
9 +
10 +function mixinProperties (obj, proto) {
11 + for (var prop in proto) {
12 + if (!obj.hasOwnProperty(prop)) {
13 + obj[prop] = proto[prop]
14 + }
15 + }
16 + return obj
17 +}
1 +{
2 + "_args": [
3 + [
4 + "setprototypeof@1.1.1",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "setprototypeof@1.1.1",
9 + "_id": "setprototypeof@1.1.1",
10 + "_inBundle": false,
11 + "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
12 + "_location": "/raw-body/setprototypeof",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "setprototypeof@1.1.1",
18 + "name": "setprototypeof",
19 + "escapedName": "setprototypeof",
20 + "rawSpec": "1.1.1",
21 + "saveSpec": null,
22 + "fetchSpec": "1.1.1"
23 + },
24 + "_requiredBy": [
25 + "/raw-body/http-errors"
26 + ],
27 + "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
28 + "_spec": "1.1.1",
29 + "_where": "/Users/star/Desktop/YTMT",
30 + "author": {
31 + "name": "Wes Todd"
32 + },
33 + "bugs": {
34 + "url": "https://github.com/wesleytodd/setprototypeof/issues"
35 + },
36 + "description": "A small polyfill for Object.setprototypeof",
37 + "devDependencies": {
38 + "mocha": "^5.2.0",
39 + "standard": "^12.0.1"
40 + },
41 + "homepage": "https://github.com/wesleytodd/setprototypeof",
42 + "keywords": [
43 + "polyfill",
44 + "object",
45 + "setprototypeof"
46 + ],
47 + "license": "ISC",
48 + "main": "index.js",
49 + "name": "setprototypeof",
50 + "repository": {
51 + "type": "git",
52 + "url": "git+https://github.com/wesleytodd/setprototypeof.git"
53 + },
54 + "scripts": {
55 + "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
56 + "node11": "NODE_VER=11 npm run testversion",
57 + "node4": "NODE_VER=4 npm run testversion",
58 + "node6": "NODE_VER=6 npm run testversion",
59 + "node9": "NODE_VER=9 npm run testversion",
60 + "test": "standard && mocha",
61 + "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
62 + "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t"
63 + },
64 + "typings": "index.d.ts",
65 + "version": "1.1.1"
66 +}
1 +'use strict'
2 +/* eslint-env mocha */
3 +/* eslint no-proto: 0 */
4 +var assert = require('assert')
5 +var setPrototypeOf = require('..')
6 +
7 +describe('setProtoOf(obj, proto)', function () {
8 + it('should merge objects', function () {
9 + var obj = { a: 1, b: 2 }
10 + var proto = { b: 3, c: 4 }
11 + var mergeObj = setPrototypeOf(obj, proto)
12 +
13 + if (Object.getPrototypeOf) {
14 + assert.strictEqual(Object.getPrototypeOf(obj), proto)
15 + } else if ({ __proto__: [] } instanceof Array) {
16 + assert.strictEqual(obj.__proto__, proto)
17 + } else {
18 + assert.strictEqual(obj.a, 1)
19 + assert.strictEqual(obj.b, 2)
20 + assert.strictEqual(obj.c, 4)
21 + }
22 + assert.strictEqual(mergeObj, obj)
23 + })
24 +})
1 { 1 {
2 "_args": [ 2 "_args": [
3 [ 3 [
4 - "raw-body@2.3.3", 4 + "raw-body@2.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 - "_from": "raw-body@2.3.3", 8 + "_from": "raw-body@2.4.0",
9 - "_id": "raw-body@2.3.3", 9 + "_id": "raw-body@2.4.0",
10 "_inBundle": false, 10 "_inBundle": false,
11 - "_integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", 11 + "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
12 "_location": "/raw-body", 12 "_location": "/raw-body",
13 - "_phantomChildren": {}, 13 + "_phantomChildren": {
14 + "depd": "1.1.2",
15 + "inherits": "2.0.3",
16 + "statuses": "1.5.0",
17 + "toidentifier": "1.0.0"
18 + },
14 "_requested": { 19 "_requested": {
15 "type": "version", 20 "type": "version",
16 "registry": true, 21 "registry": true,
17 - "raw": "raw-body@2.3.3", 22 + "raw": "raw-body@2.4.0",
18 "name": "raw-body", 23 "name": "raw-body",
19 "escapedName": "raw-body", 24 "escapedName": "raw-body",
20 - "rawSpec": "2.3.3", 25 + "rawSpec": "2.4.0",
21 "saveSpec": null, 26 "saveSpec": null,
22 - "fetchSpec": "2.3.3" 27 + "fetchSpec": "2.4.0"
23 }, 28 },
24 "_requiredBy": [ 29 "_requiredBy": [
25 "/body-parser" 30 "/body-parser"
26 ], 31 ],
27 - "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", 32 + "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
28 - "_spec": "2.3.3", 33 + "_spec": "2.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 34 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 35 "author": {
31 "name": "Jonathan Ong", 36 "name": "Jonathan Ong",
32 "email": "me@jongleberry.com", 37 "email": "me@jongleberry.com",
...@@ -46,23 +51,23 @@ ...@@ -46,23 +51,23 @@
46 } 51 }
47 ], 52 ],
48 "dependencies": { 53 "dependencies": {
49 - "bytes": "3.0.0", 54 + "bytes": "3.1.0",
50 - "http-errors": "1.6.3", 55 + "http-errors": "1.7.2",
51 - "iconv-lite": "0.4.23", 56 + "iconv-lite": "0.4.24",
52 "unpipe": "1.0.0" 57 "unpipe": "1.0.0"
53 }, 58 },
54 "description": "Get and validate the raw body of a readable stream.", 59 "description": "Get and validate the raw body of a readable stream.",
55 "devDependencies": { 60 "devDependencies": {
56 - "bluebird": "3.5.1", 61 + "bluebird": "3.5.4",
57 - "eslint": "4.19.1", 62 + "eslint": "5.16.0",
58 - "eslint-config-standard": "11.0.0", 63 + "eslint-config-standard": "12.0.0",
59 - "eslint-plugin-import": "2.11.0", 64 + "eslint-plugin-import": "2.16.0",
60 - "eslint-plugin-markdown": "1.0.0-beta.6", 65 + "eslint-plugin-markdown": "1.0.0",
61 - "eslint-plugin-node": "6.0.1", 66 + "eslint-plugin-node": "8.0.1",
62 - "eslint-plugin-promise": "3.7.0", 67 + "eslint-plugin-promise": "4.1.1",
63 - "eslint-plugin-standard": "3.1.0", 68 + "eslint-plugin-standard": "4.0.0",
64 "istanbul": "0.4.5", 69 "istanbul": "0.4.5",
65 - "mocha": "2.5.3", 70 + "mocha": "6.1.3",
66 "readable-stream": "2.3.6", 71 "readable-stream": "2.3.6",
67 "safe-buffer": "5.1.2" 72 "safe-buffer": "5.1.2"
68 }, 73 },
...@@ -89,5 +94,5 @@ ...@@ -89,5 +94,5 @@
89 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/", 94 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
90 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/" 95 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
91 }, 96 },
92 - "version": "2.3.3" 97 + "version": "2.4.0"
93 } 98 }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "readable-stream@3.0.6", 4 "readable-stream@3.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "readable-stream@3.0.6", 8 "_from": "readable-stream@3.0.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.0.6.tgz", 27 "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.0.6.tgz",
28 "_spec": "3.0.6", 28 "_spec": "3.0.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "browser": { 30 "browser": {
31 "util": false, 31 "util": false,
32 "worker_threads": false, 32 "worker_threads": false,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "regexp-clone@1.0.0", 4 "regexp-clone@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "regexp-clone@1.0.0", 8 "_from": "regexp-clone@1.0.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", 28 "_resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz",
29 "_spec": "1.0.0", 29 "_spec": "1.0.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Aaron Heckmann", 32 "name": "Aaron Heckmann",
33 "email": "aaron.heckmann+github@gmail.com" 33 "email": "aaron.heckmann+github@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "request-progress@2.0.1", 4 "request-progress@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "request-progress@2.0.1", 8 "_from": "request-progress@2.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz",
28 "_spec": "2.0.1", 28 "_spec": "2.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "IndigoUnited", 31 "name": "IndigoUnited",
32 "email": "hello@indigounited.com", 32 "email": "hello@indigounited.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "assert-plus@1.0.0", 4 "assert-plus@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "assert-plus@1.0.0", 8 "_from": "assert-plus@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mark Cavage", 31 "name": "Mark Cavage",
32 "email": "mcavage@gmail.com" 32 "email": "mcavage@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "aws-sign2@0.7.0", 4 "aws-sign2@0.7.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "aws-sign2@0.7.0", 8 "_from": "aws-sign2@0.7.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", 27 "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
28 "_spec": "0.7.0", 28 "_spec": "0.7.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com", 32 "email": "mikeal.rogers@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "caseless@0.12.0", 4 "caseless@0.12.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "caseless@0.12.0", 8 "_from": "caseless@0.12.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", 27 "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
28 "_spec": "0.12.0", 28 "_spec": "0.12.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com" 32 "email": "mikeal.rogers@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "form-data@2.3.3", 4 "form-data@2.3.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "form-data@2.3.3", 8 "_from": "form-data@2.3.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", 27 "_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
28 "_spec": "2.3.3", 28 "_spec": "2.3.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Felix Geisendörfer", 31 "name": "Felix Geisendörfer",
32 "email": "felix@debuggable.com", 32 "email": "felix@debuggable.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "har-validator@5.1.3", 4 "har-validator@5.1.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "har-validator@5.1.3", 8 "_from": "har-validator@5.1.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", 27 "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
28 "_spec": "5.1.3", 28 "_spec": "5.1.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Ahmad Nassri", 31 "name": "Ahmad Nassri",
32 "email": "ahmad@ahmadnassri.com", 32 "email": "ahmad@ahmadnassri.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "http-signature@1.2.0", 4 "http-signature@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "http-signature@1.2.0", 8 "_from": "http-signature@1.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
28 "_spec": "1.2.0", 28 "_spec": "1.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Joyent, Inc" 31 "name": "Joyent, Inc"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "oauth-sign@0.9.0", 4 "oauth-sign@0.9.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "oauth-sign@0.9.0", 8 "_from": "oauth-sign@0.9.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", 27 "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
28 "_spec": "0.9.0", 28 "_spec": "0.9.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com", 32 "email": "mikeal.rogers@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "punycode@1.4.1", 4 "punycode@1.4.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "punycode@1.4.1", 8 "_from": "punycode@1.4.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", 27 "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
28 "_spec": "1.4.1", 28 "_spec": "1.4.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mathias Bynens", 31 "name": "Mathias Bynens",
32 "url": "https://mathiasbynens.be/" 32 "url": "https://mathiasbynens.be/"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tough-cookie@2.4.3", 4 "tough-cookie@2.4.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tough-cookie@2.4.3", 8 "_from": "tough-cookie@2.4.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", 27 "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
28 "_spec": "2.4.3", 28 "_spec": "2.4.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jeremy Stashewsky", 31 "name": "Jeremy Stashewsky",
32 "email": "jstash@gmail.com" 32 "email": "jstash@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tunnel-agent@0.6.0", 4 "tunnel-agent@0.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tunnel-agent@0.6.0", 8 "_from": "tunnel-agent@0.6.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", 27 "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
28 "_spec": "0.6.0", 28 "_spec": "0.6.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com", 32 "email": "mikeal.rogers@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "uuid@3.3.2", 4 "uuid@3.3.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "uuid@3.3.2", 8 "_from": "uuid@3.3.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", 27 "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
28 "_spec": "3.3.2", 28 "_spec": "3.3.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bin": { 30 "bin": {
31 "uuid": "./bin/uuid" 31 "uuid": "./bin/uuid"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "request@2.88.0", 4 "request@2.88.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "request@2.88.0", 8 "_from": "request@2.88.0",
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
37 ], 37 ],
38 "_resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", 38 "_resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz",
39 "_spec": "2.88.0", 39 "_spec": "2.88.0",
40 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 40 + "_where": "/Users/star/Desktop/YTMT",
41 "author": { 41 "author": {
42 "name": "Mikeal Rogers", 42 "name": "Mikeal Rogers",
43 "email": "mikeal.rogers@gmail.com" 43 "email": "mikeal.rogers@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "require_optional@1.0.1", 4 "require_optional@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "require_optional@1.0.1", 8 "_from": "require_optional@1.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz",
28 "_spec": "1.0.1", 28 "_spec": "1.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Christian Kvalheim Amor" 31 "name": "Christian Kvalheim Amor"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "resolve-from@2.0.0", 4 "resolve-from@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "resolve-from@2.0.0", 8 "_from": "resolve-from@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "rimraf@2.6.2", 4 "rimraf@2.6.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "rimraf@2.6.2", 8 "_from": "rimraf@2.6.2",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", 28 "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
29 "_spec": "2.6.2", 29 "_spec": "2.6.2",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Isaac Z. Schlueter", 32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me", 33 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "rsvp@4.8.5", 4 "rsvp@4.8.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "rsvp@4.8.5", 8 "_from": "rsvp@4.8.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", 27 "_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
28 "_spec": "4.8.5", 28 "_spec": "4.8.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Tilde, Inc. & Stefan Penner" 31 "name": "Tilde, Inc. & Stefan Penner"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "safe-buffer@5.1.2", 4 "safe-buffer@5.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "safe-buffer@5.1.2", 8 "_from": "safe-buffer@5.1.2",
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 ], 36 ],
37 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 37 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
38 "_spec": "5.1.2", 38 "_spec": "5.1.2",
39 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 39 + "_where": "/Users/star/Desktop/YTMT",
40 "author": { 40 "author": {
41 "name": "Feross Aboukhadijeh", 41 "name": "Feross Aboukhadijeh",
42 "email": "feross@feross.org", 42 "email": "feross@feross.org",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "safer-buffer@2.1.2", 4 "safer-buffer@2.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "safer-buffer@2.1.2", 8 "_from": "safer-buffer@2.1.2",
...@@ -25,12 +25,13 @@ ...@@ -25,12 +25,13 @@
25 "/asn1", 25 "/asn1",
26 "/cheerio-httpcli/iconv-lite", 26 "/cheerio-httpcli/iconv-lite",
27 "/ecc-jsbn", 27 "/ecc-jsbn",
28 + "/express/iconv-lite",
28 "/iconv-lite", 29 "/iconv-lite",
29 "/sshpk" 30 "/sshpk"
30 ], 31 ],
31 "_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 32 "_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
32 "_spec": "2.1.2", 33 "_spec": "2.1.2",
33 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 34 + "_where": "/Users/star/Desktop/YTMT",
34 "author": { 35 "author": {
35 "name": "Nikita Skovoroda", 36 "name": "Nikita Skovoroda",
36 "email": "chalkerx@gmail.com", 37 "email": "chalkerx@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "saslprep@1.0.3", 4 "saslprep@1.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "saslprep@1.0.3", 8 "_from": "saslprep@1.0.3",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", 28 "_resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz",
29 "_spec": "1.0.3", 29 "_spec": "1.0.3",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Dmitry Tsvettsikh", 32 "name": "Dmitry Tsvettsikh",
33 "email": "me@reklatsmasters.com" 33 "email": "me@reklatsmasters.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "semver@5.6.0", 4 "semver@5.6.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "semver@5.6.0", 8 "_from": "semver@5.6.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz", 28 "_resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz",
29 "_spec": "5.6.0", 29 "_spec": "5.6.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "bin": { 31 "bin": {
32 "semver": "./bin/semver" 32 "semver": "./bin/semver"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "statuses@1.4.0", 4 "statuses@1.4.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "statuses@1.4.0", 8 "_from": "statuses@1.4.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", 27 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
28 "_spec": "1.4.0", 28 "_spec": "1.4.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/jshttp/statuses/issues" 31 "url": "https://github.com/jshttp/statuses/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "send@0.16.2", 4 "send@0.16.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "send@0.16.2", 8 "_from": "send@0.16.2",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", 28 "_resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
29 "_spec": "0.16.2", 29 "_spec": "0.16.2",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "TJ Holowaychuk", 32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca" 33 "email": "tj@vision-media.ca"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ms@2.1.1", 4 "ms@2.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ms@2.1.1", 8 "_from": "ms@2.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
28 "_spec": "2.1.1", 28 "_spec": "2.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/zeit/ms/issues" 31 "url": "https://github.com/zeit/ms/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "safe-buffer@5.1.1", 4 "safe-buffer@5.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "safe-buffer@5.1.1", 8 "_from": "safe-buffer@5.1.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", 27 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
28 "_spec": "5.1.1", 28 "_spec": "5.1.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Feross Aboukhadijeh", 31 "name": "Feross Aboukhadijeh",
32 "email": "feross@feross.org", 32 "email": "feross@feross.org",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "serve-favicon@2.5.0", 4 "serve-favicon@2.5.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "serve-favicon@2.5.0", 8 "_from": "serve-favicon@2.5.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz", 27 "_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz",
28 "_spec": "2.5.0", 28 "_spec": "2.5.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Douglas Christopher Wilson", 31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com" 32 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "serve-static@1.13.2", 4 "serve-static@1.13.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "serve-static@1.13.2", 8 "_from": "serve-static@1.13.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", 27 "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
28 "_spec": "1.13.2", 28 "_spec": "1.13.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Douglas Christopher Wilson", 31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com" 32 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "setprototypeof@1.1.0", 4 "setprototypeof@1.1.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "setprototypeof@1.1.0", 8 "_from": "setprototypeof@1.1.0",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", 28 "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
29 "_spec": "1.1.0", 29 "_spec": "1.1.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Wes Todd" 32 "name": "Wes Todd"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "shebang-command@1.2.0", 4 "shebang-command@1.2.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "shebang-command@1.2.0", 8 "_from": "shebang-command@1.2.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", 27 "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
28 "_spec": "1.2.0", 28 "_spec": "1.2.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Kevin Martensson", 31 "name": "Kevin Martensson",
32 "email": "kevinmartensson@gmail.com", 32 "email": "kevinmartensson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "shebang-regex@1.0.0", 4 "shebang-regex@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "shebang-regex@1.0.0", 8 "_from": "shebang-regex@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "sift@7.0.1", 4 "sift@7.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "sift@7.0.1", 8 "_from": "sift@7.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/sift/-/sift-7.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/sift/-/sift-7.0.1.tgz",
28 "_spec": "7.0.1", 28 "_spec": "7.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Craig Condon", 31 "name": "Craig Condon",
32 "email": "craig.j.condon@gmail.com", 32 "email": "craig.j.condon@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "signal-exit@3.0.2", 4 "signal-exit@3.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "signal-exit@3.0.2", 8 "_from": "signal-exit@3.0.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", 27 "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
28 "_spec": "3.0.2", 28 "_spec": "3.0.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Ben Coe", 31 "name": "Ben Coe",
32 "email": "ben@npmjs.com" 32 "email": "ben@npmjs.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "sliced@1.0.1", 4 "sliced@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "sliced@1.0.1", 8 "_from": "sliced@1.0.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", 28 "_resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz",
29 "_spec": "1.0.1", 29 "_spec": "1.0.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Aaron Heckmann", 32 "name": "Aaron Heckmann",
33 "email": "aaron.heckmann+github@gmail.com" 33 "email": "aaron.heckmann+github@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "sntp@1.0.9", 4 "sntp@1.0.9",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "sntp@1.0.9", 8 "_from": "sntp@1.0.9",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", 27 "_resolved": "http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
28 "_spec": "1.0.9", 28 "_spec": "1.0.9",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Eran Hammer", 31 "name": "Eran Hammer",
32 "email": "eran@hammer.io", 32 "email": "eran@hammer.io",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "sparse-bitfield@3.0.3", 4 "sparse-bitfield@3.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "sparse-bitfield@3.0.3", 8 "_from": "sparse-bitfield@3.0.3",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", 28 "_resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
29 "_spec": "3.0.3", 29 "_spec": "3.0.3",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Mathias Buus", 32 "name": "Mathias Buus",
33 "url": "@mafintosh" 33 "url": "@mafintosh"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "spawn-sync@2.0.0", 4 "spawn-sync@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "spawn-sync@2.0.0", 8 "_from": "spawn-sync@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "ForbesLindesay" 31 "name": "ForbesLindesay"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "async@0.1.22", 4 "async@0.1.22",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "async@0.1.22", 8 "_from": "async@0.1.22",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/async/-/async-0.1.22.tgz", 27 "_resolved": "http://registry.npmjs.org/async/-/async-0.1.22.tgz",
28 "_spec": "0.1.22", 28 "_spec": "0.1.22",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Caolan McMahon" 31 "name": "Caolan McMahon"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "isarray@0.0.1", 4 "isarray@0.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "isarray@0.0.1", 8 "_from": "isarray@0.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
28 "_spec": "0.0.1", 28 "_spec": "0.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Julian Gruber", 31 "name": "Julian Gruber",
32 "email": "mail@juliangruber.com", 32 "email": "mail@juliangruber.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "readable-stream@1.0.34", 4 "readable-stream@1.0.34",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "readable-stream@1.0.34", 8 "_from": "readable-stream@1.0.34",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", 27 "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
28 "_spec": "1.0.34", 28 "_spec": "1.0.34",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Isaac Z. Schlueter", 31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me", 32 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "string_decoder@0.10.31", 4 "string_decoder@0.10.31",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "string_decoder@0.10.31", 8 "_from": "string_decoder@0.10.31",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", 27 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
28 "_spec": "0.10.31", 28 "_spec": "0.10.31",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/rvagg/string_decoder/issues" 31 "url": "https://github.com/rvagg/string_decoder/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tiny-jsonrpc@0.2.1", 4 "tiny-jsonrpc@0.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tiny-jsonrpc@0.2.1", 8 "_from": "tiny-jsonrpc@0.2.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-0.2.1.tgz", 27 "_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-0.2.1.tgz",
28 "_spec": "0.2.1", 28 "_spec": "0.2.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Lon Ingram", 31 "name": "Lon Ingram",
32 "email": "lon@waterfallmobile.com" 32 "email": "lon@waterfallmobile.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "spooky@0.2.5", 4 "spooky@0.2.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "spooky@0.2.5", 8 "_from": "spooky@0.2.5",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 ], 29 ],
30 "_resolved": "https://registry.npmjs.org/spooky/-/spooky-0.2.5.tgz", 30 "_resolved": "https://registry.npmjs.org/spooky/-/spooky-0.2.5.tgz",
31 "_spec": "0.2.5", 31 "_spec": "0.2.5",
32 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 32 + "_where": "/Users/star/Desktop/YTMT",
33 "author": { 33 "author": {
34 "name": "Lon Ingram", 34 "name": "Lon Ingram",
35 "email": "lon@waterfallmobile.com" 35 "email": "lon@waterfallmobile.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "sqlstring@2.3.1", 4 "sqlstring@2.3.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "sqlstring@2.3.1", 8 "_from": "sqlstring@2.3.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz", 27 "_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz",
28 "_spec": "2.3.1", 28 "_spec": "2.3.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/mysqljs/sqlstring/issues" 31 "url": "https://github.com/mysqljs/sqlstring/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "assert-plus@1.0.0", 4 "assert-plus@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "assert-plus@1.0.0", 8 "_from": "assert-plus@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mark Cavage", 31 "name": "Mark Cavage",
32 "email": "mcavage@gmail.com" 32 "email": "mcavage@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "sshpk@1.15.2", 4 "sshpk@1.15.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "sshpk@1.15.2", 8 "_from": "sshpk@1.15.2",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.15.2.tgz", 28 "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.15.2.tgz",
29 "_spec": "1.15.2", 29 "_spec": "1.15.2",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Joyent, Inc" 32 "name": "Joyent, Inc"
33 }, 33 },
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
83 "license": "MIT", 83 "license": "MIT",
84 "main": "lib/index.js", 84 "main": "lib/index.js",
85 "man": [ 85 "man": [
86 - "/Users/star/Desktop/OS/YTMT/YTMT/node_modules/sshpk/man/man1/sshpk-conv.1", 86 + "/Users/star/Desktop/YTMT/node_modules/sshpk/man/man1/sshpk-conv.1",
87 - "/Users/star/Desktop/OS/YTMT/YTMT/node_modules/sshpk/man/man1/sshpk-sign.1", 87 + "/Users/star/Desktop/YTMT/node_modules/sshpk/man/man1/sshpk-sign.1",
88 - "/Users/star/Desktop/OS/YTMT/YTMT/node_modules/sshpk/man/man1/sshpk-verify.1" 88 + "/Users/star/Desktop/YTMT/node_modules/sshpk/man/man1/sshpk-verify.1"
89 ], 89 ],
90 "name": "sshpk", 90 "name": "sshpk",
91 "optionalDependencies": {}, 91 "optionalDependencies": {},
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "statuses@1.5.0", 4 "statuses@1.5.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "statuses@1.5.0", 8 "_from": "statuses@1.5.0",
...@@ -22,11 +22,13 @@ ...@@ -22,11 +22,13 @@
22 "fetchSpec": "1.5.0" 22 "fetchSpec": "1.5.0"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 - "/http-errors" 25 + "/body-parser/http-errors",
26 + "/http-errors",
27 + "/raw-body/http-errors"
26 ], 28 ],
27 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 29 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
28 "_spec": "1.5.0", 30 "_spec": "1.5.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 32 "bugs": {
31 "url": "https://github.com/jshttp/statuses/issues" 33 "url": "https://github.com/jshttp/statuses/issues"
32 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "string_decoder@1.1.1", 4 "string_decoder@1.1.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "string_decoder@1.1.1", 8 "_from": "string_decoder@1.1.1",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 29 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
30 "_spec": "1.1.1", 30 "_spec": "1.1.1",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "bugs": { 32 "bugs": {
33 "url": "https://github.com/nodejs/string_decoder/issues" 33 "url": "https://github.com/nodejs/string_decoder/issues"
34 }, 34 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "stringstream@0.0.6", 4 "stringstream@0.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "stringstream@0.0.6", 8 "_from": "stringstream@0.0.6",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.6.tgz", 27 "_resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.6.tgz",
28 "_spec": "0.0.6", 28 "_spec": "0.0.6",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Michael Hart", 31 "name": "Michael Hart",
32 "email": "michael.hart.au@gmail.com", 32 "email": "michael.hart.au@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "strip-ansi@3.0.1", 4 "strip-ansi@3.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "strip-ansi@3.0.1", 8 "_from": "strip-ansi@3.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", 27 "_resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
28 "_spec": "3.0.1", 28 "_spec": "3.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "strip-eof@1.0.0", 4 "strip-eof@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "strip-eof@1.0.0", 8 "_from": "strip-eof@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", 27 "_resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "supports-color@2.0.0", 4 "supports-color@2.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "supports-color@2.0.0", 8 "_from": "supports-color@2.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
28 "_spec": "2.0.0", 28 "_spec": "2.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Sindre Sorhus", 31 "name": "Sindre Sorhus",
32 "email": "sindresorhus@gmail.com", 32 "email": "sindresorhus@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "throttleit@1.0.0", 4 "throttleit@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "throttleit@1.0.0", 8 "_from": "throttleit@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/component/throttle/issues" 31 "url": "https://github.com/component/throttle/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tiny-jsonrpc@2.0.1", 4 "tiny-jsonrpc@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tiny-jsonrpc@2.0.1", 8 "_from": "tiny-jsonrpc@2.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz",
28 "_spec": "2.0.1", 28 "_spec": "2.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Lon Ingram", 31 "name": "Lon Ingram",
32 "email": "lawnsea@gmail.com" 32 "email": "lawnsea@gmail.com"
......
1 +MIT License
2 +
3 +Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
4 +
5 +Permission is hereby granted, free of charge, to any person obtaining a copy
6 +of this software and associated documentation files (the "Software"), to deal
7 +in the Software without restriction, including without limitation the rights
8 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 +copies of the Software, and to permit persons to whom the Software is
10 +furnished to do so, subject to the following conditions:
11 +
12 +The above copyright notice and this permission notice shall be included in all
13 +copies or substantial portions of the Software.
14 +
15 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 +SOFTWARE.
1 +# toidentifier
2 +
3 +[![NPM Version][npm-image]][npm-url]
4 +[![NPM Downloads][downloads-image]][downloads-url]
5 +[![Build Status][travis-image]][travis-url]
6 +[![Test Coverage][codecov-image]][codecov-url]
7 +
8 +> Convert a string of words to a JavaScript identifier
9 +
10 +## Install
11 +
12 +This is a [Node.js](https://nodejs.org/en/) module available through the
13 +[npm registry](https://www.npmjs.com/). Installation is done using the
14 +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
15 +
16 +```bash
17 +$ npm install toidentifier
18 +```
19 +
20 +## Example
21 +
22 +```js
23 +var toIdentifier = require('toidentifier')
24 +
25 +console.log(toIdentifier('Bad Request'))
26 +// => "BadRequest"
27 +```
28 +
29 +## API
30 +
31 +This CommonJS module exports a single default function: `toIdentifier`.
32 +
33 +### toIdentifier(string)
34 +
35 +Given a string as the argument, it will be transformed according to
36 +the following rules and the new string will be returned:
37 +
38 +1. Split into words separated by space characters (`0x20`).
39 +2. Upper case the first character of each word.
40 +3. Join the words together with no separator.
41 +4. Remove all non-word (`[0-9a-z_]`) characters.
42 +
43 +## License
44 +
45 +[MIT](LICENSE)
46 +
47 +[codecov-image]: https://img.shields.io/codecov/c/github/component/toidentifier.svg
48 +[codecov-url]: https://codecov.io/gh/component/toidentifier
49 +[downloads-image]: https://img.shields.io/npm/dm/toidentifier.svg
50 +[downloads-url]: https://npmjs.org/package/toidentifier
51 +[npm-image]: https://img.shields.io/npm/v/toidentifier.svg
52 +[npm-url]: https://npmjs.org/package/toidentifier
53 +[travis-image]: https://img.shields.io/travis/component/toidentifier/master.svg
54 +[travis-url]: https://travis-ci.org/component/toidentifier
55 +
56 +
57 +##
58 +
59 +[npm]: https://www.npmjs.com/
60 +
61 +[yarn]: https://yarnpkg.com/
1 +/*!
2 + * toidentifier
3 + * Copyright(c) 2016 Douglas Christopher Wilson
4 + * MIT Licensed
5 + */
6 +
7 +/**
8 + * Module exports.
9 + * @public
10 + */
11 +
12 +module.exports = toIdentifier
13 +
14 +/**
15 + * Trasform the given string into a JavaScript identifier
16 + *
17 + * @param {string} str
18 + * @returns {string}
19 + * @public
20 + */
21 +
22 +function toIdentifier (str) {
23 + return str
24 + .split(' ')
25 + .map(function (token) {
26 + return token.slice(0, 1).toUpperCase() + token.slice(1)
27 + })
28 + .join('')
29 + .replace(/[^ _0-9a-z]/gi, '')
30 +}
1 +{
2 + "_args": [
3 + [
4 + "toidentifier@1.0.0",
5 + "/Users/star/Desktop/YTMT"
6 + ]
7 + ],
8 + "_from": "toidentifier@1.0.0",
9 + "_id": "toidentifier@1.0.0",
10 + "_inBundle": false,
11 + "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
12 + "_location": "/toidentifier",
13 + "_phantomChildren": {},
14 + "_requested": {
15 + "type": "version",
16 + "registry": true,
17 + "raw": "toidentifier@1.0.0",
18 + "name": "toidentifier",
19 + "escapedName": "toidentifier",
20 + "rawSpec": "1.0.0",
21 + "saveSpec": null,
22 + "fetchSpec": "1.0.0"
23 + },
24 + "_requiredBy": [
25 + "/body-parser/http-errors",
26 + "/raw-body/http-errors"
27 + ],
28 + "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
29 + "_spec": "1.0.0",
30 + "_where": "/Users/star/Desktop/YTMT",
31 + "author": {
32 + "name": "Douglas Christopher Wilson",
33 + "email": "doug@somethingdoug.com"
34 + },
35 + "bugs": {
36 + "url": "https://github.com/component/toidentifier/issues"
37 + },
38 + "contributors": [
39 + {
40 + "name": "Douglas Christopher Wilson",
41 + "email": "doug@somethingdoug.com"
42 + },
43 + {
44 + "name": "Nick Baugh",
45 + "email": "niftylettuce@gmail.com",
46 + "url": "http://niftylettuce.com/"
47 + }
48 + ],
49 + "description": "Convert a string of words to a JavaScript identifier",
50 + "devDependencies": {
51 + "eslint": "4.19.1",
52 + "eslint-config-standard": "11.0.0",
53 + "eslint-plugin-import": "2.11.0",
54 + "eslint-plugin-markdown": "1.0.0-beta.6",
55 + "eslint-plugin-node": "6.0.1",
56 + "eslint-plugin-promise": "3.7.0",
57 + "eslint-plugin-standard": "3.1.0",
58 + "mocha": "1.21.5",
59 + "nyc": "11.8.0"
60 + },
61 + "engines": {
62 + "node": ">=0.6"
63 + },
64 + "files": [
65 + "index.js"
66 + ],
67 + "homepage": "https://github.com/component/toidentifier#readme",
68 + "license": "MIT",
69 + "name": "toidentifier",
70 + "repository": {
71 + "type": "git",
72 + "url": "git+https://github.com/component/toidentifier.git"
73 + },
74 + "scripts": {
75 + "lint": "eslint --plugin markdown --ext js,md .",
76 + "test": "mocha --reporter spec --bail --check-leaks test/",
77 + "test-cov": "nyc --reporter=html --reporter=text npm test"
78 + },
79 + "version": "1.0.0"
80 +}
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tough-cookie@2.2.2", 4 "tough-cookie@2.2.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tough-cookie@2.2.2", 8 "_from": "tough-cookie@2.2.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz", 27 "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz",
28 "_spec": "2.2.2", 28 "_spec": "2.2.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jeremy Stashewsky", 31 "name": "Jeremy Stashewsky",
32 "email": "jstashewsky@salesforce.com" 32 "email": "jstashewsky@salesforce.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tunnel-agent@0.4.3", 4 "tunnel-agent@0.4.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tunnel-agent@0.4.3", 8 "_from": "tunnel-agent@0.4.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", 27 "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
28 "_spec": "0.4.3", 28 "_spec": "0.4.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mikeal Rogers", 31 "name": "Mikeal Rogers",
32 "email": "mikeal.rogers@gmail.com", 32 "email": "mikeal.rogers@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "tweetnacl@0.14.5", 4 "tweetnacl@0.14.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "tweetnacl@0.14.5", 8 "_from": "tweetnacl@0.14.5",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", 28 "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
29 "_spec": "0.14.5", 29 "_spec": "0.14.5",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "TweetNaCl-js contributors" 32 "name": "TweetNaCl-js contributors"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "type-is@1.6.16", 4 "type-is@1.6.16",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "type-is@1.6.16", 8 "_from": "type-is@1.6.16",
...@@ -22,12 +22,12 @@ ...@@ -22,12 +22,12 @@
22 "fetchSpec": "1.6.16" 22 "fetchSpec": "1.6.16"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 - "/body-parser", 25 + "/express",
26 - "/express" 26 + "/express/body-parser"
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz", 28 "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
29 "_spec": "1.6.16", 29 "_spec": "1.6.16",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "bugs": { 31 "bugs": {
32 "url": "https://github.com/jshttp/type-is/issues" 32 "url": "https://github.com/jshttp/type-is/issues"
33 }, 33 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "type-of@2.0.1", 4 "type-of@2.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "type-of@2.0.1", 8 "_from": "type-of@2.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz",
28 "_spec": "2.0.1", 28 "_spec": "2.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/ForbesLindesay/type-of/issues" 31 "url": "https://github.com/ForbesLindesay/type-of/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "typedarray@0.0.6", 4 "typedarray@0.0.6",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "typedarray@0.0.6", 8 "_from": "typedarray@0.0.6",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", 28 "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
29 "_spec": "0.0.6", 29 "_spec": "0.0.6",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "James Halliday", 32 "name": "James Halliday",
33 "email": "mail@substack.net", 33 "email": "mail@substack.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "uid-safe@2.1.5", 4 "uid-safe@2.1.5",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "uid-safe@2.1.5", 8 "_from": "uid-safe@2.1.5",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", 27 "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
28 "_spec": "2.1.5", 28 "_spec": "2.1.5",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/crypto-utils/uid-safe/issues" 31 "url": "https://github.com/crypto-utils/uid-safe/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "uid2@0.0.3", 4 "uid2@0.0.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "uid2@0.0.3", 8 "_from": "uid2@0.0.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz", 27 "_resolved": "https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz",
28 "_spec": "0.0.3", 28 "_spec": "0.0.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "dependencies": {}, 30 "dependencies": {},
31 "description": "strong uid", 31 "description": "strong uid",
32 "name": "uid2", 32 "name": "uid2",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "underscore@1.3.3", 4 "underscore@1.3.3",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "underscore@1.3.3", 8 "_from": "underscore@1.3.3",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.3.3.tgz", 27 "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.3.3.tgz",
28 "_spec": "1.3.3", 28 "_spec": "1.3.3",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Jeremy Ashkenas", 31 "name": "Jeremy Ashkenas",
32 "email": "jeremy@documentcloud.org" 32 "email": "jeremy@documentcloud.org"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "unpipe@1.0.0", 4 "unpipe@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "unpipe@1.0.0", 8 "_from": "unpipe@1.0.0",
...@@ -22,12 +22,13 @@ ...@@ -22,12 +22,13 @@
22 "fetchSpec": "1.0.0" 22 "fetchSpec": "1.0.0"
23 }, 23 },
24 "_requiredBy": [ 24 "_requiredBy": [
25 + "/express/raw-body",
25 "/finalhandler", 26 "/finalhandler",
26 "/raw-body" 27 "/raw-body"
27 ], 28 ],
28 "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", 29 "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
29 "_spec": "1.0.0", 30 "_spec": "1.0.0",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 32 "author": {
32 "name": "Douglas Christopher Wilson", 33 "name": "Douglas Christopher Wilson",
33 "email": "doug@somethingdoug.com" 34 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "uri-js@4.2.2", 4 "uri-js@4.2.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "uri-js@4.2.2", 8 "_from": "uri-js@4.2.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", 27 "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
28 "_spec": "4.2.2", 28 "_spec": "4.2.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Gary Court", 31 "name": "Gary Court",
32 "email": "gary.court@gmail.com" 32 "email": "gary.court@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "util-deprecate@1.0.2", 4 "util-deprecate@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "util-deprecate@1.0.2", 8 "_from": "util-deprecate@1.0.2",
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 ], 30 ],
31 "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 31 "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
32 "_spec": "1.0.2", 32 "_spec": "1.0.2",
33 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 33 + "_where": "/Users/star/Desktop/YTMT",
34 "author": { 34 "author": {
35 "name": "Nathan Rajlich", 35 "name": "Nathan Rajlich",
36 "email": "nathan@tootallnate.net", 36 "email": "nathan@tootallnate.net",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "utils-merge@1.0.1", 4 "utils-merge@1.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "utils-merge@1.0.1", 8 "_from": "utils-merge@1.0.1",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 ], 28 ],
29 "_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", 29 "_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
30 "_spec": "1.0.1", 30 "_spec": "1.0.1",
31 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 31 + "_where": "/Users/star/Desktop/YTMT",
32 "author": { 32 "author": {
33 "name": "Jared Hanson", 33 "name": "Jared Hanson",
34 "email": "jaredhanson@gmail.com", 34 "email": "jaredhanson@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "valid-url@1.0.9", 4 "valid-url@1.0.9",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "valid-url@1.0.9", 8 "_from": "valid-url@1.0.9",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", 27 "_resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz",
28 "_spec": "1.0.9", 28 "_spec": "1.0.9",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/ogt/valid-url/issues" 31 "url": "https://github.com/ogt/valid-url/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "vary@1.1.2", 4 "vary@1.1.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "vary@1.1.2", 8 "_from": "vary@1.1.2",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", 27 "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
28 "_spec": "1.1.2", 28 "_spec": "1.1.2",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Douglas Christopher Wilson", 31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com" 32 "email": "doug@somethingdoug.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "assert-plus@1.0.0", 4 "assert-plus@1.0.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "assert-plus@1.0.0", 8 "_from": "assert-plus@1.0.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 27 "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
28 "_spec": "1.0.0", 28 "_spec": "1.0.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Mark Cavage", 31 "name": "Mark Cavage",
32 "email": "mcavage@gmail.com" 32 "email": "mcavage@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "verror@1.10.0", 4 "verror@1.10.0",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "verror@1.10.0", 8 "_from": "verror@1.10.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", 27 "_resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
28 "_spec": "1.10.0", 28 "_spec": "1.10.0",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "bugs": { 30 "bugs": {
31 "url": "https://github.com/davepacheco/node-verror/issues" 31 "url": "https://github.com/davepacheco/node-verror/issues"
32 }, 32 },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "which@1.2.14", 4 "which@1.2.14",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "which@1.2.14", 8 "_from": "which@1.2.14",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz", 28 "_resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
29 "_spec": "1.2.14", 29 "_spec": "1.2.14",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Isaac Z. Schlueter", 32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me", 33 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "wrappy@1.0.2", 4 "wrappy@1.0.2",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "wrappy@1.0.2", 8 "_from": "wrappy@1.0.2",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 28 "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
29 "_spec": "1.0.2", 29 "_spec": "1.0.2",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Isaac Z. Schlueter", 32 "name": "Isaac Z. Schlueter",
33 "email": "i@izs.me", 33 "email": "i@izs.me",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "ws@6.2.1", 4 "ws@6.2.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "ws@6.2.1", 8 "_from": "ws@6.2.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", 27 "_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
28 "_spec": "6.2.1", 28 "_spec": "6.2.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Einar Otto Stangvik", 31 "name": "Einar Otto Stangvik",
32 "email": "einaros@gmail.com", 32 "email": "einaros@gmail.com",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "xtend@4.0.1", 4 "xtend@4.0.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "xtend@4.0.1", 8 "_from": "xtend@4.0.1",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 ], 26 ],
27 "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", 27 "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
28 "_spec": "4.0.1", 28 "_spec": "4.0.1",
29 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 29 + "_where": "/Users/star/Desktop/YTMT",
30 "author": { 30 "author": {
31 "name": "Raynos", 31 "name": "Raynos",
32 "email": "raynos2@gmail.com" 32 "email": "raynos2@gmail.com"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 "_args": [ 2 "_args": [
3 [ 3 [
4 "yauzl@2.4.1", 4 "yauzl@2.4.1",
5 - "/Users/star/Desktop/OS/YTMT/YTMT" 5 + "/Users/star/Desktop/YTMT"
6 ] 6 ]
7 ], 7 ],
8 "_from": "yauzl@2.4.1", 8 "_from": "yauzl@2.4.1",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 ], 27 ],
28 "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", 28 "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
29 "_spec": "2.4.1", 29 "_spec": "2.4.1",
30 - "_where": "/Users/star/Desktop/OS/YTMT/YTMT", 30 + "_where": "/Users/star/Desktop/YTMT",
31 "author": { 31 "author": {
32 "name": "Josh Wolfe", 32 "name": "Josh Wolfe",
33 "email": "thejoshwolfe@gmail.com" 33 "email": "thejoshwolfe@gmail.com"
......
...@@ -166,20 +166,66 @@ ...@@ -166,20 +166,66 @@
166 "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" 166 "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA=="
167 }, 167 },
168 "body-parser": { 168 "body-parser": {
169 - "version": "1.18.3", 169 + "version": "1.19.0",
170 - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", 170 + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
171 - "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", 171 + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
172 "requires": { 172 "requires": {
173 - "bytes": "3.0.0", 173 + "bytes": "3.1.0",
174 "content-type": "~1.0.4", 174 "content-type": "~1.0.4",
175 "debug": "2.6.9", 175 "debug": "2.6.9",
176 "depd": "~1.1.2", 176 "depd": "~1.1.2",
177 - "http-errors": "~1.6.3", 177 + "http-errors": "1.7.2",
178 - "iconv-lite": "0.4.23", 178 + "iconv-lite": "0.4.24",
179 "on-finished": "~2.3.0", 179 "on-finished": "~2.3.0",
180 - "qs": "6.5.2", 180 + "qs": "6.7.0",
181 - "raw-body": "2.3.3", 181 + "raw-body": "2.4.0",
182 - "type-is": "~1.6.16" 182 + "type-is": "~1.6.17"
183 + },
184 + "dependencies": {
185 + "http-errors": {
186 + "version": "1.7.2",
187 + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
188 + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
189 + "requires": {
190 + "depd": "~1.1.2",
191 + "inherits": "2.0.3",
192 + "setprototypeof": "1.1.1",
193 + "statuses": ">= 1.5.0 < 2",
194 + "toidentifier": "1.0.0"
195 + }
196 + },
197 + "mime-db": {
198 + "version": "1.42.0",
199 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz",
200 + "integrity": "sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ=="
201 + },
202 + "mime-types": {
203 + "version": "2.1.25",
204 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.25.tgz",
205 + "integrity": "sha512-5KhStqB5xpTAeGqKBAMgwaYMnQik7teQN4IAzC7npDv6kzeU6prfkR67bc87J1kWMPGkoaZSq1npmexMgkmEVg==",
206 + "requires": {
207 + "mime-db": "1.42.0"
208 + }
209 + },
210 + "qs": {
211 + "version": "6.7.0",
212 + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
213 + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ=="
214 + },
215 + "setprototypeof": {
216 + "version": "1.1.1",
217 + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
218 + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
219 + },
220 + "type-is": {
221 + "version": "1.6.18",
222 + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
223 + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
224 + "requires": {
225 + "media-typer": "0.3.0",
226 + "mime-types": "~2.1.24"
227 + }
228 + }
183 } 229 }
184 }, 230 },
185 "boolbase": { 231 "boolbase": {
...@@ -215,9 +261,9 @@ ...@@ -215,9 +261,9 @@
215 "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" 261 "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
216 }, 262 },
217 "bytes": { 263 "bytes": {
218 - "version": "3.0.0", 264 + "version": "3.1.0",
219 - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", 265 + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
220 - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" 266 + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
221 }, 267 },
222 "callsites": { 268 "callsites": {
223 "version": "3.1.0", 269 "version": "3.1.0",
...@@ -667,6 +713,47 @@ ...@@ -667,6 +713,47 @@
667 "vary": "~1.1.2" 713 "vary": "~1.1.2"
668 }, 714 },
669 "dependencies": { 715 "dependencies": {
716 + "body-parser": {
717 + "version": "1.18.3",
718 + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
719 + "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=",
720 + "requires": {
721 + "bytes": "3.0.0",
722 + "content-type": "~1.0.4",
723 + "debug": "2.6.9",
724 + "depd": "~1.1.2",
725 + "http-errors": "~1.6.3",
726 + "iconv-lite": "0.4.23",
727 + "on-finished": "~2.3.0",
728 + "qs": "6.5.2",
729 + "raw-body": "2.3.3",
730 + "type-is": "~1.6.16"
731 + }
732 + },
733 + "bytes": {
734 + "version": "3.0.0",
735 + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
736 + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
737 + },
738 + "iconv-lite": {
739 + "version": "0.4.23",
740 + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
741 + "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==",
742 + "requires": {
743 + "safer-buffer": ">= 2.1.2 < 3"
744 + }
745 + },
746 + "raw-body": {
747 + "version": "2.3.3",
748 + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz",
749 + "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==",
750 + "requires": {
751 + "bytes": "3.0.0",
752 + "http-errors": "1.6.3",
753 + "iconv-lite": "0.4.23",
754 + "unpipe": "1.0.0"
755 + }
756 + },
670 "statuses": { 757 "statuses": {
671 "version": "1.4.0", 758 "version": "1.4.0",
672 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", 759 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
...@@ -981,9 +1068,9 @@ ...@@ -981,9 +1068,9 @@
981 } 1068 }
982 }, 1069 },
983 "iconv-lite": { 1070 "iconv-lite": {
984 - "version": "0.4.23", 1071 + "version": "0.4.24",
985 - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", 1072 + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
986 - "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", 1073 + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
987 "requires": { 1074 "requires": {
988 "safer-buffer": ">= 2.1.2 < 3" 1075 "safer-buffer": ">= 2.1.2 < 3"
989 } 1076 }
...@@ -1947,14 +2034,33 @@ ...@@ -1947,14 +2034,33 @@
1947 "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" 2034 "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4="
1948 }, 2035 },
1949 "raw-body": { 2036 "raw-body": {
1950 - "version": "2.3.3", 2037 + "version": "2.4.0",
1951 - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", 2038 + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
1952 - "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", 2039 + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
1953 "requires": { 2040 "requires": {
1954 - "bytes": "3.0.0", 2041 + "bytes": "3.1.0",
1955 - "http-errors": "1.6.3", 2042 + "http-errors": "1.7.2",
1956 - "iconv-lite": "0.4.23", 2043 + "iconv-lite": "0.4.24",
1957 "unpipe": "1.0.0" 2044 "unpipe": "1.0.0"
2045 + },
2046 + "dependencies": {
2047 + "http-errors": {
2048 + "version": "1.7.2",
2049 + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
2050 + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
2051 + "requires": {
2052 + "depd": "~1.1.2",
2053 + "inherits": "2.0.3",
2054 + "setprototypeof": "1.1.1",
2055 + "statuses": ">= 1.5.0 < 2",
2056 + "toidentifier": "1.0.0"
2057 + }
2058 + },
2059 + "setprototypeof": {
2060 + "version": "1.1.1",
2061 + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
2062 + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
2063 + }
1958 } 2064 }
1959 }, 2065 },
1960 "readable-stream": { 2066 "readable-stream": {
...@@ -2373,6 +2479,11 @@ ...@@ -2373,6 +2479,11 @@
2373 "resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz", 2479 "resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz",
2374 "integrity": "sha1-VAgNXgUNIfOOZ1GpOiNlDmEw6mI=" 2480 "integrity": "sha1-VAgNXgUNIfOOZ1GpOiNlDmEw6mI="
2375 }, 2481 },
2482 + "toidentifier": {
2483 + "version": "1.0.0",
2484 + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
2485 + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw=="
2486 + },
2376 "tough-cookie": { 2487 "tough-cookie": {
2377 "version": "2.2.2", 2488 "version": "2.2.2",
2378 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz", 2489 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz",
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 "dependencies": { 8 "dependencies": {
9 "async": "^2.6.0", 9 "async": "^2.6.0",
10 "bcrypt-nodejs": "0.0.3", 10 "bcrypt-nodejs": "0.0.3",
11 - "body-parser": "^1.18.3", 11 + "body-parser": "^1.19.0",
12 "casperjs": "^1.1.4", 12 "casperjs": "^1.1.4",
13 "cheerio": "^1.0.0-rc.2", 13 "cheerio": "^1.0.0-rc.2",
14 "cheerio-httpcli": "^0.7.4", 14 "cheerio-httpcli": "^0.7.4",
......
1 -a.nitoon{
2 - font-size: 36px;
3 - color: #8eb640;
4 - font-family:Gugi;
5 - position:absolute;
6 - left: 59.3%;
7 - top: 20%;
8 -}
9 -img.login1 {
10 - position:absolute;
11 - left: 59.5%;
12 - top: 35%;
13 -}
14 -
15 -img.login2 {
16 - position:absolute;
17 - left: 59.5%;
18 - top: 45%;
19 -}
20 -img.login3 {
21 - position: absolute;;
22 - left: 59.2%;
23 - top: 55%;
24 -}
25 -body {
26 - background-image: url('/images/login_back.jpeg');
27 - background-size: cover;
28 -}
...\ No newline at end of file ...\ No newline at end of file
1 -
2 body, html { 1 body, html {
3 font-family: 'Raleway', sans-serif; 2 font-family: 'Raleway', sans-serif;
4 text-rendering: optimizeLegibility !important; 3 text-rendering: optimizeLegibility !important;
......
1 +var express = require('express');
2 +var fs = require('fs');
3 +var router = express.Router();
4 +var mysql = require('mysql');
5 +
6 +var connection = mysql.createConnection({
7 + host : 'localhost',
8 + user : 'soap',
9 + password : '111111',
10 + port : 3306,
11 + database : 'ytmt'
12 +});
13 +
14 +router.get('/', function(req, res) {
15 + var username = [];
16 + connection.query("SELECT username FROM user WHERE id = " + req.user.user_id,[username], function(err, result) {
17 + if(!err) {
18 + if(result[0].username == null) {
19 + fs.readFile('./views/adduser.ejs', function(err, data) {
20 + if(err) {console.log(err);}
21 + else {
22 + res.writeHead(200, {'Content-Type' : 'text/html'});
23 + res.end(data);
24 + }
25 + });
26 + }else {
27 + res.redirect('/mytoons');
28 + }
29 + }
30 + else {
31 + console.log('DB : ERROR OCCURS');
32 + }
33 + });
34 +
35 +});
36 +
37 +router.post('/addtodb', (req, res) => {
38 + var user_name = req.body.username;
39 + var sqlquery = "UPDATE user SET username = '" + user_name +"' WHERE id = " + req.user.user_id;
40 + connection.query(sqlquery,user_name,function(err) {
41 + if(err) {
42 + res.send("DATA BASE : ERROR OCCURS");
43 + }
44 + else {
45 + // res.send("SUCCESS!");
46 + res.redirect('/mytoons');
47 + }
48 + })
49 +})
50 +
51 +module.exports = router;
...\ No newline at end of file ...\ No newline at end of file
...@@ -46,7 +46,7 @@ router.get('/auth/login/kakao', ...@@ -46,7 +46,7 @@ router.get('/auth/login/kakao',
46 router.get('/auth/login/kakao/callback', 46 router.get('/auth/login/kakao/callback',
47 passport.authenticate('kakao', { 47 passport.authenticate('kakao', {
48 //session: false, 48 //session: false,
49 - successRedirect: '/mytoons', 49 + successRedirect: '/adduser',
50 failureRedirect: '/' 50 failureRedirect: '/'
51 }) 51 })
52 ); 52 );
...@@ -92,7 +92,7 @@ router.get('/auth/login/naver', ...@@ -92,7 +92,7 @@ router.get('/auth/login/naver',
92 92
93 router.get('/auth/login/naver/callback', passport.authenticate('naver', { 93 router.get('/auth/login/naver/callback', passport.authenticate('naver', {
94 failureRedirect: '/', 94 failureRedirect: '/',
95 - successRedirect: '/mytoons' 95 + successRedirect: '/adduser'
96 }) 96 })
97 ) 97 )
98 98
...@@ -128,7 +128,7 @@ router.get('/auth/login/google', ...@@ -128,7 +128,7 @@ router.get('/auth/login/google',
128 128
129 router.get('/auth/login/google/callback', passport.authenticate('google', { 129 router.get('/auth/login/google/callback', passport.authenticate('google', {
130 failureRedirect: '/', 130 failureRedirect: '/',
131 - successRedirect: '/mytoons' 131 + successRedirect: '/adduser'
132 })); 132 }));
133 133
134 134
......
...@@ -46,7 +46,7 @@ router.get('/auth/login/kakao', ...@@ -46,7 +46,7 @@ router.get('/auth/login/kakao',
46 router.get('/auth/login/kakao/callback', 46 router.get('/auth/login/kakao/callback',
47 passport.authenticate('kakao', { 47 passport.authenticate('kakao', {
48 //session: false, 48 //session: false,
49 - successRedirect: '/mytoons', 49 + successRedirect: '/adduser',
50 failureRedirect: '/' 50 failureRedirect: '/'
51 }) 51 })
52 ); 52 );
...@@ -92,7 +92,7 @@ router.get('/auth/login/naver', ...@@ -92,7 +92,7 @@ router.get('/auth/login/naver',
92 92
93 router.get('/auth/login/naver/callback', passport.authenticate('naver', { 93 router.get('/auth/login/naver/callback', passport.authenticate('naver', {
94 failureRedirect: '/', 94 failureRedirect: '/',
95 - successRedirect: '/mytoons' 95 + successRedirect: '/adduser'
96 }) 96 })
97 ) 97 )
98 98
...@@ -128,7 +128,7 @@ router.get('/auth/login/google', ...@@ -128,7 +128,7 @@ router.get('/auth/login/google',
128 128
129 router.get('/auth/login/google/callback', passport.authenticate('google', { 129 router.get('/auth/login/google/callback', passport.authenticate('google', {
130 failureRedirect: '/', 130 failureRedirect: '/',
131 - successRedirect: '/mytoons' 131 + successRedirect: '/adduser'
132 })); 132 }));
133 133
134 134
......
...@@ -64,7 +64,7 @@ router.get('/auth/login/kakao', ...@@ -64,7 +64,7 @@ router.get('/auth/login/kakao',
64 router.get('/auth/login/kakao/callback', 64 router.get('/auth/login/kakao/callback',
65 passport.authenticate('kakao', { 65 passport.authenticate('kakao', {
66 //session: false, 66 //session: false,
67 - successRedirect: '/mytoons', 67 + successRedirect: '/adduser',
68 failureRedirect: '/' 68 failureRedirect: '/'
69 }) 69 })
70 ); 70 );
...@@ -99,7 +99,7 @@ router.get('/auth/login/naver', ...@@ -99,7 +99,7 @@ router.get('/auth/login/naver',
99 99
100 router.get('/auth/login/naver/callback', passport.authenticate('naver', { 100 router.get('/auth/login/naver/callback', passport.authenticate('naver', {
101 failureRedirect: '/', 101 failureRedirect: '/',
102 - successRedirect: '/mytoons' 102 + successRedirect: '/adduser'
103 }) 103 })
104 ) 104 )
105 105
...@@ -133,7 +133,7 @@ router.get('/auth/login/google', ...@@ -133,7 +133,7 @@ router.get('/auth/login/google',
133 133
134 router.get('/auth/login/google/callback', passport.authenticate('google', { 134 router.get('/auth/login/google/callback', passport.authenticate('google', {
135 failureRedirect: '/', 135 failureRedirect: '/',
136 - successRedirect: '/mytoons' 136 + successRedirect: '/adduser'
137 })); 137 }));
138 138
139 router.get('/', function(req, res) { 139 router.get('/', function(req, res) {
......
...@@ -13,7 +13,7 @@ var connection = mysql.createConnection({ ...@@ -13,7 +13,7 @@ var connection = mysql.createConnection({
13 13
14 function getYourToons(id,cb){ 14 function getYourToons(id,cb){
15 //현재 로그인한 유저가 아닌 다른 유저들의 내툰리스트 가져오기 15 //현재 로그인한 유저가 아닌 다른 유저들의 내툰리스트 가져오기
16 - var sqlquery = "SELECT u.id, t.toon_index, t.name, t.thum_link, t.webtoon_link, t.week, t.site FROM user u, user_toon_relation ur, toon t WHERE u.id != '"+id+"' && u.id=ur.user_id && t.toon_index=ur.toon_index;"; 16 + var sqlquery = "SELECT u.username, t.name, t.toon_index, t.thum_link, t.webtoon_link, t.week, t.site FROM user u, user_toon_relation ur, toon t WHERE u.id != '"+id+"' && u.id=ur.user_id && t.toon_index=ur.toon_index;";
17 var yourlist = new Array(); 17 var yourlist = new Array();
18 connection.query(sqlquery,id,function(err,rows,result){ 18 connection.query(sqlquery,id,function(err,rows,result){
19 if(!err){ 19 if(!err){
......
1 +<!DOCTYPE html>
2 +
3 +<head>
4 + <meta charset="UTF-8">
5 + <title>입력</title>
6 + <link href="https://fonts.googleapis.com/css?family=Gugi&amp;subset=korean" rel="stylesheet">
7 +</head>
8 +
9 +<body>
10 + <style>
11 + button {
12 + position: absolute;
13 + left: 47.9%;
14 + top: 54%;
15 + font-size: 12px;
16 + width: 60px;
17 + height: 30px;
18 + background-color: #ffffff;
19 + }
20 +
21 + a.abc {
22 + font-size: 30px;
23 + font-family: Gugi;
24 + color: #8eb640;
25 + position: absolute;
26 + left: 2%;
27 + top: 2%;
28 + }
29 +
30 + a.nitoon {
31 + font-size: 36px;
32 + /* color: #8eb640; */
33 + font-family: Gugi;
34 + position: absolute;
35 + top: 37%;
36 + left: 40%;
37 + }
38 +
39 + input {
40 + width: 200px;
41 + height: 50px;
42 + font-size: 20px;
43 + font-family: Gugi;
44 + text-align: center;
45 + position: absolute;
46 + top: 45%;
47 + left: 42.5%;
48 + }
49 +
50 + body {
51 + background-image: url('/images/login_back.jpeg');
52 + background-size: cover;
53 + }
54 + </style>
55 + <a class="abc">
56 + 니툰내툰
57 + </a>
58 +
59 + <a class="nitoon">
60 + 이름을 입력하세요
61 + </a>
62 + <form method="post" action="/adduser/addtodb">
63 + <input type="text" name="username" placeholder="이름">
64 + <button> 제출 </button>
65 + </form>
66 +
67 +
68 +</body>
...\ No newline at end of file ...\ No newline at end of file
...@@ -3,11 +3,40 @@ ...@@ -3,11 +3,40 @@
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <title>Login Select</title> 5 <title>Login Select</title>
6 - <link rel='stylesheet' href='/stylesheets/login.css' />
7 <link href="https://fonts.googleapis.com/css?family=Gugi&amp;subset=korean" rel="stylesheet"> 6 <link href="https://fonts.googleapis.com/css?family=Gugi&amp;subset=korean" rel="stylesheet">
8 </head> 7 </head>
9 <body> 8 <body>
9 + <style>
10 + a.nitoon{
11 + font-size: 36px;
12 + color: #8eb640;
13 + font-family:Gugi;
14 + position:absolute;
15 + left: 830px;
16 + top: 165px;
17 + }
18 + img.login1 {
19 + position:absolute;
20 + left: 830px;
21 + top: 275px;
22 + }
10 23
24 + img.login2 {
25 + position:absolute;
26 + left: 830px;
27 + top: 355px;
28 + }
29 + img.login3 {
30 + position: absolute;;
31 + left: 826px;
32 + top: 435px;
33 + }
34 + body {
35 + background-image: url('/images/login_back.jpeg');
36 + background-size: 1400px 800px;
37 + }
38 +
39 + </style>
11 <div> 40 <div>
12 <a href="/auth/login/kakao" > 41 <a href="/auth/login/kakao" >
13 <img src="/images/kakao_login.png" width="288px" height="64px" alt="엑수박수" class="login1"> 42 <img src="/images/kakao_login.png" width="288px" height="64px" alt="엑수박수" class="login1">
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
42 } 42 }
43 th{ 43 th{
44 border-bottom:2px solid #474747; 44 border-bottom:2px solid #474747;
45 + text-align: center;
45 } 46 }
46 </style> 47 </style>
47 48
...@@ -80,7 +81,7 @@ ...@@ -80,7 +81,7 @@
80 81
81 <table> 82 <table>
82 <tr> 83 <tr>
83 - <th>KakaoID</th> 84 + <th>이름</th>
84 <th>썸네일</th> 85 <th>썸네일</th>
85 <th>웹툰명</th> 86 <th>웹툰명</th>
86 <th>요일</th> 87 <th>요일</th>
...@@ -94,7 +95,7 @@ ...@@ -94,7 +95,7 @@
94 <%}%> 95 <%}%>
95 <% for(i=0;i<yourtoons.length; i++){ 96 <% for(i=0;i<yourtoons.length; i++){
96 %><tr> 97 %><tr>
97 - <td class="toon_name"><%= yourtoons[i].id %></td> 98 + <td class="toon_name"><%= yourtoons[i].username %></td>
98 <td class="toon_thumbnail"><image src="<%= yourtoons[i].thum_link%>"/></td> 99 <td class="toon_thumbnail"><image src="<%= yourtoons[i].thum_link%>"/></td>
99 <td class="toon_name"><%= yourtoons[i].name %></td> 100 <td class="toon_name"><%= yourtoons[i].name %></td>
100 <td class="week"><%= yourtoons[i].week.toLowerCase() %></td> 101 <td class="week"><%= yourtoons[i].week.toLowerCase() %></td>
......
...@@ -369,12 +369,13 @@ INSERT INTO `toon` (`toon_index`, `name`, `thum_link`, `webtoon_link`, `site`, ` ...@@ -369,12 +369,13 @@ INSERT INTO `toon` (`toon_index`, `name`, `thum_link`, `webtoon_link`, `site`, `
369 369
370 CREATE TABLE `user` ( 370 CREATE TABLE `user` (
371 `id` int(200) NOT NULL 371 `id` int(200) NOT NULL
372 + 'username' varchar(255)
372 ) ENGINE=InnoDB DEFAULT CHARSET=utf8; 373 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
373 374
374 -- 375 --
375 -- 테이블의 덤프 데이터 `user` 376 -- 테이블의 덤프 데이터 `user`
376 -- 377 --
377 - 378 +-- id는 자신의 id가 자동으로 추가됨.
378 INSERT INTO `user` (`id`) VALUES 379 INSERT INTO `user` (`id`) VALUES
379 (2), 380 (2),
380 (968383525), 381 (968383525),
......