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.
 
 
 
 

102 line
3.0 KiB

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