package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "icss-replace-symbols@^1.1.0",
  3. "_id": "icss-replace-symbols@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=",
  6. "_location": "/icss-replace-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "icss-replace-symbols@^1.1.0",
  12. "name": "icss-replace-symbols",
  13. "escapedName": "icss-replace-symbols",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-modules-values"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
  22. "_shasum": "06ea6f83679a7749e386cfe1fe812ae5db223ded",
  23. "_spec": "icss-replace-symbols@^1.1.0",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\postcss-modules-values",
  25. "author": {
  26. "name": "Glen Maddern"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/css-modules/icss-replace-symbols/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Replacing symbols during the linking phase of ICSS",
  34. "devDependencies": {
  35. "babel-cli": "^6.18.0",
  36. "babel-preset-es2015": "^6.18.0",
  37. "babel-register": "^6.18.0",
  38. "chokidar": "^1.3.0",
  39. "mocha": "^3.1.2",
  40. "postcss": "^6.0.1",
  41. "standard": "^8.4.0"
  42. },
  43. "homepage": "https://github.com/css-modules/icss-replace-symbols#readme",
  44. "keywords": [
  45. "css",
  46. "modules",
  47. "icss",
  48. "postcss"
  49. ],
  50. "license": "ISC",
  51. "main": "lib/index.js",
  52. "name": "icss-replace-symbols",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/css-modules/icss-replace-symbols.git"
  56. },
  57. "scripts": {
  58. "autotest": "chokidar src test -c 'npm test'",
  59. "build": "babel --out-dir lib src",
  60. "lint": "standard src test",
  61. "posttest": "npm run lint && npm run build",
  62. "prepublish": "npm run build",
  63. "test": "mocha --compilers js:babel-register",
  64. "travis": "npm run test"
  65. },
  66. "version": "1.1.0"
  67. }