package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "has@1.0.1",
  9. "_id": "has@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=",
  12. "_location": "/has",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has@1.0.1",
  18. "name": "has",
  19. "escapedName": "has",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/colormin",
  26. "/cssnano",
  27. "/es-abstract",
  28. "/is-regex",
  29. "/postcss-merge-idents",
  30. "/postcss-minify-selectors",
  31. "/postcss-reduce-transforms",
  32. "/postcss-zindex"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
  35. "_spec": "1.0.1",
  36. "_where": "D:\\projects\\dealer_front",
  37. "author": {
  38. "name": "Thiago de Arruda",
  39. "email": "tpadilha84@gmail.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/tarruda/has/issues"
  43. },
  44. "dependencies": {
  45. "function-bind": "^1.0.2"
  46. },
  47. "description": "Object.prototype.hasOwnProperty.call shortcut",
  48. "devDependencies": {
  49. "chai": "~1.7.2",
  50. "mocha": "^1.21.4"
  51. },
  52. "engines": {
  53. "node": ">= 0.8.0"
  54. },
  55. "homepage": "https://github.com/tarruda/has",
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  60. }
  61. ],
  62. "main": "./src/index",
  63. "name": "has",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/tarruda/has.git"
  67. },
  68. "scripts": {
  69. "test": "node_modules/mocha/bin/mocha"
  70. },
  71. "version": "1.0.1"
  72. }