package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "invariant@^2.2.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/babel-traverse"
  6. ]
  7. ],
  8. "_from": "invariant@>=2.2.2 <3.0.0",
  9. "_id": "invariant@2.2.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/invariant",
  13. "_nodeVersion": "9.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/invariant_2.2.4_1520966170158_0.9004438268314274"
  17. },
  18. "_npmUser": {
  19. "email": "zertosh@gmail.com",
  20. "name": "zertosh"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "invariant",
  26. "raw": "invariant@^2.2.2",
  27. "rawSpec": "^2.2.2",
  28. "scope": null,
  29. "spec": ">=2.2.2 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-traverse"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  36. "_shasum": "610f3c92c9359ce1db616e538008d23ff35158e6",
  37. "_shrinkwrap": null,
  38. "_spec": "invariant@^2.2.2",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/babel-traverse",
  40. "author": {
  41. "email": "zertosh@gmail.com",
  42. "name": "Andres Suarez"
  43. },
  44. "browser": "browser.js",
  45. "browserify": {
  46. "transform": [
  47. "loose-envify"
  48. ]
  49. },
  50. "bugs": {
  51. "url": "https://github.com/zertosh/invariant/issues"
  52. },
  53. "dependencies": {
  54. "loose-envify": "^1.0.0"
  55. },
  56. "description": "invariant",
  57. "devDependencies": {
  58. "browserify": "^11.0.1",
  59. "flow-bin": "^0.67.1",
  60. "tap": "^1.4.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "fileCount": 7,
  65. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  66. "shasum": "610f3c92c9359ce1db616e538008d23ff35158e6",
  67. "tarball": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  68. "unpackedSize": 7639
  69. },
  70. "files": [
  71. "browser.js",
  72. "invariant.js",
  73. "invariant.js.flow"
  74. ],
  75. "gitHead": "ce95a9badeee1c97daff1bca0d1f6cec5dda4fe8",
  76. "homepage": "https://github.com/zertosh/invariant#readme",
  77. "keywords": [
  78. "invariant",
  79. "test"
  80. ],
  81. "license": "MIT",
  82. "main": "invariant.js",
  83. "maintainers": [
  84. {
  85. "name": "cpojer",
  86. "email": "christoph.pojer@gmail.com"
  87. },
  88. {
  89. "name": "zertosh",
  90. "email": "zertosh@gmail.com"
  91. }
  92. ],
  93. "name": "invariant",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/zertosh/invariant.git"
  99. },
  100. "scripts": {
  101. "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
  102. },
  103. "version": "2.2.4"
  104. }