package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "loose-envify@^1.1.0",
  3. "_id": "loose-envify@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  6. "_location": "/loose-envify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "loose-envify@^1.1.0",
  12. "name": "loose-envify",
  13. "escapedName": "loose-envify",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/prop-types",
  20. "/react",
  21. "/react-dom",
  22. "/scheduler"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  25. "_shasum": "71ee51fa7be4caec1a63839f7e682d8132d30caf",
  26. "_spec": "loose-envify@^1.1.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react",
  28. "author": {
  29. "name": "Andres Suarez",
  30. "email": "zertosh@gmail.com"
  31. },
  32. "bin": {
  33. "loose-envify": "cli.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/zertosh/loose-envify/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "js-tokens": "^3.0.0 || ^4.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
  44. "devDependencies": {
  45. "browserify": "^13.1.1",
  46. "envify": "^3.4.0",
  47. "tap": "^8.0.0"
  48. },
  49. "homepage": "https://github.com/zertosh/loose-envify",
  50. "keywords": [
  51. "environment",
  52. "variables",
  53. "browserify",
  54. "browserify-transform",
  55. "transform",
  56. "source",
  57. "configuration"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "loose-envify",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/zertosh/loose-envify.git"
  65. },
  66. "scripts": {
  67. "test": "tap test/*.js"
  68. },
  69. "version": "1.4.0"
  70. }