package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "pathval@^1.1.1",
  3. "_id": "pathval@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==",
  6. "_location": "/pathval",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pathval@^1.1.1",
  12. "name": "pathval",
  13. "escapedName": "pathval",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/chai"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
  22. "_shasum": "8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d",
  23. "_spec": "pathval@^1.1.1",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\chai",
  25. "author": {
  26. "name": "Veselin Todorov",
  27. "email": "hi@vesln.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/chaijs/pathval/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "ghooks": {
  35. "commit-msg": "validate-commit-msg"
  36. }
  37. },
  38. "deprecated": false,
  39. "description": "Object value retrieval given a string path",
  40. "devDependencies": {
  41. "browserify": "^17.0.0",
  42. "browserify-istanbul": "^3.0.1",
  43. "coveralls": "^3.1.0",
  44. "eslint": "^7.13.0",
  45. "eslint-config-strict": "^14.0.1",
  46. "eslint-plugin-filenames": "^1.3.2",
  47. "ghooks": "^2.0.4",
  48. "karma": "^5.2.3",
  49. "karma-browserify": "^7.0.0",
  50. "karma-coverage": "^2.0.3",
  51. "karma-mocha": "^2.0.1",
  52. "karma-phantomjs-launcher": "^1.0.4",
  53. "karma-sauce-launcher": "^4.3.3",
  54. "lcov-result-merger": "^3.1.0",
  55. "mocha": "^8.2.1",
  56. "nyc": "^15.1.0",
  57. "phantomjs-prebuilt": "^2.1.16",
  58. "semantic-release": "^17.2.2",
  59. "simple-assert": "^1.0.0",
  60. "travis-after-all": "^1.4.5",
  61. "validate-commit-msg": "^2.14.0"
  62. },
  63. "engines": {
  64. "node": "*"
  65. },
  66. "eslintConfig": {
  67. "extends": [
  68. "strict/es5"
  69. ],
  70. "env": {
  71. "es6": true
  72. },
  73. "globals": {
  74. "HTMLElement": false
  75. },
  76. "rules": {
  77. "complexity": 0,
  78. "max-statements": 0
  79. }
  80. },
  81. "files": [
  82. "index.js",
  83. "pathval.js"
  84. ],
  85. "homepage": "https://github.com/chaijs/pathval",
  86. "keywords": [
  87. "pathval",
  88. "value retrieval",
  89. "chai util"
  90. ],
  91. "license": "MIT",
  92. "main": "./index.js",
  93. "name": "pathval",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+ssh://git@github.com/chaijs/pathval.git"
  97. },
  98. "scripts": {
  99. "build": "browserify --standalone pathval -o pathval.js",
  100. "lint": "eslint --ignore-path .gitignore .",
  101. "lint:fix": "npm run lint -- --fix",
  102. "prepublish": "npm run build",
  103. "pretest": "npm run lint",
  104. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  105. "test": "npm run test:node && npm run test:browser && npm run upload-coverage",
  106. "test:browser": "karma start --singleRun=true",
  107. "test:node": "nyc mocha",
  108. "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
  109. },
  110. "version": "1.1.1"
  111. }