{
  "_from": "sync-child-process@^1.0.2",
  "_id": "sync-child-process@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==",
  "_location": "/sync-child-process",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sync-child-process@^1.0.2",
    "name": "sync-child-process",
    "escapedName": "sync-child-process",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/sass-embedded"
  ],
  "_resolved": "https://registry.npmjs.org/sync-child-process/-/sync-child-process-1.0.2.tgz",
  "_shasum": "45e7c72e756d1243e80b547ea2e17957ab9e367f",
  "_spec": "sync-child-process@^1.0.2",
  "_where": "/home/demoaccessworld/public_html/projects/goodwill-lms/node_modules/sass-embedded",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/sass/sync-child-process/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "sync-message-port": "^1.0.0"
  },
  "deprecated": false,
  "description": "Run a subprocess synchronously and interactively in Node.js",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/node": "^22.0.0",
    "gts": "^6.0.2",
    "jest": "^29.4.1",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.2.1",
    "typedoc": "^0.26.11",
    "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-child-process#readme",
  "license": "MIT",
  "main": "dist/lib/index.js",
  "name": "sync-child-process",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sass/sync-child-process.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.0.2"
}
