package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "invariant@^2.2.0",
  6. "scope": null,
  7. "escapedName": "invariant",
  8. "name": "invariant",
  9. "rawSpec": "^2.2.0",
  10. "spec": ">=2.2.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "invariant@>=2.2.0 <3.0.0",
  17. "_id": "invariant@2.2.2",
  18. "_inCache": true,
  19. "_location": "/invariant",
  20. "_nodeVersion": "6.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/invariant-2.2.2.tgz_1479211323359_0.31182572920806706"
  24. },
  25. "_npmUser": {
  26. "name": "zertosh",
  27. "email": "zertosh@gmail.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "invariant@^2.2.0",
  33. "scope": null,
  34. "escapedName": "invariant",
  35. "name": "invariant",
  36. "rawSpec": "^2.2.0",
  37. "spec": ">=2.2.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/typings-core"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
  44. "_shasum": "9e1f56ac0acdb6bf303306f338be3b204ae60360",
  45. "_shrinkwrap": null,
  46. "_spec": "invariant@^2.2.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  48. "author": {
  49. "name": "Andres Suarez",
  50. "email": "zertosh@gmail.com"
  51. },
  52. "browser": "browser.js",
  53. "browserify": {
  54. "transform": [
  55. "loose-envify"
  56. ]
  57. },
  58. "bugs": {
  59. "url": "https://github.com/zertosh/invariant/issues"
  60. },
  61. "dependencies": {
  62. "loose-envify": "^1.0.0"
  63. },
  64. "description": "invariant",
  65. "devDependencies": {
  66. "browserify": "^11.0.1",
  67. "flow-bin": "^0.35.0",
  68. "tap": "^1.4.0"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "9e1f56ac0acdb6bf303306f338be3b204ae60360",
  73. "tarball": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz"
  74. },
  75. "files": [
  76. "browser.js",
  77. "invariant.js",
  78. "invariant.js.flow"
  79. ],
  80. "gitHead": "49ae54d5a09c99a447e7dafa46bd3aa8f6923d98",
  81. "homepage": "https://github.com/zertosh/invariant#readme",
  82. "keywords": [
  83. "test",
  84. "invariant"
  85. ],
  86. "license": "BSD-3-Clause",
  87. "main": "invariant.js",
  88. "maintainers": [
  89. {
  90. "name": "cpojer",
  91. "email": "christoph.pojer@gmail.com"
  92. },
  93. {
  94. "name": "zertosh",
  95. "email": "zertosh@gmail.com"
  96. }
  97. ],
  98. "name": "invariant",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/zertosh/invariant.git"
  104. },
  105. "scripts": {
  106. "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
  107. },
  108. "version": "2.2.2"
  109. }