package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "px2rem@^0.5.0",
  3. "_id": "px2rem@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-JLOmz3TRSttO13byB4cdmJPkEOI=",
  6. "_location": "/px2rem",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "natives": "1.1.6",
  10. "rimraf": "2.7.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "px2rem@^0.5.0",
  16. "name": "px2rem",
  17. "escapedName": "px2rem",
  18. "rawSpec": "^0.5.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^0.5.0"
  21. },
  22. "_requiredBy": [
  23. "/px2rem-loader"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/px2rem/-/px2rem-0.5.0.tgz",
  26. "_shasum": "24b3a6cf74d14adb4ed776f207871d9893e410e2",
  27. "_spec": "px2rem@^0.5.0",
  28. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\px2rem-loader",
  29. "author": {
  30. "name": "songsiqi",
  31. "email": "songsiqi2006@126.com"
  32. },
  33. "bin": {
  34. "px2rem": "bin/px2rem.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/songsiqi/px2rem/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "chalk": "~0.5.1",
  42. "commander": "~2.6.0",
  43. "css": "~2.2.0",
  44. "extend": "~3.0.0",
  45. "fs-extra": "~0.16.3"
  46. },
  47. "deprecated": false,
  48. "description": "According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet",
  49. "devDependencies": {
  50. "coveralls": "^2.10.0",
  51. "istanbul": "^0.3.6",
  52. "mocha": "^2.1.0"
  53. },
  54. "homepage": "https://github.com/songsiqi/px2rem",
  55. "keywords": [
  56. "3x",
  57. "rem",
  58. "px2rem"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "px2rem",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/songsiqi/px2rem.git"
  66. },
  67. "scripts": {
  68. "cover": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  69. "test": "mocha"
  70. },
  71. "version": "0.5.0"
  72. }