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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "os-filter-obj@^2.0.0",
  3. "_id": "os-filter-obj@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==",
  6. "_location": "/os-filter-obj",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-filter-obj@^2.0.0",
  12. "name": "os-filter-obj",
  13. "escapedName": "os-filter-obj",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz",
  22. "_shasum": "1c0b62d5f3a2442749a2d139e6dddee6e81d8d16",
  23. "_spec": "os-filter-obj@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-wrapper",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "https://github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/os-filter-obj/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "arch": "^2.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Filter an array of objects to a specific OS",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/kevva/os-filter-obj#readme",
  50. "keywords": [
  51. "arch",
  52. "filter",
  53. "obj",
  54. "object",
  55. "os"
  56. ],
  57. "license": "MIT",
  58. "name": "os-filter-obj",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/kevva/os-filter-obj.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava"
  65. },
  66. "version": "2.0.0"
  67. }