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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "flat-util@^1.1.1",
  3. "_id": "flat-util@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xul8tthzyD+jVhbwG+V4ne/qMA5zb8LXC75mMeWxZsCoUqCfrvaPgL6v87LG3L8an///BCiXWy8Du8i4dBdCIQ==",
  6. "_location": "/flat-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "flat-util@^1.1.1",
  12. "name": "flat-util",
  13. "escapedName": "flat-util",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/inline-css"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/flat-util/-/flat-util-1.1.5.tgz",
  22. "_shasum": "7d14fae7df4b0076088a52e5b7d8f7ad342e6d80",
  23. "_spec": "flat-util@^1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\inline-css",
  25. "author": {
  26. "name": "Jonathan Kemp",
  27. "email": "kempdogg@gmail.com",
  28. "url": "http://jonkemp.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonkemp/flat-util/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Flatten a nested array.",
  36. "devDependencies": {
  37. "@rollup/plugin-commonjs": "^11.0.2",
  38. "@rollup/plugin-node-resolve": "^7.1.1",
  39. "babel-eslint": "^10.1.0",
  40. "chai": "^4.2.0",
  41. "eslint": "^6.8.0",
  42. "karma": "^4.4.1",
  43. "karma-chai": "^0.1.0",
  44. "karma-chrome-launcher": "^3.1.0",
  45. "karma-mocha": "^1.3.0",
  46. "mocha": "^7.1.1",
  47. "rollup": "^2.3.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "umd"
  52. ],
  53. "homepage": "https://github.com/jonkemp/flat-util#readme",
  54. "keywords": [
  55. "array",
  56. "flat",
  57. "flatten",
  58. "nested",
  59. "utility",
  60. "util"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "flat-util",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonkemp/flat-util.git"
  68. },
  69. "scripts": {
  70. "build": "rollup --config",
  71. "lint": "eslint . --max-warnings 0",
  72. "lint:fix": "eslint . --fix --max-warnings 0",
  73. "prepublishOnly": "npm run build",
  74. "test": "npm run build && karma start --single-run --browsers ChromeHeadless karma.conf.js"
  75. },
  76. "version": "1.1.5"
  77. }