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

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