{
  "_from": "orderedmap@^2.0.0",
  "_id": "orderedmap@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==",
  "_location": "/orderedmap",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "orderedmap@^2.0.0",
    "name": "orderedmap",
    "escapedName": "orderedmap",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/prosemirror-model"
  ],
  "_resolved": "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz",
  "_shasum": "61481269c44031c449915497bf5a4ad273c512d2",
  "_spec": "orderedmap@^2.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\prosemirror-model",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijn@haverbeke.berlin"
  },
  "bugs": {
    "url": "https://github.com/marijnh/orderedmap/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Persistent ordered mapping from strings",
  "devDependencies": {
    "rollup": "^1.26.3"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist/*"
  ],
  "homepage": "https://github.com/marijnh/orderedmap#readme",
  "keywords": [
    "persistent",
    "map"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "orderedmap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marijnh/orderedmap.git"
  },
  "scripts": {
    "build": "rollup -c",
    "prepare": "npm run build",
    "watch": "rollup -c -w"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "2.1.1"
}
