package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "setprototypeof@1.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "setprototypeof@1.1.1",
  10. "_id": "setprototypeof@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
  13. "_location": "/setprototypeof",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "setprototypeof@1.1.1",
  19. "name": "setprototypeof",
  20. "escapedName": "setprototypeof",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/express",
  27. "/http-errors"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Wes Todd"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wesleytodd/setprototypeof/issues"
  37. },
  38. "description": "A small polyfill for Object.setprototypeof",
  39. "devDependencies": {
  40. "mocha": "^5.2.0",
  41. "standard": "^12.0.1"
  42. },
  43. "homepage": "https://github.com/wesleytodd/setprototypeof",
  44. "keywords": [
  45. "polyfill",
  46. "object",
  47. "setprototypeof"
  48. ],
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "setprototypeof",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/wesleytodd/setprototypeof.git"
  55. },
  56. "scripts": {
  57. "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
  58. "node11": "NODE_VER=11 npm run testversion",
  59. "node4": "NODE_VER=4 npm run testversion",
  60. "node6": "NODE_VER=6 npm run testversion",
  61. "node9": "NODE_VER=9 npm run testversion",
  62. "test": "standard && mocha",
  63. "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
  64. "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"
  65. },
  66. "typings": "index.d.ts",
  67. "version": "1.1.1"
  68. }