Files
asciidisco.com/build/node_modules/vulcanize/package.json
2023-08-01 13:49:46 +02:00

70 lines
1.8 KiB
JSON

{
"_from": "vulcanize@^1.13.1",
"_id": "vulcanize@1.16.0",
"_inBundle": false,
"_integrity": "sha512-TYlFljSc896b5+0FmMiw0JAMrHNBiHx0IAFC/dQR3Dxdb9Nx43ohm6wMWTlPXQn4sk/0WkqfgoAA6SLxyvPCLQ==",
"_location": "/vulcanize",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vulcanize@^1.13.1",
"name": "vulcanize",
"escapedName": "vulcanize",
"rawSpec": "^1.13.1",
"saveSpec": null,
"fetchSpec": "^1.13.1"
},
"_requiredBy": [
"/http2-push-manifest"
],
"_resolved": "https://registry.npmjs.org/vulcanize/-/vulcanize-1.16.0.tgz",
"_shasum": "b0ce3b0044d194ad4908ae4f1a6c6110a6e4d5e6",
"_spec": "vulcanize@^1.13.1",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/http2-push-manifest",
"author": {
"name": "The Polymer Project Authors"
},
"bin": {
"vulcanize": "bin/vulcanize"
},
"bugs": {
"url": "https://github.com/Polymer/vulcanize/issues"
},
"bundleDependencies": false,
"dependencies": {
"dom5": "^1.3.1",
"es6-promise": "^2.1.0",
"hydrolysis": "^1.19.1",
"nopt": "^3.0.1",
"path-posix": "^1.0.0"
},
"deprecated": false,
"description": "Process Web Components into one output file",
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^2.8.0",
"firebase": "^2.4.1",
"mocha": "^2.2.4"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/Polymer/vulcanize#readme",
"keywords": [
"web components",
"polymer"
],
"license": "BSD-3-Clause",
"main": "lib/vulcan.js",
"name": "vulcanize",
"repository": {
"type": "git",
"url": "git://github.com/Polymer/vulcanize.git"
},
"scripts": {
"test": "eslint lib bin test && mocha"
},
"version": "1.16.0"
}