package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  6. "_location": "/setprototypeof",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "[email protected]",
  12. "name": "setprototypeof",
  13. "escapedName": "setprototypeof",
  14. "rawSpec": "1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/http-errors"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  22. "_shasum": "66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424",
  23. "_spec": "[email protected]",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/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": "^6.1.4",
  36. "standard": "^13.0.2"
  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. "postpublish": "git push origin && git push origin --tags",
  58. "prepublishOnly": "npm t",
  59. "test": "standard && mocha",
  60. "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
  61. "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"
  62. },
  63. "typings": "index.d.ts",
  64. "version": "1.2.0"
  65. }