{
  "_from": "unicorn-magic@^0.4.0",
  "_id": "unicorn-magic@0.4.0",
  "_inBundle": false,
  "_integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
  "_location": "/unicorn-magic",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unicorn-magic@^0.4.0",
    "name": "unicorn-magic",
    "escapedName": "unicorn-magic",
    "rawSpec": "^0.4.0",
    "saveSpec": null,
    "fetchSpec": "^0.4.0"
  },
  "_requiredBy": [
    "/globby"
  ],
  "_resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
  "_shasum": "78c6a090fd6d07abd2468b83b385603e00dfdb24",
  "_spec": "unicorn-magic@^0.4.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/globby",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/unicorn-magic/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Some useful utilities I often need",
  "devDependencies": {
    "ava": "^6.4.1",
    "in-range": "^3.0.0",
    "time-span": "^5.1.0",
    "typescript": "^5.9.3",
    "xo": "^0.59.2"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    ".": {
      "node": {
        "types": "./node.d.ts",
        "import": "./node.js"
      },
      "default": {
        "types": "./default.d.ts",
        "import": "./default.js"
      }
    },
    "./node": {
      "types": "./node.d.ts",
      "import": "./node.js"
    }
  },
  "files": [
    "node.js",
    "node.d.ts",
    "default.js",
    "default.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/unicorn-magic#readme",
  "keywords": [
    "utilities",
    "util",
    "extras",
    "url",
    "path",
    "delay",
    "wait",
    "settimeout",
    "sleep",
    "child_process",
    "child",
    "process",
    "subprocess",
    "exec",
    "execfile",
    "execfilesync"
  ],
  "license": "MIT",
  "name": "unicorn-magic",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/unicorn-magic.git"
  },
  "scripts": {
    "test": "xo && ava && tsc node.d.ts"
  },
  "sideEffects": false,
  "type": "module",
  "version": "0.4.0"
}
