123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "html-entities@1.3.1",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_development": true,
- "_from": "html-entities@1.3.1",
- "_id": "html-entities@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==",
- "_location": "/html-entities",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "html-entities@1.3.1",
- "name": "html-entities",
- "escapedName": "html-entities",
- "rawSpec": "1.3.1",
- "saveSpec": null,
- "fetchSpec": "1.3.1"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz",
- "_spec": "1.3.1",
- "_where": "E:\\amr1.0\\AMR",
- "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/chai": "^4.2.11",
- "@types/mocha": "^7.0.2",
- "@types/node": "^13.11.1",
- "chai": "^1.9.1",
- "coveralls": "^2.11.2",
- "entities": "*",
- "mocha": "^1.21.4",
- "node-html-encoder": "*",
- "ts-node": "^8.8.2",
- "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",
- "typings": "./lib/index",
- "version": "1.3.1"
- }
|