package.json 1.8 KB

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