You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.2 KiB
82 lines
2.2 KiB
{
|
|
"_from": "postcss-safe-parser@^1.0.1",
|
|
"_id": "postcss-safe-parser@1.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Q70MjITV99hHTeglxpnk2ryscqg=",
|
|
"_location": "/postcss-safe-parser",
|
|
"_phantomChildren": {
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0",
|
|
"js-base64": "2.6.4",
|
|
"source-map": "0.5.7"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-safe-parser@^1.0.1",
|
|
"name": "postcss-safe-parser",
|
|
"escapedName": "postcss-safe-parser",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/autoprefixer-loader"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/postcss-safe-parser/download/postcss-safe-parser-1.0.7.tgz",
|
|
"_shasum": "43bd0c8c84d5f7d8474de825c699e4dabcac72a8",
|
|
"_spec": "postcss-safe-parser@^1.0.1",
|
|
"_where": "/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/autoprefixer-loader",
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss-safe-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"postcss": "^5.0.18"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Fault-tolerant CSS parser for PostCSS",
|
|
"devDependencies": {
|
|
"babel-core": "6.5.2",
|
|
"babel-eslint": "5.0.0",
|
|
"babel-plugin-add-module-exports": "0.1.2",
|
|
"babel-plugin-precompile-charcodes": "1.0.0",
|
|
"babel-preset-es2015": "6.5.0",
|
|
"babel-preset-es2015-loose": "7.0.0",
|
|
"babel-preset-stage-0": "6.5.0",
|
|
"chai": "3.5.0",
|
|
"del": "2.2.0",
|
|
"eslint-config-postcss": "2.0.0",
|
|
"gulp": "3.9.1",
|
|
"gulp-babel": "6.1.2",
|
|
"gulp-eslint": "2.0.0",
|
|
"gulp-json-editor": "2.2.1",
|
|
"gulp-mocha": "2.2.0",
|
|
"mocha": "2.4.5",
|
|
"postcss-parser-tests": "5.0.5"
|
|
},
|
|
"homepage": "https://github.com/postcss/postcss-safe-parser#readme",
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-syntax",
|
|
"parser",
|
|
"fault tolerant"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/safe-parse",
|
|
"name": "postcss-safe-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss-safe-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp"
|
|
},
|
|
"version": "1.0.7"
|
|
}
|