package.json 1.5 KB

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