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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "get-imports@^1.0.0",
  3. "_id": "get-imports@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-R8C07piTUWQsVJdxk79Pyqv1N48=",
  6. "_location": "/get-imports",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-imports@^1.0.0",
  12. "name": "get-imports",
  13. "escapedName": "get-imports",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/parse-import"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/get-imports/-/get-imports-1.0.0.tgz",
  22. "_shasum": "47c0b4ee989351642c54977193bf4fcaabf5378f",
  23. "_spec": "get-imports@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\parse-import",
  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/get-import/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "array-uniq": "^1.0.1",
  36. "import-regex": "^1.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get CSS @imports from a string",
  40. "devDependencies": {
  41. "ava": "^0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/kevva/get-import#readme",
  50. "keywords": [
  51. "css",
  52. "import",
  53. "string"
  54. ],
  55. "license": "MIT",
  56. "name": "get-imports",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/kevva/get-import.git"
  60. },
  61. "scripts": {
  62. "test": "node test.js"
  63. },
  64. "version": "1.0.0"
  65. }