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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "rework-plugin-function@^1.0.0",
  3. "_id": "rework-plugin-function@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Es5G+1sptdk1FGaD9rmM9J0jc7k=",
  6. "_location": "/rework-plugin-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rework-plugin-function@^1.0.0",
  12. "name": "rework-plugin-function",
  13. "escapedName": "rework-plugin-function",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/rework-plugin-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rework-plugin-function/-/rework-plugin-function-1.0.2.tgz",
  22. "_shasum": "12ce46fb5b29b5d935146683f6b98cf49d2373b9",
  23. "_spec": "rework-plugin-function@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\rework-plugin-url",
  25. "author": {
  26. "name": "reworkcss"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/reworkcss/rework-plugin-function/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "rework-visit": "^1.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "function() plugin for rework, formerly included in core",
  37. "devDependencies": {
  38. "mocha": "^1.17.1",
  39. "rework": "^1.0.0",
  40. "should": "^3.1.3"
  41. },
  42. "homepage": "https://github.com/reworkcss/rework-plugin-function",
  43. "keywords": [
  44. "browser",
  45. "server",
  46. "css",
  47. "preprocess",
  48. "transform"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "rework-plugin-function",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/reworkcss/rework-plugin-function.git"
  56. },
  57. "scripts": {
  58. "test": "mocha --require should --reporter spec"
  59. },
  60. "version": "1.0.2"
  61. }