You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

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