package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "require-from-string@2.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-iaf92TgmEmcxjq/hT5wy5ZjDaQk=",
  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. "/postcss-load-config/cosmiconfig"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/require-from-string/download/require-from-string-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Vsevolod Strukchinsky",
  33. "email": "floatdrop@gmail.com",
  34. "url": "github.com/floatdrop"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/floatdrop/require-from-string/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Require module from string",
  41. "devDependencies": {
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/floatdrop/require-from-string#readme",
  51. "keywords": [],
  52. "license": "MIT",
  53. "name": "require-from-string",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/floatdrop/require-from-string.git"
  57. },
  58. "scripts": {
  59. "test": "mocha"
  60. },
  61. "version": "2.0.2"
  62. }