Ohm-Management - Projektarbeit B-ME
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.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "setprototypeof@1.1.0",
  3. "_id": "setprototypeof@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
  6. "_location": "/setprototypeof",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "setprototypeof@1.1.0",
  12. "name": "setprototypeof",
  13. "escapedName": "setprototypeof",
  14. "rawSpec": "1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/http-errors"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
  23. "_shasum": "d0bd85536887b6fe7c0d818cb962d9d91c54e656",
  24. "_spec": "setprototypeof@1.1.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  26. "author": {
  27. "name": "Wes Todd"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/wesleytodd/setprototypeof/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A small polyfill for Object.setprototypeof",
  35. "homepage": "https://github.com/wesleytodd/setprototypeof",
  36. "keywords": [
  37. "polyfill",
  38. "object",
  39. "setprototypeof"
  40. ],
  41. "license": "ISC",
  42. "main": "index.js",
  43. "name": "setprototypeof",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/wesleytodd/setprototypeof.git"
  47. },
  48. "scripts": {
  49. "test": "echo \"Error: no test specified\" && exit 1"
  50. },
  51. "typings": "index.d.ts",
  52. "version": "1.1.0"
  53. }