package.json 2.9 KB

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