package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "gonzales-pe@^4.3.0",
  3. "_id": "gonzales-pe@4.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==",
  6. "_location": "/gonzales-pe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gonzales-pe@^4.3.0",
  12. "name": "gonzales-pe",
  13. "escapedName": "gonzales-pe",
  14. "rawSpec": "^4.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-sass"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz",
  22. "_shasum": "fe9dec5f3c557eead09ff868c65826be54d067b3",
  23. "_spec": "gonzales-pe@^4.3.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\postcss-sass",
  25. "author": {
  26. "name": "Tony Ganch",
  27. "email": "tonyganch+github@gmail.com",
  28. "url": "http://tonyganch.com"
  29. },
  30. "bin": {
  31. "gonzales": "bin/gonzales.js"
  32. },
  33. "bugs": {
  34. "url": "http://github.com/tonyganch/gonzales-pe/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "minimist": "^1.2.5"
  39. },
  40. "deprecated": false,
  41. "description": "Gonzales Preprocessor Edition (fast CSS parser)",
  42. "devDependencies": {
  43. "babel-core": "^6.18.2",
  44. "babel-loader": "^6.2.7",
  45. "babel-plugin-add-module-exports": "^0.2.1",
  46. "babel-preset-es2015": "^6.18.0",
  47. "coffee-script": "~1.7.1",
  48. "eslint": "^3.0.0",
  49. "jscs": "2.1.0",
  50. "jshint": "2.10.2",
  51. "json-loader": "^0.5.3",
  52. "mocha": "2.2.x",
  53. "webpack": "^1.12.2",
  54. "webpack-closure-compiler": "^2.0.2"
  55. },
  56. "engines": {
  57. "node": ">=0.6.0"
  58. },
  59. "files": [
  60. "MIT-LICENSE.txt",
  61. "bin/gonzales.js",
  62. "lib/gonzales.js"
  63. ],
  64. "homepage": "http://github.com/tonyganch/gonzales-pe",
  65. "license": "MIT",
  66. "main": "./lib/gonzales",
  67. "name": "gonzales-pe",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+ssh://git@github.com/tonyganch/gonzales-pe.git"
  71. },
  72. "scripts": {
  73. "autofix-tests": "bash ./scripts/build.sh && bash ./scripts/autofix-tests.sh",
  74. "build": "bash ./scripts/build.sh",
  75. "init": "bash ./scripts/init.sh",
  76. "lint": "bash ./scripts/lint.sh",
  77. "log": "bash ./scripts/log.sh",
  78. "prepublishOnly": "bash ./scripts/build.sh",
  79. "test": "bash ./scripts/test.sh",
  80. "watch": "bash ./scripts/watch.sh"
  81. },
  82. "version": "4.3.0"
  83. }