package.json 1.7 KB

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