package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "didi@4.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "didi@4.0.0",
  9. "_id": "didi@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AzMElh8mCHOPWPCWfGjoJRla31fMXUT6+287W5ef3IPmtuBcyG9+MkFS7uPP6v3t2Cl086KwWfRB9mESa0OsHQ==",
  12. "_location": "/didi",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "didi@4.0.0",
  18. "name": "didi",
  19. "escapedName": "didi",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/diagram-js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/didi/-/didi-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Vojta Jina",
  32. "email": "vojta.jina@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/nikku/didi/issues"
  36. },
  37. "description": "Dependency Injection for JavaScript",
  38. "devDependencies": {
  39. "babel-core": "^6.26.0",
  40. "babel-loader": "^7.1.2",
  41. "babel-preset-env": "^1.6.1",
  42. "babel-register": "^6.26.0",
  43. "chai": "^4.1.2",
  44. "eslint": "^4.17.0",
  45. "eslint-plugin-bpmn-io": "^0.5.2",
  46. "mocha": "^4.0.1",
  47. "npm-run-all": "^4.1.2",
  48. "rollup": "^0.55.5",
  49. "rollup-plugin-babel": "^3.0.3",
  50. "rollup-plugin-uglify": "^3.0.0",
  51. "source-map-support": "^0.5.3",
  52. "webpack": "^3.7.1"
  53. },
  54. "homepage": "https://github.com/nikku/didi#readme",
  55. "keywords": [
  56. "di",
  57. "inversion of control",
  58. "dependency",
  59. "injection",
  60. "injector"
  61. ],
  62. "license": "MIT",
  63. "main": "dist/index.js",
  64. "module": "dist/index.esm.js",
  65. "name": "didi",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/nikku/didi.git"
  69. },
  70. "scripts": {
  71. "all": "run-s lint test bundle test:integration",
  72. "bundle": "NODE_ENV=production rollup -c",
  73. "lint": "eslint .",
  74. "prepare": "run-s bundle",
  75. "prepublishOnly": "run-s test:integration",
  76. "test": "mocha --require babel-register test/*.spec.js",
  77. "test:integration": "mocha test/integration/*.spec.js"
  78. },
  79. "sideEffects": false,
  80. "version": "4.0.0"
  81. }