Files
2023-08-01 13:49:46 +02:00

71 lines
1.8 KiB
JSON

{
"_from": "dom5@^1.1.1",
"_id": "dom5@1.3.6",
"_inBundle": false,
"_integrity": "sha1-pwiKn8XzsI3J9u2kx6uuskGUXg0=",
"_location": "/dom5",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dom5@^1.1.1",
"name": "dom5",
"escapedName": "dom5",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/http2-push-manifest",
"/hydrolysis",
"/vulcanize"
],
"_resolved": "https://registry.npmjs.org/dom5/-/dom5-1.3.6.tgz",
"_shasum": "a7088a9fc5f3b08dc9f6eda4c7abaeb241945e0d",
"_spec": "dom5@^1.1.1",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/http2-push-manifest",
"author": {
"name": "The Polymer Authors"
},
"bugs": {
"url": "https://github.com/PolymerLabs/dom5/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/clone": "^0.1.29",
"@types/node": "^4.0.30",
"@types/parse5": "^0.0.31",
"clone": "^1.0.2",
"parse5": "^1.4.1"
},
"deprecated": false,
"description": "Utilities for working with parse5 ASTs",
"devDependencies": {
"chai": "^3.3.0",
"clang-format": "^1.0.42",
"jshint": "^2.6.3",
"mocha": "^2.0.1",
"tslint": "^3.14.0",
"typescript": "^2.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/PolymerLabs/dom5",
"license": "BSD-3-Clause",
"main": "dom5.js",
"name": "dom5",
"repository": {
"type": "git",
"url": "git+https://github.com/PolymerLabs/dom5.git"
},
"scripts": {
"build": "tsc",
"format": "clang-format --style=file -i dom5.ts",
"prepublish": "npm run test",
"test": "npm run build && tslint dom5.ts && jshint --verbose test/*.js && mocha --ui tdd"
},
"typings": "dom5.d.ts",
"version": "1.3.6"
}