UNPKG

@endo/marshal

Version:

marshal: encoding and deconding of Passable subgraphs

110 lines (109 loc) 3.03 kB
{ "name": "@endo/marshal", "version": "1.9.1", "description": "marshal: encoding and deconding of Passable subgraphs", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./tools/marshal-test-data.js": "./tools/marshal-test-data.js", "./tools/prepare-unicode-code-point-order.js": "./tools/prepare-unicode-code-point-order.js", "./tools/prepare-utf16-code-unit-order.js": "./tools/prepare-utf16-code-unit-order.js", "./tools/prepare-error-if-order-choice-matters.js": "./tools/prepare-error-if-order-choice-matters.js", "./package.json": "./package.json" }, "directories": { "test": "test" }, "scripts": { "build": "exit 0", "prepack": "git clean -fX -e node_modules/ && tsc --build tsconfig.build.json", "postpack": "git clean -fX -e node_modules/", "test": "ses-ava", "test:c8": "c8 ${C8_OPTIONS:-} ses-ava", "test:xs": "exit 0", "pretty-fix": "prettier --write '**/*.js'", "pretty-check": "prettier --check '**/*.js'", "lint-fix": "yarn lint:eslint --fix && yarn lint:types", "lint": "yarn lint:types && yarn lint:eslint", "lint:types": "tsc", "lint:eslint": "eslint '**/*.js'" }, "repository": { "type": "git", "url": "git+https://github.com/endojs/endo.git", "directory": "packages/marshal" }, "keywords": [ "marshal" ], "author": "Endo contributors", "license": "Apache-2.0", "bugs": { "url": "https://github.com/endojs/endo/issues" }, "homepage": "https://github.com/endojs/endo#readme", "dependencies": { "@endo/common": "^1.4.0", "@endo/env-options": "^1.1.11", "@endo/errors": "^1.3.1", "@endo/eventual-send": "^1.5.0", "@endo/harden": "^1.1.0", "@endo/nat": "^5.2.0", "@endo/pass-style": "^1.8.0" }, "devDependencies": { "@endo/init": "^1.1.13", "@endo/lockdown": "^1.0.19", "@endo/ses-ava": "^1.4.1", "@fast-check/ava": "catalog:dev", "ava": "catalog:dev", "babel-eslint": "^10.1.0", "c8": "catalog:dev", "eslint": "catalog:dev", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "ses": "^2.0.0", "tsd": "^0.31.2", "typescript": "catalog:dev" }, "files": [ "./*.d.ts", "./*.js", "./*.map", "LICENSE*", "SECURITY*", "dist", "lib", "src", "tools" ], "eslintConfig": { "extends": [ "plugin:@endo/internal" ] }, "publishConfig": { "access": "public" }, "ava": { "require": [ "@endo/ses-ava/prepare-endo-config.js" ], "files": [ "test/**/*.test.*" ], "timeout": "2m" }, "sesAvaConfigs": { "lockdown": "../../ava-endo-lockdown.config.mjs", "unsafe": "../../ava-endo-lockdown-unsafe.config.mjs", "endo": "../../ava-endo-shims-only.config.mjs" }, "typeCoverage": { "atLeast": 85.3 }, "gitHead": "c3616c39c35f2d052f7083aba31054910951beb4" }