package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ids",
  3. "_id": "ids@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zvtq1xUto4LttpstyOlFum8lKx+i1OmRfg+6A9drFS9iSZsDPMHG4Sof/qwNR4kCU7jBeWFPrY2ocHxiz7cCRw==",
  6. "_location": "/ids",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "ids",
  12. "name": "ids",
  13. "escapedName": "ids",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ids/-/ids-1.0.0.tgz",
  23. "_shasum": "df67f2d37b81d7c2effc87e03d17ebff95a58c05",
  24. "_spec": "ids",
  25. "_where": "G:\\项目\\lh_mobile",
  26. "author": {
  27. "name": "Nico Rehwaldt",
  28. "url": "https://github.com/Nikku"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/bpmn-io/ids/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Simple id generation and caching",
  36. "devDependencies": {
  37. "chai": "^1.9.1",
  38. "eslint": "^4.19.1",
  39. "eslint-plugin-bpmn-io": "^0.5.2",
  40. "esm": "^3.0.84",
  41. "hat": "0.0.3",
  42. "microbundle": "^0.9.0",
  43. "mocha": "^5.1.1",
  44. "npm-run-all": "^4.1.3"
  45. },
  46. "homepage": "https://github.com/bpmn-io/ids#readme",
  47. "keywords": [
  48. "id",
  49. "ids",
  50. "id-generator"
  51. ],
  52. "license": "MIT",
  53. "main": "dist/index.js",
  54. "module": "dist/index.esm.js",
  55. "name": "ids",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/bpmn-io/ids.git"
  59. },
  60. "scripts": {
  61. "all": "run-s lint test bundle",
  62. "bundle": "microbundle --no-compress --name Ids --external none",
  63. "lint": "eslint .",
  64. "test": "mocha -r esm test"
  65. },
  66. "types": "index.d.ts",
  67. "umd:main": "dist/ids.umd.js",
  68. "version": "1.0.0"
  69. }