package.json 1.9 KB

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