Update to NPM version
This commit is contained in:
39
ProjectSourceCode/node_modules/charset/package.json
generated
vendored
Normal file
39
ProjectSourceCode/node_modules/charset/package.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "charset",
|
||||
"version": "1.0.1",
|
||||
"description": "Get the content charset from header and html content-type.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npm run lint && egg-bin test",
|
||||
"ci": "npm run lint && egg-bin cov",
|
||||
"lint": "eslint test *.js"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"egg-bin": "1",
|
||||
"egg-ci": "^1.1.0",
|
||||
"eslint": "4",
|
||||
"eslint-config-egg": "5"
|
||||
},
|
||||
"homepage": "https://github.com/node-modules/charset",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/node-modules/charset.git"
|
||||
},
|
||||
"keywords": [
|
||||
"charset",
|
||||
"content-type",
|
||||
"ContentType",
|
||||
"Content-Type",
|
||||
"xml",
|
||||
"encoding"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"ci": {
|
||||
"version": "4, 6, 8"
|
||||
},
|
||||
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user