You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "object-is@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/deep-equal"
  6. ]
  7. ],
  8. "_from": "object-is@>=1.0.1 <2.0.0",
  9. "_id": "object-is@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/object-is",
  13. "_npmUser": {
  14. "email": "ljharb@gmail.com",
  15. "name": "ljharb"
  16. },
  17. "_npmVersion": "1.4.23",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "object-is",
  21. "raw": "object-is@^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. "/deep-equal"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz",
  31. "_shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6",
  32. "_shrinkwrap": null,
  33. "_spec": "object-is@^1.0.1",
  34. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/deep-equal",
  35. "author": {
  36. "name": "Jordan Harband"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/object-is/issues"
  40. },
  41. "dependencies": {},
  42. "description": "ES6-compliant shim for Object.is - differentiates between -0 and +0",
  43. "devDependencies": {
  44. "covert": "~1.0.0",
  45. "jscs": "~1.5.9",
  46. "tape": "~2.14.0"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6",
  51. "tarball": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "gitHead": "a51367e2c85f408211982ccb3ed2f1cc2da70d05",
  57. "homepage": "https://github.com/ljharb/object-is",
  58. "keywords": [
  59. "ES6",
  60. "Object.is",
  61. "equality",
  62. "is",
  63. "polyfill",
  64. "sameValueZero",
  65. "shim"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "maintainers": [
  70. {
  71. "name": "ljharb",
  72. "email": "ljharb@gmail.com"
  73. }
  74. ],
  75. "name": "object-is",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/ljharb/object-is.git"
  81. },
  82. "scripts": {
  83. "coverage": "covert test.js",
  84. "coverage-quiet": "covert test.js --quiet",
  85. "lint": "jscs *.js",
  86. "test": "npm run lint && node test.js && npm run coverage-quiet"
  87. },
  88. "testling": {
  89. "browsers": [
  90. "android-browser/4.2",
  91. "chrome/20.0..latest",
  92. "chrome/4.0..10.0",
  93. "chrome/canary",
  94. "firefox/15.0..latest",
  95. "firefox/3.0..6.0",
  96. "firefox/nightly",
  97. "iexplore/6.0..latest",
  98. "ipad/6.0..latest",
  99. "iphone/6.0..latest",
  100. "opera/10.0..12.0",
  101. "opera/15.0..latest",
  102. "opera/next",
  103. "safari/4.0..latest"
  104. ],
  105. "files": "test.js"
  106. },
  107. "version": "1.0.1"
  108. }