UNPKG

@comunica/actor-http-memento

Version:

A memento http actor

52 lines (51 loc) 1.28 kB
{ "name": "@comunica/actor-http-memento", "version": "4.1.0", "description": "A memento http actor", "lsd:module": true, "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/comunica-association" }, "homepage": "https://comunica.dev/", "repository": { "type": "git", "url": "https://github.com/comunica/comunica.git", "directory": "packages/actor-http-memento" }, "bugs": { "url": "https://github.com/comunica/comunica/issues" }, "keywords": [ "comunica", "actor", "http", "memento" ], "sideEffects": false, "main": "lib/index.js", "typings": "lib/index", "publishConfig": { "access": "public" }, "files": [ "components", "lib/**/*.d.ts", "lib/**/*.js", "lib/**/*.js.map" ], "scripts": { "build": "yarn run build:ts && yarn run build:components", "build:ts": "node \"../../node_modules/typescript/bin/tsc\"", "build:components": "componentsjs-generator" }, "dependencies": { "@comunica/bus-http": "^4.1.0", "@comunica/context-entries": "^4.1.0", "@comunica/core": "^4.1.0", "@types/http-link-header": "^1.0.7", "http-link-header": "^1.1.3" }, "gitHead": "711446473d18f5fd47aa1a67e6c23582234221ec" }