package.json 2.5 KB

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