package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "is-object@^1.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/isurl"
  6. ]
  7. ],
  8. "_from": "is-object@>=1.0.1 <2.0.0",
  9. "_id": "is-object@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-object",
  13. "_npmUser": {
  14. "email": "ljharb@gmail.com",
  15. "name": "ljharb"
  16. },
  17. "_npmVersion": "1.4.23",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "is-object",
  21. "raw": "is-object@^1.0.1",
  22. "rawSpec": "^1.0.1",
  23. "scope": null,
  24. "spec": ">=1.0.1 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/isurl"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
  31. "_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
  32. "_shrinkwrap": null,
  33. "_spec": "is-object@^1.0.1",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/isurl",
  35. "author": {
  36. "email": "raynos2@gmail.com",
  37. "name": "Raynos"
  38. },
  39. "bugs": {
  40. "email": "ljharb@gmail.com",
  41. "url": "https://github.com/ljharb/is-object/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Raynos"
  46. },
  47. {
  48. "name": "Jordan Harband",
  49. "url": "https://github.com/ljharb"
  50. }
  51. ],
  52. "dependencies": {},
  53. "description": "Checks whether a value is an object",
  54. "devDependencies": {
  55. "covert": "~1.0.0",
  56. "jscs": "~1.6.0",
  57. "tape": "~2.14.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
  62. "tarball": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz"
  63. },
  64. "gitHead": "391812229f7de8e4778e1ed5dee824206c2534b9",
  65. "homepage": "https://github.com/ljharb/is-object",
  66. "keywords": [],
  67. "license": "MIT",
  68. "licenses": [
  69. {
  70. "type": "MIT",
  71. "url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
  72. }
  73. ],
  74. "main": "index",
  75. "maintainers": [
  76. {
  77. "name": "raynos",
  78. "email": "raynos2@gmail.com"
  79. },
  80. {
  81. "name": "ljharb",
  82. "email": "ljharb@gmail.com"
  83. }
  84. ],
  85. "name": "is-object",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/ljharb/is-object.git"
  91. },
  92. "scripts": {
  93. "coverage": "covert test/index.js",
  94. "coverage-quiet": "covert test/index.js --quiet",
  95. "lint": "jscs *.js */*.js",
  96. "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  97. },
  98. "testling": {
  99. "browsers": [
  100. "chrome/22..latest",
  101. "chrome/canary",
  102. "firefox/16..latest",
  103. "firefox/3..6",
  104. "firefox/nightly",
  105. "ie/6..latest",
  106. "ipad/6.0..latest",
  107. "iphone/6.0..latest",
  108. "opera/10.0",
  109. "opera/11..latest",
  110. "opera/next",
  111. "safari/4..latest"
  112. ],
  113. "files": "test/index.js"
  114. },
  115. "version": "1.0.1"
  116. }