package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "nodent-runtime@^3.0.3",
  3. "_id": "nodent-runtime@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7Ws63oC+215smeKJQCxzrK21VFVlCFBkwl0MOObt0HOpVQXs3u483sAmtkF33nNqZ5rSOQjB76fgyPBmAUrtCA==",
  6. "_location": "/nodent-runtime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nodent-runtime@^3.0.3",
  12. "name": "nodent-runtime",
  13. "escapedName": "nodent-runtime",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/mocha-webpack"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/nodent-runtime/-/nodent-runtime-3.2.1.tgz",
  22. "_shasum": "9e2755d85e39f764288f0d4752ebcfe3e541e00e",
  23. "_spec": "nodent-runtime@^3.0.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mocha-webpack",
  25. "author": {
  26. "name": "matatbread"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/MatAtBread/nodent-runtime/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Runtime component of nodent",
  34. "homepage": "https://github.com/MatAtBread/nodent-runtime#readme",
  35. "keywords": [
  36. "nodent",
  37. "runtime",
  38. "asunc",
  39. "await",
  40. "es7"
  41. ],
  42. "license": "MIT",
  43. "main": "runtime.js",
  44. "name": "nodent-runtime",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/MatAtBread/nodent-runtime.git"
  48. },
  49. "scripts": {
  50. "install": "node build.js",
  51. "test": "node tests"
  52. },
  53. "version": "3.2.1"
  54. }