package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "sort-keys@1.1.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "sort-keys@1.1.2",
  9. "_id": "sort-keys@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
  12. "_location": "/sort-keys",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sort-keys@1.1.2",
  18. "name": "sort-keys",
  19. "escapedName": "sort-keys",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/normalize-url"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
  28. "_spec": "1.1.2",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/sort-keys/issues"
  37. },
  38. "dependencies": {
  39. "is-plain-obj": "^1.0.0"
  40. },
  41. "description": "Sort the keys of an object",
  42. "devDependencies": {
  43. "mocha": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/sort-keys#readme",
  53. "keywords": [
  54. "sort",
  55. "object",
  56. "keys",
  57. "obj",
  58. "key",
  59. "stable",
  60. "deterministic",
  61. "deep",
  62. "recursive",
  63. "recursively"
  64. ],
  65. "license": "MIT",
  66. "name": "sort-keys",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/sort-keys.git"
  70. },
  71. "scripts": {
  72. "test": "xo && mocha"
  73. },
  74. "version": "1.1.2"
  75. }