package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "globals-docs@2.4.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "globals-docs@2.4.1",
  9. "_id": "globals-docs@2.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qpPnUKkWnz8NESjrCvnlGklsgiQzlq+rcCxoG5uNQ+dNA7cFMCmn231slLAwS2N/PlkzZ3COL8CcS10jXmLHqg==",
  12. "_location": "/globals-docs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "globals-docs@2.4.1",
  18. "name": "globals-docs",
  19. "escapedName": "globals-docs",
  20. "rawSpec": "2.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.1"
  23. },
  24. "_requiredBy": [
  25. "/documentation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/globals-docs/-/globals-docs-2.4.1.tgz",
  28. "_spec": "2.4.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Tom MacWright"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/documentationjs/globals-docs/issues"
  35. },
  36. "description": "documentation links for all node and browser globals",
  37. "devDependencies": {
  38. "got": "^8.0.1",
  39. "standard-version": "^4.2.0",
  40. "tape": "^4.8.0"
  41. },
  42. "homepage": "https://github.com/documentationjs/globals-docs#readme",
  43. "keywords": [
  44. "documentation",
  45. "links",
  46. "mdc",
  47. "mozilla",
  48. "developer",
  49. "center",
  50. "node"
  51. ],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "globals-docs",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/documentationjs/globals-docs.git"
  58. },
  59. "scripts": {
  60. "build": "node scripts/build.js",
  61. "release": "standard-version",
  62. "test": "tape test.js"
  63. },
  64. "version": "2.4.1"
  65. }