{ "_from": "ids", "_id": "ids@1.0.0", "_inBundle": false, "_integrity": "sha512-Zvtq1xUto4LttpstyOlFum8lKx+i1OmRfg+6A9drFS9iSZsDPMHG4Sof/qwNR4kCU7jBeWFPrY2ocHxiz7cCRw==", "_location": "/ids", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "ids", "name": "ids", "escapedName": "ids", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/ids/-/ids-1.0.0.tgz", "_shasum": "df67f2d37b81d7c2effc87e03d17ebff95a58c05", "_spec": "ids", "_where": "G:\\项目\\lh_mobile", "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" }