package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "ngraph.events@1.2.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ngraph.events@1.2.1",
  10. "_id": "ngraph.events@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bkBCXvneweB0u+9tpWyNebkYj9g=",
  13. "_location": "/ngraph.events",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ngraph.events@1.2.1",
  19. "name": "ngraph.events",
  20. "escapedName": "ngraph.events",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/ngraph.forcelayout",
  27. "/ngraph.graph"
  28. ],
  29. "_resolved": "https://registry.nlark.com/ngraph.events/download/ngraph.events-1.2.1.tgz",
  30. "_spec": "1.2.1",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Andrei Kashcha"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/anvaka/ngraph.events/issues"
  37. },
  38. "description": "Basic events supoort for ngraph.js ",
  39. "devDependencies": {
  40. "tap": "^14.10.5"
  41. },
  42. "homepage": "https://github.com/anvaka/ngraph.events#readme",
  43. "keywords": [
  44. "ngraph",
  45. "ngraphjs"
  46. ],
  47. "license": "BSD-3-Clause",
  48. "main": "index.js",
  49. "name": "ngraph.events",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/anvaka/ngraph.events.git"
  53. },
  54. "scripts": {
  55. "test": "tap test/*.js"
  56. },
  57. "version": "1.2.1"
  58. }