package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "vm2@^3.9.8",
  3. "_id": "vm2@3.9.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AuECTSvwu2OHLAZYhG716YzwodKCIJxB6u1zG7PgSQwIgAlEaoXH52bxdcvT8GkGjnYK7r7yWDW0m0sOsPuBjQ==",
  6. "_location": "/vm2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vm2@^3.9.8",
  12. "name": "vm2",
  13. "escapedName": "vm2",
  14. "rawSpec": "^3.9.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.9.8"
  17. },
  18. "_requiredBy": [
  19. "/degenerator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.10.tgz",
  22. "_shasum": "c66543096b5c44c8861a6465805c23c7cc996a44",
  23. "_spec": "vm2@^3.9.8",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\degenerator",
  25. "author": {
  26. "name": "Patrik Simek",
  27. "url": "https://patriksimek.cz"
  28. },
  29. "bin": {
  30. "vm2": "bin/vm2"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/patriksimek/vm2/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "acorn": "^8.7.0",
  38. "acorn-walk": "^8.2.0"
  39. },
  40. "deprecated": false,
  41. "description": "vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!",
  42. "devDependencies": {
  43. "eslint": "^5.16.0",
  44. "eslint-config-integromat": "^1.5.0",
  45. "mocha": "^6.2.2"
  46. },
  47. "engines": {
  48. "node": ">=6.0"
  49. },
  50. "homepage": "https://github.com/patriksimek/vm2#readme",
  51. "keywords": [
  52. "sandbox",
  53. "prison",
  54. "jail",
  55. "vm",
  56. "alcatraz",
  57. "contextify"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "vm2",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/patriksimek/vm2.git"
  65. },
  66. "scripts": {
  67. "pretest": "eslint .",
  68. "test": "mocha test"
  69. },
  70. "sideEffects": false,
  71. "types": "index.d.ts",
  72. "version": "3.9.10"
  73. }