Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "object-is@^1.0.1",
  3. "_id": "object-is@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=",
  6. "_location": "/object-is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-is@^1.0.1",
  12. "name": "object-is",
  13. "escapedName": "object-is",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz",
  22. "_shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6",
  23. "_spec": "object-is@^1.0.1",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/deep-equal",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ljharb/object-is/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "ES6-compliant shim for Object.is - differentiates between -0 and +0",
  35. "devDependencies": {
  36. "covert": "~1.0.0",
  37. "jscs": "~1.5.9",
  38. "tape": "~2.14.0"
  39. },
  40. "engines": {
  41. "node": ">= 0.4"
  42. },
  43. "homepage": "https://github.com/ljharb/object-is",
  44. "keywords": [
  45. "is",
  46. "Object.is",
  47. "equality",
  48. "sameValueZero",
  49. "ES6",
  50. "shim",
  51. "polyfill"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "object-is",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/ljharb/object-is.git"
  59. },
  60. "scripts": {
  61. "coverage": "covert test.js",
  62. "coverage-quiet": "covert test.js --quiet",
  63. "lint": "jscs *.js",
  64. "test": "npm run lint && node test.js && npm run coverage-quiet"
  65. },
  66. "testling": {
  67. "files": "test.js",
  68. "browsers": [
  69. "iexplore/6.0..latest",
  70. "firefox/3.0..6.0",
  71. "firefox/15.0..latest",
  72. "firefox/nightly",
  73. "chrome/4.0..10.0",
  74. "chrome/20.0..latest",
  75. "chrome/canary",
  76. "opera/10.0..12.0",
  77. "opera/15.0..latest",
  78. "opera/next",
  79. "safari/4.0..latest",
  80. "ipad/6.0..latest",
  81. "iphone/6.0..latest",
  82. "android-browser/4.2"
  83. ]
  84. },
  85. "version": "1.0.1"
  86. }