package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "invariant@^2.2.2",
  3. "_id": "invariant@2.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  6. "_location": "/invariant",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "invariant@^2.2.2",
  12. "name": "invariant",
  13. "escapedName": "invariant",
  14. "rawSpec": "^2.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.2"
  17. },
  18. "_requiredBy": [
  19. "/@babel/compat-data",
  20. "/@babel/helper-compilation-targets",
  21. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  24. "_shasum": "610f3c92c9359ce1db616e538008d23ff35158e6",
  25. "_spec": "invariant@^2.2.2",
  26. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  27. "author": {
  28. "name": "Andres Suarez",
  29. "email": "zertosh@gmail.com"
  30. },
  31. "browser": "browser.js",
  32. "browserify": {
  33. "transform": [
  34. "loose-envify"
  35. ]
  36. },
  37. "bugs": {
  38. "url": "https://github.com/zertosh/invariant/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "loose-envify": "^1.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "invariant",
  46. "devDependencies": {
  47. "browserify": "^11.0.1",
  48. "flow-bin": "^0.67.1",
  49. "tap": "^1.4.0"
  50. },
  51. "files": [
  52. "browser.js",
  53. "invariant.js",
  54. "invariant.js.flow"
  55. ],
  56. "homepage": "https://github.com/zertosh/invariant#readme",
  57. "keywords": [
  58. "test",
  59. "invariant"
  60. ],
  61. "license": "MIT",
  62. "main": "invariant.js",
  63. "name": "invariant",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/zertosh/invariant.git"
  67. },
  68. "scripts": {
  69. "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
  70. },
  71. "version": "2.2.4"
  72. }