package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "reduce-css-calc@^1.2.6",
  6. "scope": null,
  7. "escapedName": "reduce-css-calc",
  8. "name": "reduce-css-calc",
  9. "rawSpec": "^1.2.6",
  10. "spec": ">=1.2.6 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/huanggang/huangg/panda_h5_shop/node_modules/postcss-calc"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1472209421469,
  17. "_from": "reduce-css-calc@>=1.2.6 <2.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "reduce-css-calc@1.3.0",
  20. "_inCache": true,
  21. "_location": "/reduce-css-calc",
  22. "_nodeVersion": "5.12.0",
  23. "_npmOperationalInternal": {
  24. "host": "packages-16-east.internal.npmjs.com",
  25. "tmp": "tmp/reduce-css-calc-1.3.0.tgz_1472209420610_0.07836053264327347"
  26. },
  27. "_npmUser": {
  28. "name": "moox",
  29. "email": "m@moox.io"
  30. },
  31. "_npmVersion": "3.8.6",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "reduce-css-calc@^1.2.6",
  35. "scope": null,
  36. "escapedName": "reduce-css-calc",
  37. "name": "reduce-css-calc",
  38. "rawSpec": "^1.2.6",
  39. "spec": ">=1.2.6 <2.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/postcss-calc"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
  46. "_shasum": "747c914e049614a4c9cfbba629871ad1d2927716",
  47. "_shrinkwrap": null,
  48. "_spec": "reduce-css-calc@^1.2.6",
  49. "_where": "/Users/huanggang/huangg/panda_h5_shop/node_modules/postcss-calc",
  50. "author": {
  51. "name": "Maxime Thirouin"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/MoOx/reduce-css-calc/issues"
  55. },
  56. "dependencies": {
  57. "balanced-match": "^0.4.2",
  58. "math-expression-evaluator": "^1.2.14",
  59. "reduce-function-call": "^1.0.1"
  60. },
  61. "description": "Reduce CSS calc() function to the maximum",
  62. "devDependencies": {
  63. "jscs": "^1.5.9",
  64. "jshint": "^2.5.2",
  65. "npmpub": "^3.0.3",
  66. "tape": "^2.13.4"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "747c914e049614a4c9cfbba629871ad1d2927716",
  71. "size": 4122,
  72. "noattachment": false,
  73. "tarball": "http://registry.npm.taobao.org/reduce-css-calc/download/reduce-css-calc-1.3.0.tgz"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "077b6d74d3807744c2854f7ba3a60626dcfdb504",
  79. "homepage": "https://github.com/MoOx/reduce-css-calc#readme",
  80. "keywords": [
  81. "css",
  82. "calculation",
  83. "calc"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "beneb",
  89. "email": "therealbenbriggs@hotmail.com"
  90. },
  91. {
  92. "name": "moox",
  93. "email": "m@moox.io"
  94. }
  95. ],
  96. "name": "reduce-css-calc",
  97. "optionalDependencies": {},
  98. "publish_time": 1472209421469,
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/MoOx/reduce-css-calc.git"
  103. },
  104. "scripts": {
  105. "jscs": "jscs *.js **/*.js",
  106. "jshint": "jshint . --exclude node_modules",
  107. "release": "npmpub",
  108. "test": "npm run jscs && npm run jshint && tape test"
  109. },
  110. "version": "1.3.0"
  111. }