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 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "setprototypeof@1.1.1",
  3. "_id": "setprototypeof@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
  6. "_location": "/setprototypeof",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "setprototypeof@1.1.1",
  12. "name": "setprototypeof",
  13. "escapedName": "setprototypeof",
  14. "rawSpec": "1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/http-errors"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
  22. "_shasum": "7e95acb24aa92f5885e0abef5ba131330d4ae683",
  23. "_spec": "setprototypeof@1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\http-errors",
  25. "author": {
  26. "name": "Wes Todd"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/wesleytodd/setprototypeof/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "A small polyfill for Object.setprototypeof",
  34. "devDependencies": {
  35. "mocha": "^5.2.0",
  36. "standard": "^12.0.1"
  37. },
  38. "homepage": "https://github.com/wesleytodd/setprototypeof",
  39. "keywords": [
  40. "polyfill",
  41. "object",
  42. "setprototypeof"
  43. ],
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "setprototypeof",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/wesleytodd/setprototypeof.git"
  50. },
  51. "scripts": {
  52. "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
  53. "node11": "NODE_VER=11 npm run testversion",
  54. "node4": "NODE_VER=4 npm run testversion",
  55. "node6": "NODE_VER=6 npm run testversion",
  56. "node9": "NODE_VER=9 npm run testversion",
  57. "test": "standard && mocha",
  58. "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
  59. "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t"
  60. },
  61. "typings": "index.d.ts",
  62. "version": "1.1.1"
  63. }