package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "has-cors@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-cors@1.1.0",
  10. "_id": "has-cors@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=",
  13. "_location": "/has-cors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-cors@1.1.0",
  19. "name": "has-cors",
  20. "escapedName": "has-cors",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/engine.io-client",
  27. "/socket.io-client"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net",
  35. "url": "http://n8.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/component/has-cors/issues"
  39. },
  40. "component": {
  41. "scripts": {
  42. "has-cors/index.js": "index.js"
  43. }
  44. },
  45. "description": "Detects support for Cross-Origin Resource Sharing",
  46. "devDependencies": {
  47. "chai": "^1.10",
  48. "mocha": "^2.0"
  49. },
  50. "homepage": "https://github.com/component/has-cors#readme",
  51. "keywords": [
  52. "cors",
  53. "cross",
  54. "origin",
  55. "resource",
  56. "sharing",
  57. "domain"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "has-cors",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/component/has-cors.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "version": "1.1.0"
  70. }