package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has@1.0.3",
  10. "_id": "has@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
  13. "_location": "/has",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has@1.0.3",
  19. "name": "has",
  20. "escapedName": "has",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/is-regex",
  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": "http://registry.npm.taobao.org/has/download/has-1.0.3.tgz",
  37. "_spec": "1.0.3",
  38. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. }