package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "object-refs@0.3.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "object-refs@0.3.0",
  9. "_id": "object-refs@0.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eP0ywuoWOaDoiake/6kTJlPJhs+k0qNm4nYRzXLNHj6vh+5M3i9R1epJTdxIPGlhWc4fNRQ7a6XJNCX+/L4FOQ==",
  12. "_location": "/object-refs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-refs@0.3.0",
  18. "name": "object-refs",
  19. "escapedName": "object-refs",
  20. "rawSpec": "0.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.0"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-js",
  26. "/diagram-js"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/object-refs/-/object-refs-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Nico Rehwaldt",
  33. "url": "https://github.com/Nikku"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bpmn-io/object-refs/issues"
  37. },
  38. "description": "Minimal bi-directional object references for JavaScript",
  39. "devDependencies": {
  40. "chai": "^1.9.1",
  41. "eslint": "^4.19.1",
  42. "eslint-plugin-bpmn-io": "^0.5.2",
  43. "mocha": "^5.0.1",
  44. "npm-run-all": "^4.1.2"
  45. },
  46. "homepage": "https://github.com/bpmn-io/object-refs#readme",
  47. "keywords": [
  48. "object",
  49. "bidirectional",
  50. "references",
  51. "refs",
  52. "ref",
  53. "property",
  54. "binding"
  55. ],
  56. "license": "MIT",
  57. "name": "object-refs",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/bpmn-io/object-refs.git"
  61. },
  62. "scripts": {
  63. "all": "run-s lint test",
  64. "dev": "npm test -- --watch",
  65. "lint": "eslint .",
  66. "test": "mocha test/spec/*.js"
  67. },
  68. "version": "0.3.0"
  69. }