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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "array-slice@^1.0.0",
  3. "_id": "array-slice@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==",
  6. "_location": "/array-slice",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-slice@^1.0.0",
  12. "name": "array-slice",
  13. "escapedName": "array-slice",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/array-initial",
  20. "/object.defaults"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
  23. "_shasum": "e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4",
  24. "_spec": "array-slice@^1.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\object.defaults",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/array-slice/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
  36. "devDependencies": {
  37. "gulp-format-md": "^1.0.0",
  38. "mocha": "^3.5.3"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/jonschlinkert/array-slice",
  47. "keywords": [
  48. "array",
  49. "javascript",
  50. "js",
  51. "slice",
  52. "util",
  53. "utils"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "array-slice",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jonschlinkert/array-slice.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "verb": {
  66. "toc": false,
  67. "layout": "default",
  68. "tasks": [
  69. "readme"
  70. ],
  71. "plugins": [
  72. "gulp-format-md"
  73. ],
  74. "related": {
  75. "list": [
  76. "arr-flatten",
  77. "array-unique",
  78. "array-xor"
  79. ]
  80. },
  81. "lint": {
  82. "reflinks": true
  83. }
  84. },
  85. "version": "1.1.0"
  86. }