package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "get-own-enumerable-property-symbols@^3.0.0",
  3. "_id": "get-own-enumerable-property-symbols@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
  6. "_location": "/get-own-enumerable-property-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-own-enumerable-property-symbols@^3.0.0",
  12. "name": "get-own-enumerable-property-symbols",
  13. "escapedName": "get-own-enumerable-property-symbols",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/stringify-object"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  22. "_shasum": "b5fde77f22cbe35f390b4e089922c50bce6ef664",
  23. "_spec": "get-own-enumerable-property-symbols@^3.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\stringify-object",
  25. "author": {
  26. "name": "Shahar Or",
  27. "email": "mightyiampresence@gmail.com",
  28. "url": "mightyiam"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mightyiam/get-own-enumerable-property-symbols/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Returns an array of all enumerable symbol properties found directly upon a given object",
  36. "devDependencies": {
  37. "@commitlint/cli": "^8.2.0",
  38. "@commitlint/config-conventional": "^8.2.0",
  39. "@commitlint/travis-cli": "^8.2.0",
  40. "@types/node": "^12.12.11",
  41. "@typescript-eslint/eslint-plugin": "^2.8.0",
  42. "eslint": "^6.6.0",
  43. "eslint-config-standard-with-typescript": "^11.0.1",
  44. "eslint-plugin-import": "^2.18.2",
  45. "eslint-plugin-node": "^10.0.0",
  46. "eslint-plugin-promise": "^4.2.1",
  47. "eslint-plugin-standard": "^4.0.1",
  48. "husky": "^3.1.0",
  49. "npm-run-all": "^4.1.5",
  50. "standard-version": "^7.0.1",
  51. "tsconfigs": "^4.0.1",
  52. "typescript": "^3.7.2"
  53. },
  54. "eslintIgnore": [
  55. "*.d.ts"
  56. ],
  57. "files": [
  58. "lib/index.d.ts",
  59. "lib/index.js",
  60. "lib/index.js.map"
  61. ],
  62. "homepage": "https://github.com/mightyiam/get-own-enumerable-property-symbols#readme",
  63. "husky": {
  64. "hooks": {
  65. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  66. "pre-commit": "npm test"
  67. }
  68. },
  69. "keywords": [
  70. "get",
  71. "enumerable",
  72. "symbol",
  73. "property",
  74. "key",
  75. "object"
  76. ],
  77. "license": "ISC",
  78. "main": "lib/index.js",
  79. "name": "get-own-enumerable-property-symbols",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/mightyiam/get-own-enumerable-property-symbols.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --ext .ts .",
  86. "release": "standard-version",
  87. "test": "run-s lint transpile unit",
  88. "transpile": "tsc",
  89. "unit": "node lib/test.js"
  90. },
  91. "standard": {
  92. "ignore": [
  93. "lib"
  94. ]
  95. },
  96. "types": "lib/index.d.ts",
  97. "version": "3.0.2"
  98. }