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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "is-arguments@^1.0.4",
  3. "_id": "is-arguments@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==",
  6. "_location": "/is-arguments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-arguments@^1.0.4",
  12. "name": "is-arguments",
  13. "escapedName": "is-arguments",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz",
  22. "_shasum": "3faf966c7cba0ff437fb31f6250082fcf0448cf3",
  23. "_spec": "is-arguments@^1.0.4",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/deep-equal",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ljharb/is-arguments/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "Is this an arguments object? It's a harder question than you think.",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^13.0.0",
  46. "covert": "^1.1.0",
  47. "eslint": "^5.8.0",
  48. "jscs": "^3.0.7",
  49. "nsp": "^3.2.1",
  50. "tape": "^4.9.1"
  51. },
  52. "engines": {
  53. "node": ">= 0.4"
  54. },
  55. "homepage": "https://github.com/ljharb/is-arguments",
  56. "keywords": [
  57. "arguments",
  58. "js",
  59. "javascript",
  60. "is-arguments",
  61. "is",
  62. "object"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "is-arguments",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/ljharb/is-arguments.git"
  70. },
  71. "scripts": {
  72. "coverage": "covert test.js",
  73. "eslint": "eslint *.js",
  74. "jscs": "jscs *.js",
  75. "lint": "npm run --silent jscs && npm run --silent eslint",
  76. "posttest": "npm run --silent security",
  77. "pretest": "npm run --silent lint",
  78. "security": "nsp check",
  79. "test": "npm run --silent tests-only",
  80. "tests-only": "node test.js"
  81. },
  82. "testling": {
  83. "files": "test.js",
  84. "browsers": [
  85. "iexplore/6.0..latest",
  86. "firefox/3.0..6.0",
  87. "firefox/15.0..latest",
  88. "firefox/nightly",
  89. "chrome/4.0..10.0",
  90. "chrome/20.0..latest",
  91. "chrome/canary",
  92. "opera/10.0..latest",
  93. "opera/next",
  94. "safari/4.0..latest",
  95. "ipad/6.0..latest",
  96. "iphone/6.0..latest",
  97. "android-browser/4.2"
  98. ]
  99. },
  100. "version": "1.0.4"
  101. }