{
  "_from": "sync-message-port@^1.0.0",
  "_id": "sync-message-port@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-gAQ9qrUN/UCypHtGFbbe7Rc/f9bzO88IwrG8TDo/aMKAApKyD6E3W4Cm0EfhfBb6Z6SKt59tTCTfD+n1xmAvMg==",
  "_location": "/sync-message-port",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sync-message-port@^1.0.0",
    "name": "sync-message-port",
    "escapedName": "sync-message-port",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/sync-child-process"
  ],
  "_resolved": "https://registry.npmjs.org/sync-message-port/-/sync-message-port-1.2.0.tgz",
  "_shasum": "4b0d622085f21496061037125dec61755d96e330",
  "_spec": "sync-message-port@^1.0.0",
  "_where": "/home/demoaccessworld/public_html/projects/goodwill-lms/node_modules/sync-child-process",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/sass/sync-message-port/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A Node.js communication port that can pass messages synchronously between workers",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.3",
    "gts": "^7.0.0",
    "jest": "^30.0.3",
    "minipass": "7.1.2",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.2.1",
    "typedoc": "^0.28.0",
    "typescript": "^5.0.2"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "exports": {
    "types": "./dist/lib/index.d.ts",
    "default": "./dist/lib/index.js"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://github.com/sass/sync-message-port#readme",
  "license": "MIT",
  "main": "dist/lib/index.js",
  "name": "sync-message-port",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sass/sync-message-port.git"
  },
  "scripts": {
    "check": "npm-run-all check:gts check:tsc",
    "check:gts": "gts check",
    "check:tsc": "tsc --noEmit",
    "clean": "gts clean",
    "compile": "tsc -p tsconfig.build.json",
    "doc": "typedoc lib/index.ts",
    "fix": "gts fix",
    "test": "jest"
  },
  "types": "dist/lib/index.d.ts",
  "version": "1.2.0"
}
