package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "require-from-string@2.0.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "require-from-string@2.0.2",
  9. "_id": "require-from-string@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  12. "_location": "/require-from-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "require-from-string@2.0.2",
  18. "name": "require-from-string",
  19. "escapedName": "require-from-string",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/ajv-formats/ajv",
  26. "/lint-staged/cosmiconfig",
  27. "/vue-puzzle-vcode/ajv"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  30. "_spec": "2.0.2",
  31. "_where": "E:\\item\\newItem\\admin",
  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. "dependencies": {},
  41. "description": "Require module from string",
  42. "devDependencies": {
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/floatdrop/require-from-string#readme",
  52. "keywords": [],
  53. "license": "MIT",
  54. "name": "require-from-string",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/floatdrop/require-from-string.git"
  58. },
  59. "scripts": {
  60. "test": "mocha"
  61. },
  62. "version": "2.0.2"
  63. }