package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "/es-abstract",
  20. "/get-intrinsic",
  21. "/is-core-module",
  22. "/object.values",
  23. "/postcss-colormin",
  24. "/postcss-minify-selectors",
  25. "/postcss-normalize-positions",
  26. "/postcss-normalize-string",
  27. "/postcss-reduce-initial",
  28. "/postcss-reduce-transforms"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  31. "_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
  32. "_spec": "has@^1.0.3",
  33. "_where": "D:\\jiayue\\pig-ui\\node_modules\\get-intrinsic",
  34. "author": {
  35. "name": "Thiago de Arruda",
  36. "email": "tpadilha84@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/tarruda/has/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {
  50. "function-bind": "^1.1.1"
  51. },
  52. "deprecated": false,
  53. "description": "Object.prototype.hasOwnProperty.call shortcut",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^12.2.1",
  56. "eslint": "^4.19.1",
  57. "tape": "^4.9.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.4.0"
  61. },
  62. "homepage": "https://github.com/tarruda/has",
  63. "license": "MIT",
  64. "licenses": [
  65. {
  66. "type": "MIT",
  67. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  68. }
  69. ],
  70. "main": "./src",
  71. "name": "has",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/tarruda/has.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "pretest": "npm run lint",
  79. "test": "tape test"
  80. },
  81. "version": "1.0.3"
  82. }