package.json 1.9 KB

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