package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "loose-envify@^1.0.0",
  5. "D:\\work\\im\\node_modules\\invariant"
  6. ]
  7. ],
  8. "_from": "loose-envify@>=1.0.0 <2.0.0",
  9. "_id": "loose-envify@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/loose-envify",
  13. "_nodeVersion": "6.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/loose-envify-1.2.0.tgz_1463284327398_0.7049096294213086"
  17. },
  18. "_npmUser": {
  19. "email": "zertosh@gmail.com",
  20. "name": "zertosh"
  21. },
  22. "_npmVersion": "3.8.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "loose-envify",
  26. "raw": "loose-envify@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/invariant"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz",
  36. "_shasum": "69a65aad3de542cf4ee0f4fe74e8e33c709ccb0f",
  37. "_shrinkwrap": null,
  38. "_spec": "loose-envify@^1.0.0",
  39. "_where": "D:\\work\\im\\node_modules\\invariant",
  40. "author": {
  41. "email": "zertosh@gmail.com",
  42. "name": "Andres Suarez"
  43. },
  44. "bin": {
  45. "loose-envify": "cli.js"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/zertosh/loose-envify/issues"
  49. },
  50. "dependencies": {
  51. "js-tokens": "^1.0.1"
  52. },
  53. "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
  54. "devDependencies": {
  55. "browserify": "^11.0.1",
  56. "envify": "^3.4.0",
  57. "tap": "^1.4.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "69a65aad3de542cf4ee0f4fe74e8e33c709ccb0f",
  62. "tarball": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz"
  63. },
  64. "gitHead": "58a4c7641e8c8569df3e7cea72b398a9cb1cf158",
  65. "homepage": "https://github.com/zertosh/loose-envify",
  66. "keywords": [
  67. "environment",
  68. "variables",
  69. "browserify",
  70. "browserify-transform",
  71. "transform",
  72. "source",
  73. "configuration"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "email": "zertosh@gmail.com",
  79. "name": "zertosh"
  80. }
  81. ],
  82. "name": "loose-envify",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/zertosh/loose-envify.git"
  88. },
  89. "scripts": {
  90. "test": "tap test/*.js"
  91. },
  92. "version": "1.2.0"
  93. }