package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "object-inspect@1.8.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-inspect@1.8.0",
  10. "_id": "object-inspect@1.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==",
  13. "_location": "/object-inspect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-inspect@1.8.0",
  19. "name": "object-inspect",
  20. "escapedName": "object-inspect",
  21. "rawSpec": "1.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.0"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/object-is/es-abstract",
  28. "/object.assign/es-abstract"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz",
  31. "_spec": "1.8.0",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "James Halliday",
  35. "email": "mail@substack.net",
  36. "url": "http://substack.net"
  37. },
  38. "browser": {
  39. "./util.inspect.js": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/inspect-js/object-inspect/issues"
  43. },
  44. "description": "string representations of objects in node and the browser",
  45. "devDependencies": {
  46. "@ljharb/eslint-config": "^17.1.0",
  47. "aud": "^1.1.2",
  48. "core-js": "^2.6.11",
  49. "eslint": "^7.1.0",
  50. "for-each": "^0.3.3",
  51. "nyc": "^10.3.2",
  52. "safe-publish-latest": "^1.1.4",
  53. "string.prototype.repeat": "^1.0.0",
  54. "tape": "^5.0.1"
  55. },
  56. "funding": {
  57. "url": "https://github.com/sponsors/ljharb"
  58. },
  59. "greenkeeper": {
  60. "ignore": [
  61. "nyc",
  62. "core-js"
  63. ]
  64. },
  65. "homepage": "https://github.com/inspect-js/object-inspect",
  66. "keywords": [
  67. "inspect",
  68. "util.inspect",
  69. "object",
  70. "stringify",
  71. "pretty"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "object-inspect",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/inspect-js/object-inspect.git"
  79. },
  80. "scripts": {
  81. "coverage": "nyc npm run tests-only",
  82. "lint": "eslint .",
  83. "posttest": "npx aud --production",
  84. "prepublish": "safe-publish-latest",
  85. "pretest": "npm run lint",
  86. "pretests-only": "node test-core-js",
  87. "test": "npm run tests-only",
  88. "tests-only": "tape test/*.js"
  89. },
  90. "testling": {
  91. "files": [
  92. "test/*.js",
  93. "test/browser/*.js"
  94. ],
  95. "browsers": [
  96. "ie/6..latest",
  97. "chrome/latest",
  98. "firefox/latest",
  99. "safari/latest",
  100. "opera/latest",
  101. "iphone/latest",
  102. "ipad/latest",
  103. "android/latest"
  104. ]
  105. },
  106. "version": "1.8.0"
  107. }