package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "has@^1.0.1",
  3. "_id": "has@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  6. "_location": "/has",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has@^1.0.1",
  12. "name": "has",
  13. "escapedName": "has",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/colormin",
  20. "/cssnano",
  21. "/cssnano-preset-default/postcss-colormin",
  22. "/cssnano-preset-default/postcss-minify-selectors",
  23. "/cssnano-preset-default/postcss-reduce-initial",
  24. "/cssnano-preset-default/postcss-reduce-transforms",
  25. "/es-abstract",
  26. "/is-regex",
  27. "/object.values",
  28. "/postcss-merge-idents",
  29. "/postcss-minify-selectors",
  30. "/postcss-normalize-positions",
  31. "/postcss-normalize-string",
  32. "/postcss-reduce-transforms",
  33. "/postcss-zindex"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  36. "_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
  37. "_spec": "has@^1.0.1",
  38. "_where": "D:\\workSpace\\dealer_front\\node_modules\\cssnano",
  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. "bundleDependencies": false,
  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. "deprecated": false,
  58. "description": "Object.prototype.hasOwnProperty.call shortcut",
  59. "devDependencies": {
  60. "@ljharb/eslint-config": "^12.2.1",
  61. "eslint": "^4.19.1",
  62. "tape": "^4.9.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.4.0"
  66. },
  67. "homepage": "https://github.com/tarruda/has",
  68. "license": "MIT",
  69. "licenses": [
  70. {
  71. "type": "MIT",
  72. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  73. }
  74. ],
  75. "main": "./src",
  76. "name": "has",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/tarruda/has.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "pretest": "npm run lint",
  84. "test": "tape test"
  85. },
  86. "version": "1.0.3"
  87. }