{
  "_from": "@aminya/cmake-ts@^0.3.0-aminya.7",
  "_id": "@aminya/cmake-ts@0.3.0-aminya.7",
  "_inBundle": false,
  "_integrity": "sha512-y6a2Nq1Pj+3Y0tOLob2q0LbCB4cGIbcXJqDO10W51XpqUdB30OU0Xvl6ZDHFluHm/8nY5Vx/Ua9mxobG975//Q==",
  "_location": "/@aminya/cmake-ts",
  "_phantomChildren": {
    "@nodelib/fs.stat": "2.0.5",
    "@nodelib/fs.walk": "1.2.8",
    "glob-parent": "5.1.2",
    "graceful-fs": "4.2.10",
    "merge2": "1.4.1",
    "micromatch": "4.0.5",
    "yallist": "4.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@aminya/cmake-ts@^0.3.0-aminya.7",
    "name": "@aminya/cmake-ts",
    "escapedName": "@aminya%2fcmake-ts",
    "scope": "@aminya",
    "rawSpec": "^0.3.0-aminya.7",
    "saveSpec": null,
    "fetchSpec": "^0.3.0-aminya.7"
  },
  "_requiredBy": [
    "/zeromq"
  ],
  "_resolved": "https://registry.npmjs.org/@aminya/cmake-ts/-/cmake-ts-0.3.0-aminya.7.tgz",
  "_shasum": "79bdd8a04d1118d91255bafdd379a115cf4abfb3",
  "_spec": "@aminya/cmake-ts@^0.3.0-aminya.7",
  "_where": "/var/www/karbon-ai-be-new/node_modules/zeromq",
  "author": {
    "name": "Martin Koppehel"
  },
  "bin": {
    "cmake-ts": "build/main.js"
  },
  "bugs": {
    "url": "https://github.com/EmbeddedEnterprises/cmake-ts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@cypress/request": "^3.0.5",
    "fast-glob": "^3.3.2",
    "fs-extra": "^10",
    "lodash": "^4.17.21",
    "memory-stream": "1.0.0",
    "minizlib": "^2",
    "npmlog": "^6",
    "resolve": "^1.22.8",
    "semver": "^7.6.3",
    "splitargs2": "^0.1.3",
    "tar": "^6",
    "unzipper": "^0.12.3",
    "url-join": "^4.0.1",
    "which": "^2"
  },
  "deprecated": false,
  "description": "cmake-js rewrite in typescript to support advanced build configurations",
  "devDependencies": {
    "@types/fs-extra": "~11.0.4",
    "@types/lodash": "~4.17.12",
    "@types/minizlib": "~2.1.7",
    "@types/node": "^22.7.9",
    "@types/npmlog": "~7.0.0",
    "@types/request": "~2.48.12",
    "@types/resolve": "~1.20.6",
    "@types/semver": "~7.5.8",
    "@types/tar": "^6.1.13",
    "@types/unzipper": "~0.10.10",
    "@types/url-join": "~4.0.3",
    "@types/which": "~3.0.4",
    "eslint-config-atomic": "^1.22.1",
    "npm-check": "^6.0.1",
    "shx": "^0.3.4",
    "typescript": "^5.6.3"
  },
  "files": [
    "build/**/*.js",
    "build/**/*.js.map",
    "build/**/*.d.ts",
    "build/**/*.d.ts.map"
  ],
  "homepage": "https://github.com/EmbeddedEnterprises/cmake-ts#readme",
  "keywords": [
    "cmake",
    "nan",
    "node",
    "native",
    "addon",
    "build",
    "cmake-js"
  ],
  "license": "MIT",
  "main": "build/lib.js",
  "name": "@aminya/cmake-ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EmbeddedEnterprises/cmake-ts.git"
  },
  "scripts": {
    "build": "shx rm -rf build && tsc",
    "deps": "npm-check -p",
    "devdeps": "npm-check -ds",
    "lint": "npm run test.lint -- --fix",
    "start": "tsc -w",
    "test": "echo \"Error: no test specified\" && exit 1",
    "test.lint": "eslint ."
  },
  "version": "0.3.0-aminya.7"
}
