package.json 1.4 KB

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