first commit
This commit is contained in:
96
build/node_modules/postcss-reduce-idents/package.json
generated
vendored
Normal file
96
build/node_modules/postcss-reduce-idents/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss-reduce-idents@2.4.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "postcss-reduce-idents@2.4.0",
|
||||
"_id": "postcss-reduce-idents@2.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=",
|
||||
"_location": "/postcss-reduce-idents",
|
||||
"_phantomChildren": {
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"js-base64": "2.4.0",
|
||||
"strip-ansi": "3.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-reduce-idents@2.4.0",
|
||||
"name": "postcss-reduce-idents",
|
||||
"escapedName": "postcss-reduce-idents",
|
||||
"rawSpec": "2.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz",
|
||||
"_spec": "2.4.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Ben Briggs",
|
||||
"email": "beneb.info@gmail.com",
|
||||
"url": "http://beneb.info"
|
||||
},
|
||||
"ava": {
|
||||
"require": "babel-register"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ben-eb/postcss-reduce-idents/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": "^5.0.4",
|
||||
"postcss-value-parser": "^3.0.2"
|
||||
},
|
||||
"description": "Reduce custom identifiers with PostCSS.",
|
||||
"devDependencies": {
|
||||
"all-contributors-cli": "^3.0.7",
|
||||
"ava": "^0.17.0",
|
||||
"babel-cli": "^6.3.17",
|
||||
"babel-core": "^6.3.26",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-preset-es2015": "^6.3.13",
|
||||
"babel-preset-es2015-loose": "^7.0.0",
|
||||
"babel-preset-stage-0": "^6.3.13",
|
||||
"babel-register": "^6.9.0",
|
||||
"del-cli": "^0.2.0",
|
||||
"eslint": "^3.0.0",
|
||||
"eslint-config-cssnano": "^3.0.0",
|
||||
"eslint-plugin-babel": "^3.3.0",
|
||||
"eslint-plugin-import": "^2.0.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "cssnano"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"homepage": "https://github.com/ben-eb/postcss-reduce-idents",
|
||||
"keywords": [
|
||||
"css",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "postcss-reduce-idents",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ben-eb/postcss-reduce-idents.git"
|
||||
},
|
||||
"scripts": {
|
||||
"contributorAdd": "all-contributors add",
|
||||
"contributorGenerate": "all-contributors generate",
|
||||
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
|
||||
"pretest": "eslint src --fix",
|
||||
"test": "ava src/__tests__/*.js",
|
||||
"test-012": "ava src/__tests__/*.js"
|
||||
},
|
||||
"version": "2.4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user