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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "array-initial@^1.0.0",
  3. "_id": "array-initial@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=",
  6. "_location": "/array-initial",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-initial@^1.0.0",
  12. "name": "array-initial",
  13. "escapedName": "array-initial",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bach"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz",
  22. "_shasum": "2fa74b26739371c3947bd7a7adc73be334b3d795",
  23. "_spec": "array-initial@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bach",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/array-initial/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "array-slice": "^1.0.0",
  35. "is-number": "^4.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get all but the last element or last n elements of an array.",
  39. "devDependencies": {
  40. "mocha": "^2.0.0",
  41. "should": "^11.2.1"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "homepage": "https://github.com/jonschlinkert/array-initial",
  47. "keywords": [
  48. "array",
  49. "fast",
  50. "first",
  51. "initial",
  52. "javascript",
  53. "js",
  54. "last",
  55. "rest",
  56. "util",
  57. "utility",
  58. "utils"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "array-initial",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/jonschlinkert/array-initial.git"
  66. },
  67. "scripts": {
  68. "test": "mocha -R spec"
  69. },
  70. "version": "1.1.0"
  71. }