Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

70 rader
1.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "is-obj@2.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-obj@2.0.0",
  9. "_id": "is-obj@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
  12. "_location": "/is-obj",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-obj@2.0.0",
  18. "name": "is-obj",
  19. "escapedName": "is-obj",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/dot-prop"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-obj/issues"
  37. },
  38. "description": "Check if a value is an object",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/is-obj#readme",
  52. "keywords": [
  53. "object",
  54. "is",
  55. "check",
  56. "test",
  57. "type"
  58. ],
  59. "license": "MIT",
  60. "name": "is-obj",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/is-obj.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava && tsd"
  67. },
  68. "version": "2.0.0"
  69. }