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

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