package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "require-from-string@^2.0.2",
  3. "_id": "require-from-string@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  6. "_location": "/require-from-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "require-from-string@^2.0.2",
  12. "name": "require-from-string",
  13. "escapedName": "require-from-string",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/ajv-formats/ajv",
  20. "/css-minimizer-webpack-plugin/ajv",
  21. "/eslint-webpack-plugin/ajv",
  22. "/mini-css-extract-plugin/ajv",
  23. "/terser-webpack-plugin/ajv",
  24. "/webpack-dev-middleware/ajv",
  25. "/webpack-dev-server/ajv",
  26. "/webpack/ajv"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  29. "_shasum": "89a7fdd938261267318eafe14f9c32e598c36909",
  30. "_spec": "require-from-string@^2.0.2",
  31. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack\\node_modules\\ajv",
  32. "author": {
  33. "name": "Vsevolod Strukchinsky",
  34. "email": "floatdrop@gmail.com",
  35. "url": "github.com/floatdrop"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/floatdrop/require-from-string/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "Require module from string",
  44. "devDependencies": {
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/floatdrop/require-from-string#readme",
  54. "keywords": [],
  55. "license": "MIT",
  56. "name": "require-from-string",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/floatdrop/require-from-string.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "version": "2.0.2"
  65. }