package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "has@^1.0.3",
  3. "_id": "has@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  6. "_location": "/has",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has@^1.0.3",
  12. "name": "has",
  13. "escapedName": "has",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/is-core-module"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  22. "_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
  23. "_spec": "has@^1.0.3",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\is-core-module",
  25. "author": {
  26. "name": "Thiago de Arruda",
  27. "email": "tpadilha84@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tarruda/has/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. }
  39. ],
  40. "dependencies": {
  41. "function-bind": "^1.1.1"
  42. },
  43. "deprecated": false,
  44. "description": "Object.prototype.hasOwnProperty.call shortcut",
  45. "devDependencies": {
  46. "@ljharb/eslint-config": "^12.2.1",
  47. "eslint": "^4.19.1",
  48. "tape": "^4.9.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.4.0"
  52. },
  53. "homepage": "https://github.com/tarruda/has",
  54. "license": "MIT",
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  59. }
  60. ],
  61. "main": "./src",
  62. "name": "has",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/tarruda/has.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint .",
  69. "pretest": "npm run lint",
  70. "test": "tape test"
  71. },
  72. "version": "1.0.3"
  73. }