UNPKG

@adobe/helix-pipeline

Version:

(formerly known as Hypermedia Pipeline)

107 lines (106 loc) 3.23 kB
{ "name": "@adobe/helix-pipeline", "version": "6.14.0", "description": "", "repository": "https://github.com/adobe/helix-pipeline", "main": "index.js", "types": "index.d.ts", "scripts": { "semantic-release": "semantic-release", "test": "nyc --reporter=text --reporter=lcov --check-coverage --branches 94 --statements 99 --lines 100 mocha", "test-ci": "npm run lint && npm run test && codecov", "lint": "npx eslint . && npm run types", "types": "npm run docs && node bin/schema2ts.js", "docs": "npx jsonschema2md -d src/schemas -o docs -x docs", "commit": "git-cz" }, "author": "", "license": "Apache-2.0", "devDependencies": { "@adobe/eslint-config-helix": "1.1.0", "@adobe/helix-testutils": "0.3.1", "@adobe/jsonschema2md": "4.1.2", "@pollyjs/adapter-fetch": "4.1.0", "@pollyjs/adapter-node-http": "4.1.0", "@pollyjs/core": "4.1.0", "@pollyjs/persister-fs": "4.1.0", "@semantic-release/changelog": "5.0.1", "@semantic-release/git": "9.0.0", "@semantic-release/github": "7.0.5", "codecov": "3.6.5", "commitizen": "4.0.4", "cz-conventional-changelog": "3.1.0", "eslint": "6.8.0", "eslint-plugin-header": "3.0.0", "eslint-plugin-import": "2.20.2", "ghooks": "2.0.4", "hastscript": "5.1.2", "hyperscript": "2.0.2", "json-schema-to-typescript": "8.2.0", "lint-staged": "10.1.7", "mocha": "7.1.2", "mocha-junit-reporter": "1.23.3", "nock": "12.0.3", "nyc": "15.0.1", "semantic-release": "17.0.7", "sinon": "9.0.2", "unist-builder": "2.0.3", "unist-util-inspect": "5.0.1" }, "dependencies": { "@adobe/helix-epsagon": "1.2.0", "@adobe/helix-fetch": "1.6.0", "@adobe/helix-log": "4.5.1", "@adobe/helix-shared": "7.2.1", "@adobe/openwhisk-action-logger": "2.2.0", "@adobe/openwhisk-action-utils": "4.2.2", "@emmetio/expand-abbreviation": "^0.7.3", "ajv": "^6.10.2", "callsites": "^3.1.0", "clone": "^2.1.2", "dompurify": "2.0.10", "dot-prop": "^5.2.0", "ferrum": "^1.2.0", "fs-extra": "^9.0.0", "github-slugger": "^1.2.1", "hast-util-find-and-replace": "^3.0.0", "hast-util-from-dom": "^2.0.1", "js-yaml": "^3.13.1", "jsdom": "16.2.2", "lodash": "^4.17.15", "mdast-util-to-hast": "^8.0.0", "mdast-util-to-string": "^1.0.6", "micromatch": "^4.0.2", "object-hash": "^2.0.0", "property-information": "^5.2.2", "proxyquire": "2.1.3", "remark-parse": "^8.0.0", "request": "^2.87.0", "request-promise-native": "^1.0.7", "retext": "^7.0.0", "retext-smartypants": "^4.0.0", "strip-markdown": "^3.1.0", "unified": "^9.0.0", "unist-util-map": "^2.0.0", "unist-util-remove": "^2.0.0", "unist-util-remove-position": "2.0.1", "unist-util-select": "^3.0.0", "unist-util-visit": "^2.0.0", "uri-js": "^4.2.2", "url-parse": "^1.4.6", "web-namespaces": "^1.1.3", "xml2js": "^0.4.19", "xmlbuilder": "^15.0.0" }, "lint-staged": { "*.js": "eslint" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npx lint-staged" } } }