package.json 1.9 KB

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