{
  "_args": [
    [
      "@monaco-editor/loader@1.4.0",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_from": "@monaco-editor/loader@1.4.0",
  "_id": "@monaco-editor/loader@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==",
  "_location": "/@monaco-editor/loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@monaco-editor/loader@1.4.0",
    "name": "@monaco-editor/loader",
    "escapedName": "@monaco-editor%2floader",
    "scope": "@monaco-editor",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "/@monaco-editor/react"
  ],
  "_resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Suren Atoyan",
    "email": "contact@surenatoyan.com"
  },
  "bugs": {
    "url": "https://github.com/suren-atoyan/monaco-loader/issues"
  },
  "dependencies": {
    "state-local": "^1.0.6"
  },
  "description": "the library aims to setup monaco editor into your browser",
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@rollup/plugin-replace": "^2.3.4",
    "babel-jest": "^26.2.2",
    "babel-loader": "^8.1.0",
    "eslint": "^7.6.0",
    "husky": "^4.2.5",
    "jest": "^26.2.2",
    "rollup": "^2.35.1",
    "rollup-plugin-terser": "^7.0.2"
  },
  "homepage": "https://github.com/suren-atoyan/monaco-loader.git",
  "jsdelivr": "lib/umd/monaco-loader.min.js",
  "keywords": [
    "monaco",
    "editor",
    "loader",
    "monaco-editor",
    "monaco editor"
  ],
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/es/index.js",
  "name": "@monaco-editor/loader",
  "peerDependencies": {
    "monaco-editor": ">= 0.21.0 < 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suren-atoyan/monaco-loader.git"
  },
  "scripts": {
    "build": "rollup -c && cp ./src/types.d.ts ./lib/",
    "coverage": "jest --collect-coverage",
    "lint": "npx eslint src",
    "prepublishOnly": "npm test && npm run lint && npm run build",
    "test": "jest",
    "test-watch": "npm run build && jest --watch"
  },
  "types": "lib/types.d.ts",
  "unpkg": "lib/umd/monaco-loader.min.js",
  "version": "1.4.0"
}
