package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has@1.0.3",
  10. "_id": "has@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  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. "/colormin",
  27. "/cssnano",
  28. "/cssnano-preset-default/postcss-colormin",
  29. "/cssnano-preset-default/postcss-minify-selectors",
  30. "/cssnano-preset-default/postcss-reduce-initial",
  31. "/cssnano-preset-default/postcss-reduce-transforms",
  32. "/es-abstract",
  33. "/object-is/es-abstract",
  34. "/object.assign/es-abstract",
  35. "/object.values",
  36. "/postcss-merge-idents",
  37. "/postcss-minify-selectors",
  38. "/postcss-normalize-positions",
  39. "/postcss-normalize-string",
  40. "/postcss-reduce-transforms",
  41. "/postcss-zindex"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  44. "_spec": "1.0.3",
  45. "_where": "E:\\amr1.0\\AMR",
  46. "author": {
  47. "name": "Thiago de Arruda",
  48. "email": "tpadilha84@gmail.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/tarruda/has/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Jordan Harband",
  56. "email": "ljharb@gmail.com",
  57. "url": "http://ljharb.codes"
  58. }
  59. ],
  60. "dependencies": {
  61. "function-bind": "^1.1.1"
  62. },
  63. "description": "Object.prototype.hasOwnProperty.call shortcut",
  64. "devDependencies": {
  65. "@ljharb/eslint-config": "^12.2.1",
  66. "eslint": "^4.19.1",
  67. "tape": "^4.9.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.4.0"
  71. },
  72. "homepage": "https://github.com/tarruda/has",
  73. "license": "MIT",
  74. "licenses": [
  75. {
  76. "type": "MIT",
  77. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  78. }
  79. ],
  80. "main": "./src",
  81. "name": "has",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/tarruda/has.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint .",
  88. "pretest": "npm run lint",
  89. "test": "tape test"
  90. },
  91. "version": "1.0.3"
  92. }