{
  "_from": "nanopop@2.4.2",
  "_id": "nanopop@2.4.2",
  "_inBundle": false,
  "_integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
  "_location": "/nanopop",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nanopop@2.4.2",
    "name": "nanopop",
    "escapedName": "nanopop",
    "rawSpec": "2.4.2",
    "saveSpec": null,
    "fetchSpec": "2.4.2"
  },
  "_requiredBy": [
    "/@simonwep/pickr"
  ],
  "_resolved": "https://registry.npmjs.org/nanopop/-/nanopop-2.4.2.tgz",
  "_shasum": "b55482135be7e64f2d0f5aa8ef51a58104ac7b13",
  "_spec": "nanopop@2.4.2",
  "_where": "/home/m3cs162/webvideos.m3cs.com.br/node_modules/@simonwep/pickr",
  "author": {
    "name": "Simon Reinisch",
    "email": "trash@reinisch.io"
  },
  "bugs": {
    "url": "https://github.com/Simonwep/nanopop/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Ultra tiny, opinionated, positioning engine.",
  "devDependencies": {
    "@playwright/test": "1.41.0",
    "@typescript-eslint/eslint-plugin": "6.19.0",
    "@typescript-eslint/parser": "6.19.0",
    "eslint": "8.56.0",
    "typescript": "5.3.3",
    "vite": "5.0.11",
    "vite-plugin-banner": "0.7.1",
    "vite-plugin-dts": "3.7.1"
  },
  "exports": {
    ".": {
      "import": "./dist/nanopop.mjs",
      "require": "./dist/nanopop.umd.js",
      "types": "./dist/src/index.d.ts"
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "homepage": "https://github.com/Simonwep/nanopop#readme",
  "keywords": [
    "positioning",
    "popper",
    "utility",
    "positioning engine"
  ],
  "license": "MIT",
  "main": "./dist/nanopop.umd.js",
  "module": "./dist/nanopop.mjs",
  "name": "nanopop",
  "packageManager": "pnpm@8.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Simonwep/nanopop.git"
  },
  "scripts": {
    "build": "vite build",
    "dev": "vite",
    "lint": "eslint ./{src,tests}/**/*.ts",
    "lint:fix": "npm run lint -- --fix",
    "serve": "vite preview --port 3005 --outDir .",
    "test": "playwright test",
    "test:ci": "npm run lint:fix && npm run build && npm test"
  },
  "types": "./dist/src/index.d.ts",
  "version": "2.4.2"
}
