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.
81 lines
2.1 KiB
81 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"domelementtype@2.0.2",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "domelementtype@2.0.2",
|
|
"_id": "domelementtype@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-87blSSAeRvWItZRj3XcYcTH+aXE=",
|
|
"_location": "/dom-serializer/domelementtype",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "domelementtype@2.0.2",
|
|
"name": "domelementtype",
|
|
"escapedName": "domelementtype",
|
|
"rawSpec": "2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/dom-serializer"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/domelementtype/download/domelementtype-2.0.2.tgz?cache=0&sync_timestamp=1600028495728&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomelementtype%2Fdownload%2Fdomelementtype-2.0.2.tgz",
|
|
"_spec": "2.0.2",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Felix Boehm",
|
|
"email": "me@feedic.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fb55/domelementtype/issues"
|
|
},
|
|
"description": "all the types of nodes in htmlparser2's dom",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.1.0",
|
|
"@typescript-eslint/parser": "^4.1.0",
|
|
"eslint": "^7.9.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"prettier": "^2.1.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/fb55/domelementtype#readme",
|
|
"keywords": [
|
|
"dom",
|
|
"htmlparser2"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "domelementtype",
|
|
"prettier": {
|
|
"tabWidth": 4
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fb55/domelementtype.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.{ts,json,md}",
|
|
"lint": "eslint src",
|
|
"prepare": "npm run build",
|
|
"test": "npm run lint && prettier --check **/*.{ts,json,md}"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "lib/index.d.ts",
|
|
"version": "2.0.2"
|
|
}
|
|
|