71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"_from": "hydrolysis@1.22.0",
|
|
"_id": "hydrolysis@1.22.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-hNrgExeCFNLLCA13e4eZLSnnM2o=",
|
|
"_location": "/hydrolysis",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "hydrolysis@1.22.0",
|
|
"name": "hydrolysis",
|
|
"escapedName": "hydrolysis",
|
|
"rawSpec": "1.22.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.22.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/http2-push-manifest",
|
|
"/vulcanize"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/hydrolysis/-/hydrolysis-1.22.0.tgz",
|
|
"_shasum": "84dae013178214d2cb080d777b87992d29e7336a",
|
|
"_spec": "hydrolysis@1.22.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/http2-push-manifest",
|
|
"bugs": {
|
|
"url": "https://github.com/Polymer/hydrolysis/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"doctrine": "^0.7.0",
|
|
"dom5": "^1.1.0",
|
|
"es6-promise": "^2.1.0",
|
|
"espree": "^2.0.1",
|
|
"estraverse": "^3.1.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Breaks polymers into monomers",
|
|
"devDependencies": {
|
|
"browserify": "^9.0.8",
|
|
"chai": "^2.2.0",
|
|
"jsdoc-to-markdown": "^1.0.3",
|
|
"jshint": "^2.7.0",
|
|
"mocha": "^2.2.4",
|
|
"watch": "latest",
|
|
"web-component-tester": "^3.3.21"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/Polymer/hydrolysis",
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"name": "hydrolysis",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Polymer/hydrolysis.git"
|
|
},
|
|
"scripts": {
|
|
"apidocs": "node_modules/jsdoc-to-markdown/bin/cli.js {index.js,lib/{analyzer,loader/*}.js} > API.md",
|
|
"build": "browserify -d -r ./index.js:hydrolysis -o hydrolysis.js",
|
|
"build:watch": "watch 'npm run build' ./lib",
|
|
"release": "browserify -r ./index.js:hydrolysis -o hydrolysis.js",
|
|
"test": "jshint index.js lib/ && npm run build && wct && mocha test/test.js"
|
|
},
|
|
"version": "1.22.0"
|
|
}
|