{
  "_from": "ids@^1.0.0",
  "_id": "ids@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-32fy03uB18Lv/IfgPRfr/5WljAU=",
  "_location": "/ids",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ids@^1.0.0",
    "name": "ids",
    "escapedName": "ids",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/bpmn-js",
    "/jeeplus-bpmn",
    "/jp-bpmn-js-properties-panel"
  ],
  "_resolved": "https://registry.npm.taobao.org/ids/download/ids-1.0.0.tgz",
  "_shasum": "df67f2d37b81d7c2effc87e03d17ebff95a58c05",
  "_spec": "ids@^1.0.0",
  "_where": "D:\\vmes-antd-new\\node_modules\\jeeplus-bpmn",
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/Nikku"
  },
  "bugs": {
    "url": "https://github.com/bpmn-io/ids/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple id generation and caching",
  "devDependencies": {
    "chai": "^1.9.1",
    "eslint": "^4.19.1",
    "eslint-plugin-bpmn-io": "^0.5.2",
    "esm": "^3.0.84",
    "hat": "0.0.3",
    "microbundle": "^0.9.0",
    "mocha": "^5.1.1",
    "npm-run-all": "^4.1.3"
  },
  "homepage": "https://github.com/bpmn-io/ids#readme",
  "keywords": [
    "id",
    "ids",
    "id-generator"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "name": "ids",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bpmn-io/ids.git"
  },
  "scripts": {
    "all": "run-s lint test bundle",
    "bundle": "microbundle --no-compress --name Ids --external none",
    "lint": "eslint .",
    "test": "mocha -r esm test"
  },
  "types": "index.d.ts",
  "umd:main": "dist/ids.umd.js",
  "version": "1.0.0"
}
