{
  "_from": "joycon@^3.0.1",
  "_id": "joycon@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
  "_location": "/joycon",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "joycon@^3.0.1",
    "name": "joycon",
    "escapedName": "joycon",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/esbuild-loader"
  ],
  "_resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
  "_shasum": "bce8596d6ae808f8b68168f5fc69280996894f03",
  "_spec": "joycon@^3.0.1",
  "_where": "/home/ghf/system/node_modules/esbuild-loader",
  "author": {
    "name": "egoist",
    "email": "0x142857@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/egoist/joycon/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Load config with ease.",
  "devDependencies": {
    "@babel/cli": "^7.13.10",
    "@babel/core": "^7.13.10",
    "@babel/preset-env": "^7.13.10",
    "@egoist/prettier-config": "^0.1.0",
    "@types/node": "^14.14.33",
    "babel-jest": "^26.6.3",
    "babel-plugin-sync": "^0.1.0",
    "jest-cli": "^26.6.3",
    "prettier": "^2.2.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib",
    "types/index.d.ts"
  ],
  "homepage": "https://github.com/egoist/joycon#readme",
  "jest": {
    "testEnvironment": "node"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "joycon",
  "repository": {
    "url": "git+https://github.com/egoist/joycon.git",
    "type": "git"
  },
  "scripts": {
    "build": "babel src -d lib --no-comments",
    "prepublishOnly": "npm run build",
    "test": "jest --testPathPattern tests"
  },
  "types": "types/index.d.ts",
  "version": "3.1.1"
}
