package.json 1.8 KB

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