package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "assert-plus@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "assert-plus@1.0.0",
  9. "_id": "assert-plus@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
  12. "_location": "/assert-plus",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "assert-plus@1.0.0",
  18. "name": "assert-plus",
  19. "escapedName": "assert-plus",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/http-signature"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Mark Cavage",
  32. "email": "mcavage@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mcavage/node-assert-plus/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Dave Eddy",
  40. "email": "dave@daveeddy.com"
  41. },
  42. {
  43. "name": "Fred Kuo",
  44. "email": "fred.kuo@joyent.com"
  45. },
  46. {
  47. "name": "Lars-Magnus Skog",
  48. "email": "ralphtheninja@riseup.net"
  49. },
  50. {
  51. "name": "Mark Cavage",
  52. "email": "mcavage@gmail.com"
  53. },
  54. {
  55. "name": "Patrick Mooney",
  56. "email": "pmooney@pfmooney.com"
  57. },
  58. {
  59. "name": "Rob Gulewich",
  60. "email": "robert.gulewich@joyent.com"
  61. }
  62. ],
  63. "dependencies": {},
  64. "description": "Extra assertions on top of node's assert module",
  65. "devDependencies": {
  66. "faucet": "0.0.1",
  67. "tape": "4.2.2"
  68. },
  69. "engines": {
  70. "node": ">=0.8"
  71. },
  72. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  73. "license": "MIT",
  74. "main": "./assert.js",
  75. "name": "assert-plus",
  76. "optionalDependencies": {},
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  80. },
  81. "scripts": {
  82. "test": "tape tests/*.js | ./node_modules/.bin/faucet"
  83. },
  84. "version": "1.0.0"
  85. }