package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "object-inspect@^1.6.0",
  3. "_id": "object-inspect@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.6.0",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.6.0.tgz",
  22. "_shasum": "c70b6cbf72f274aab4c34c0c82f5167bf82cf15b",
  23. "_spec": "object-inspect@^1.6.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "browser": {
  31. "./util.inspect.js": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/substack/object-inspect/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "string representations of objects in node and the browser",
  39. "devDependencies": {
  40. "core-js": "^2.5.5",
  41. "nyc": "^10.3.2",
  42. "tape": "^4.9.0"
  43. },
  44. "homepage": "https://github.com/substack/object-inspect",
  45. "keywords": [
  46. "inspect",
  47. "util.inspect",
  48. "object",
  49. "stringify",
  50. "pretty"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "object-inspect",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/substack/object-inspect.git"
  58. },
  59. "scripts": {
  60. "coverage": "nyc npm run tests-only",
  61. "posttest": "npm run test:bigint",
  62. "pretests-only": "node test-core-js",
  63. "test": "npm run tests-only",
  64. "test:bigint": "node --harmony-bigint test/bigint",
  65. "tests-only": "tape test/*.js"
  66. },
  67. "testling": {
  68. "files": [
  69. "test/*.js",
  70. "test/browser/*.js"
  71. ],
  72. "browsers": [
  73. "ie/6..latest",
  74. "chrome/latest",
  75. "firefox/latest",
  76. "safari/latest",
  77. "opera/latest",
  78. "iphone/latest",
  79. "ipad/latest",
  80. "android/latest"
  81. ]
  82. },
  83. "version": "1.6.0"
  84. }