You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.5 KiB
103 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"entities@2.0.0",
|
|
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "entities@2.0.0",
|
|
"_id": "entities@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-aNYITKsbB5dnVA2A5Wo5tCPkq/Q=",
|
|
"_location": "/entities",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "entities@2.0.0",
|
|
"name": "entities",
|
|
"escapedName": "entities",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/dom-serializer"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/entities/download/entities-2.0.0.tgz?cache=0&sync_timestamp=1563403318326&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fentities%2Fdownload%2Fentities-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
|
|
"author": {
|
|
"name": "Felix Boehm",
|
|
"email": "me@feedic.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fb55/entities/issues"
|
|
},
|
|
"description": "Encode & decode XML/HTML entities with ease",
|
|
"devDependencies": {
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^12.6.8",
|
|
"@typescript-eslint/eslint-plugin": "^1.12.0",
|
|
"@typescript-eslint/parser": "^1.12.0",
|
|
"coveralls": "*",
|
|
"eslint": "^6.0.1",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"mocha": "^6.1.4",
|
|
"mocha-lcov-reporter": "*",
|
|
"nyc": "^14.1.1",
|
|
"prettier": "^1.18.2",
|
|
"source-map-support": "^0.5.12",
|
|
"ts-node": "^8.3.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"homepage": "https://github.com/fb55/entities#readme",
|
|
"keywords": [
|
|
"html",
|
|
"xml",
|
|
"entity",
|
|
"decoding",
|
|
"encoding"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "entities",
|
|
"nyc": {
|
|
"extension": [
|
|
".ts",
|
|
".tsx"
|
|
],
|
|
"exclude": [
|
|
"**/*.d.ts"
|
|
],
|
|
"reporter": [
|
|
"html",
|
|
"text"
|
|
],
|
|
"all": true
|
|
},
|
|
"prettier": {
|
|
"tabWidth": 4
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fb55/entities.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"eslint": "eslint '**/*.ts'",
|
|
"format": "prettier --write **/*.{ts,md}",
|
|
"prepare": "npm run build",
|
|
"test": "nyc mocha && npm run eslint"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|