package.json 2.5 KB

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