You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "global@https://github.com/component/global/archive/v2.0.1.tar.gz",
  5. "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\has-cors"
  6. ]
  7. ],
  8. "_from": "https://github.com/component/global/archive/v2.0.1.tar.gz",
  9. "_id": "global@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/global",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "name": "global",
  16. "raw": "global@https://github.com/component/global/archive/v2.0.1.tar.gz",
  17. "rawSpec": "https://github.com/component/global/archive/v2.0.1.tar.gz",
  18. "scope": null,
  19. "spec": "https://github.com/component/global/archive/v2.0.1.tar.gz",
  20. "type": "remote"
  21. },
  22. "_requiredBy": [
  23. "/has-cors"
  24. ],
  25. "_resolved": "https://github.com/component/global/archive/v2.0.1.tar.gz",
  26. "_shasum": "3fb25343fb66d79991b0f4a429ce3b54480eec3c",
  27. "_shrinkwrap": null,
  28. "_spec": "global@https://github.com/component/global/archive/v2.0.1.tar.gz",
  29. "_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\has-cors",
  30. "author": {
  31. "email": "nathan@tootallnate.net",
  32. "name": "Nathan Rajlich",
  33. "url": "http://n8.io/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/component/global/issues"
  37. },
  38. "component": {
  39. "scripts": {
  40. "global/index.js": "index.js"
  41. }
  42. },
  43. "dependencies": {},
  44. "description": "Returns a reference to the `global` object",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "homepage": "https://github.com/component/global#readme",
  49. "keywords": [
  50. "global"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "global",
  55. "optionalDependencies": {},
  56. "readme": "\n# global\n\n Returns a reference to the `global` object\n\n## Installation\n\n Install with [component(1)](http://component.io):\n\n $ component install component/global\n\n## API\n\n``` js\nvar global = require('global');\n```\n\n## License\n\n MIT\n",
  57. "readmeFilename": "Readme.md",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/component/global.git"
  61. },
  62. "scripts": {
  63. "test": "mocha --reporter spec test/test.js"
  64. },
  65. "version": "2.0.1"
  66. }