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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "pick-util@^1.0.1",
  3. "_id": "pick-util@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oNlBxOhuENySDSCl9QDjFQES+p3GUpCV+DbUNwnJrgGoHGu6kjj7M6++ryuqKhwkCOg0X/rlaSbV1VTnuVcLzw==",
  6. "_location": "/pick-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pick-util@^1.0.1",
  12. "name": "pick-util",
  13. "escapedName": "pick-util",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/inline-css",
  20. "/list-stylesheets",
  21. "/style-data"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/pick-util/-/pick-util-1.1.2.tgz",
  24. "_shasum": "92598c8b4ea035a6f5e9e1a4676c3c1cf1960b84",
  25. "_spec": "pick-util@^1.0.1",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\inline-css",
  27. "author": {
  28. "name": "Jonathan Kemp",
  29. "email": "kempdogg@gmail.com",
  30. "url": "http://jonkemp.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonkemp/pick-util/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@jonkemp/package-utils": "^1.0.4"
  38. },
  39. "deprecated": false,
  40. "description": "Return a copy of the object only containing the whitelisted properties.",
  41. "devDependencies": {
  42. "@rollup/plugin-commonjs": "^11.0.2",
  43. "@rollup/plugin-node-resolve": "^7.1.1",
  44. "babel-eslint": "^10.1.0",
  45. "eslint": "^6.8.0",
  46. "has-util": "^1.0.0",
  47. "mocha": "^7.1.1",
  48. "rollup": "^2.3.1"
  49. },
  50. "files": [
  51. "index.js",
  52. "umd"
  53. ],
  54. "homepage": "https://github.com/jonkemp/pick-util#readme",
  55. "keywords": [
  56. "object",
  57. "pick",
  58. "utility",
  59. "util"
  60. ],
  61. "main": "index.js",
  62. "name": "pick-util",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonkemp/pick-util.git"
  66. },
  67. "scripts": {
  68. "build": "rollup --config",
  69. "lint": "eslint . --max-warnings 0",
  70. "lint:fix": "eslint . --fix --max-warnings 0",
  71. "prepublishOnly": "npm run build",
  72. "test": "mocha"
  73. },
  74. "version": "1.1.2"
  75. }