package.json 1.9 KB

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