package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@tootallnate/once@1",
  3. "_id": "@tootallnate/once@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  6. "_location": "/@tootallnate/once",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@tootallnate/once@1",
  12. "name": "@tootallnate/once",
  13. "escapedName": "@tootallnate%2fonce",
  14. "scope": "@tootallnate",
  15. "rawSpec": "1",
  16. "saveSpec": null,
  17. "fetchSpec": "1"
  18. },
  19. "_requiredBy": [
  20. "/http-proxy-agent"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  23. "_shasum": "ccb91445360179a04e7fe6aff78c00ffc1eeaf82",
  24. "_spec": "@tootallnate/once@1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\http-proxy-agent",
  26. "author": {
  27. "name": "Nathan Rajlich",
  28. "email": "nathan@tootallnate.net",
  29. "url": "http://n8.io/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/TooTallNate/once/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Creates a Promise that waits for a single event",
  37. "devDependencies": {
  38. "@types/node": "^12.12.11",
  39. "@typescript-eslint/eslint-plugin": "1.6.0",
  40. "@typescript-eslint/parser": "1.1.0",
  41. "eslint": "5.16.0",
  42. "eslint-config-airbnb": "17.1.0",
  43. "eslint-config-prettier": "4.1.0",
  44. "eslint-import-resolver-typescript": "1.1.1",
  45. "eslint-plugin-import": "2.16.0",
  46. "eslint-plugin-jsx-a11y": "6.2.1",
  47. "eslint-plugin-react": "7.12.4",
  48. "mocha": "^6.2.2",
  49. "rimraf": "^3.0.0",
  50. "typescript": "^3.7.3"
  51. },
  52. "engines": {
  53. "node": ">= 6"
  54. },
  55. "files": [
  56. "dist"
  57. ],
  58. "homepage": "https://github.com/TooTallNate/once#readme",
  59. "keywords": [],
  60. "license": "MIT",
  61. "main": "./dist/index.js",
  62. "name": "@tootallnate/once",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/TooTallNate/once.git"
  66. },
  67. "scripts": {
  68. "build": "tsc",
  69. "prebuild": "rimraf dist",
  70. "prepublishOnly": "npm run build",
  71. "test": "mocha --reporter spec",
  72. "test-lint": "eslint src --ext .js,.ts"
  73. },
  74. "types": "./dist/index.d.ts",
  75. "version": "1.1.2"
  76. }