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 2.1 KiB

3 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "is-equal-shallow@0.1.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-equal-shallow@0.1.3",
  9. "_id": "is-equal-shallow@0.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
  12. "_location": "/is-equal-shallow",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-equal-shallow@0.1.3",
  18. "name": "is-equal-shallow",
  19. "escapedName": "is-equal-shallow",
  20. "rawSpec": "0.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.3"
  23. },
  24. "_requiredBy": [
  25. "/regex-cache"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
  28. "_spec": "0.1.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/is-equal-shallow/issues"
  36. },
  37. "dependencies": {
  38. "is-primitive": "^2.0.0"
  39. },
  40. "description": "Does a shallow comparison of two objects, returning false if the keys or values differ.",
  41. "devDependencies": {
  42. "mocha": "*",
  43. "should": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-equal-shallow",
  52. "keywords": [
  53. "compare",
  54. "comparison",
  55. "equal",
  56. "equals",
  57. "is",
  58. "is-equal",
  59. "key",
  60. "object",
  61. "same",
  62. "shallow",
  63. "value"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "is-equal-shallow",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/jonschlinkert/is-equal-shallow.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verbiage": {
  76. "related": {
  77. "description": "Other object utils:",
  78. "list": [
  79. "is-plain-object",
  80. "isobject",
  81. "for-in",
  82. "for-own",
  83. "clone-deep"
  84. ]
  85. }
  86. },
  87. "version": "0.1.3"
  88. }