package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "has@1.0.3",
  9. "_id": "has@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
  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. "/is-core-module",
  28. "/object.values",
  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.npm.taobao.org/has/download/has-1.0.3.tgz",
  37. "_spec": "1.0.3",
  38. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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. }