1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "html-entities@1.4.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "html-entities@1.4.0",
- "_id": "html-entities@1.4.0",
- "_inBundle": false,
- "_integrity": "sha1-z70bAdKvr5rcobEK59/6uYxx0tw=",
- "_location": "/html-entities",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "html-entities@1.4.0",
- "name": "html-entities",
- "escapedName": "html-entities",
- "rawSpec": "1.4.0",
- "saveSpec": null,
- "fetchSpec": "1.4.0"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npm.taobao.org/html-entities/download/html-entities-1.4.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhtml-entities%2Fdownload%2Fhtml-entities-1.4.0.tgz",
- "_spec": "1.4.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Marat Dulin",
- "email": "mdevils@yandex.ru"
- },
- "bugs": {
- "url": "https://github.com/mdevils/node-html-entities/issues"
- },
- "dependencies": {},
- "description": "Faster HTML entities encode/decode library.",
- "devDependencies": {
- "@types/benchmark": "^2.1.0",
- "@types/chai": "^4.2.11",
- "@types/mocha": "^7.0.2",
- "@types/node": "^13.13.4",
- "benchmark": "^2.1.4",
- "chai": "^4.2.0",
- "coveralls": "^3.1.0",
- "entities": "^2.0.0",
- "mocha": "^7.1.2",
- "node-html-encoder": "^0.0.2",
- "ts-node": "^8.9.1",
- "typescript": "^3.8.3"
- },
- "files": [
- "index.js",
- "lib",
- "LICENSE"
- ],
- "homepage": "https://github.com/mdevils/node-html-entities#readme",
- "keywords": [
- "html",
- "html entities",
- "html entities encode",
- "html entities decode",
- "entities",
- "entities encode",
- "entities decode"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "html-entities",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mdevils/node-html-entities.git"
- },
- "scripts": {
- "benchmark": "ts-node benchmark/benchmark",
- "build": "tsc",
- "prepublishOnly": "yarn build",
- "test": "mocha --recursive -r ts-node/register test/**/*.ts",
- "travis": "yarn test"
- },
- "types": "./lib/index.d.ts",
- "typings": "./lib/index.d.ts",
- "version": "1.4.0"
- }
|