systemjs-plugin-css
Advanced tools
Comparing version
@@ -13,2 +13,7 @@ SystemJS.config({ | ||
} | ||
}, | ||
devConfig: { | ||
"map": { | ||
"plugin-babel": "npm:systemjs-plugin-babel@0.0.15" | ||
} | ||
} | ||
@@ -24,28 +29,28 @@ }); | ||
map: { | ||
"assert": "github:jspm/nodelibs-assert@0.2.0-alpha", | ||
"assert": "npm:jspm-nodelibs-assert@0.2.0", | ||
"autoprefixer": "npm:autoprefixer@6.5.0", | ||
"buffer": "github:jspm/nodelibs-buffer@0.2.0-alpha", | ||
"child_process": "github:jspm/nodelibs-child_process@0.2.0-alpha", | ||
"cluster": "github:jspm/nodelibs-cluster@0.2.0-alpha", | ||
"constants": "github:jspm/nodelibs-constants@0.2.0-alpha", | ||
"crypto": "github:jspm/nodelibs-crypto@0.2.0-alpha", | ||
"buffer": "npm:jspm-nodelibs-buffer@0.2.0", | ||
"child_process": "npm:jspm-nodelibs-child_process@0.2.0", | ||
"cluster": "npm:jspm-nodelibs-cluster@0.2.0", | ||
"constants": "npm:jspm-nodelibs-constants@0.2.0", | ||
"crypto": "npm:jspm-nodelibs-crypto@0.2.0", | ||
"cssnano": "npm:cssnano@3.7.5", | ||
"events": "github:jspm/nodelibs-events@0.2.0-alpha", | ||
"fs": "github:jspm/nodelibs-fs@0.2.0-alpha", | ||
"events": "npm:jspm-nodelibs-events@0.2.0", | ||
"fs": "npm:jspm-nodelibs-fs@0.2.0", | ||
"graceful-fs": "npm:graceful-fs@4.1.8", | ||
"http": "github:jspm/nodelibs-http@0.2.0-alpha", | ||
"module": "github:jspm/nodelibs-module@0.2.0-alpha", | ||
"os": "github:jspm/nodelibs-os@0.2.0-alpha", | ||
"path": "github:jspm/nodelibs-path@0.2.0-alpha", | ||
"http": "npm:jspm-nodelibs-http@0.2.0", | ||
"module": "npm:jspm-nodelibs-module@0.2.0", | ||
"os": "npm:jspm-nodelibs-os@0.2.0", | ||
"path": "npm:jspm-nodelibs-path@0.2.0", | ||
"postcss": "npm:postcss@5.2.2", | ||
"postcss-import": "github:guybedford/postcss-import@feature%2Fload-source-maps", | ||
"postcss-url": "npm:postcss-url@5.1.2", | ||
"process": "github:jspm/nodelibs-process@0.2.0-alpha", | ||
"punycode": "github:jspm/nodelibs-punycode@0.2.0-alpha", | ||
"stream": "github:jspm/nodelibs-stream@0.2.0-alpha", | ||
"string_decoder": "github:jspm/nodelibs-string_decoder@0.2.0-alpha", | ||
"process": "npm:jspm-nodelibs-process@0.2.0", | ||
"punycode": "npm:jspm-nodelibs-punycode@0.2.0", | ||
"stream": "npm:jspm-nodelibs-stream@0.2.0", | ||
"string_decoder": "npm:jspm-nodelibs-string_decoder@0.2.0", | ||
"uglify-js": "npm:uglify-js@2.3.6", | ||
"url": "github:jspm/nodelibs-url@0.2.0-alpha", | ||
"util": "github:jspm/nodelibs-util@0.2.0-alpha", | ||
"vm": "github:jspm/nodelibs-vm@0.2.0-alpha" | ||
"url": "npm:jspm-nodelibs-url@0.2.0", | ||
"util": "npm:jspm-nodelibs-util@0.2.0", | ||
"vm": "npm:jspm-nodelibs-vm@0.2.0" | ||
}, | ||
@@ -79,7 +84,2 @@ packages: { | ||
}, | ||
"github:jspm/nodelibs-buffer@0.2.0-alpha": { | ||
"map": { | ||
"buffer-browserify": "npm:buffer@4.9.1" | ||
} | ||
}, | ||
"npm:buffer@4.9.1": { | ||
@@ -92,12 +92,2 @@ "map": { | ||
}, | ||
"github:jspm/nodelibs-crypto@0.2.0-alpha": { | ||
"map": { | ||
"crypto-browserify": "npm:crypto-browserify@3.11.0" | ||
} | ||
}, | ||
"github:jspm/nodelibs-os@0.2.0-alpha": { | ||
"map": { | ||
"os-browserify": "npm:os-browserify@0.2.1" | ||
} | ||
}, | ||
"npm:crypto-browserify@3.11.0": { | ||
@@ -254,7 +244,2 @@ "map": { | ||
}, | ||
"github:jspm/nodelibs-stream@0.2.0-alpha": { | ||
"map": { | ||
"stream-browserify": "npm:stream-browserify@2.0.1" | ||
} | ||
}, | ||
"npm:stream-browserify@2.0.1": { | ||
@@ -277,7 +262,2 @@ "map": { | ||
}, | ||
"github:jspm/nodelibs-string_decoder@0.2.0-alpha": { | ||
"map": { | ||
"string_decoder-browserify": "npm:string_decoder@0.10.31" | ||
} | ||
}, | ||
"npm:postcss-url@5.1.2": { | ||
@@ -684,7 +664,2 @@ "map": { | ||
}, | ||
"github:jspm/nodelibs-url@0.2.0-alpha": { | ||
"map": { | ||
"url-browserify": "npm:url@0.11.0" | ||
} | ||
}, | ||
"npm:inflight@1.0.5": { | ||
@@ -721,7 +696,2 @@ "map": { | ||
}, | ||
"github:jspm/nodelibs-punycode@0.2.0-alpha": { | ||
"map": { | ||
"punycode-browserify": "npm:punycode@1.4.1" | ||
} | ||
}, | ||
"npm:has-ansi@2.0.0": { | ||
@@ -737,7 +707,2 @@ "map": { | ||
}, | ||
"github:jspm/nodelibs-http@0.2.0-alpha": { | ||
"map": { | ||
"http-browserify": "npm:stream-http@2.4.0" | ||
} | ||
}, | ||
"npm:stream-http@2.4.0": { | ||
@@ -751,4 +716,44 @@ "map": { | ||
} | ||
}, | ||
"npm:jspm-nodelibs-punycode@0.2.0": { | ||
"map": { | ||
"punycode-browserify": "npm:punycode@1.4.1" | ||
} | ||
}, | ||
"npm:jspm-nodelibs-buffer@0.2.0": { | ||
"map": { | ||
"buffer-browserify": "npm:buffer@4.9.1" | ||
} | ||
}, | ||
"npm:jspm-nodelibs-os@0.2.0": { | ||
"map": { | ||
"os-browserify": "npm:os-browserify@0.2.1" | ||
} | ||
}, | ||
"npm:jspm-nodelibs-string_decoder@0.2.0": { | ||
"map": { | ||
"string_decoder-browserify": "npm:string_decoder@0.10.31" | ||
} | ||
}, | ||
"npm:jspm-nodelibs-crypto@0.2.0": { | ||
"map": { | ||
"crypto-browserify": "npm:crypto-browserify@3.11.0" | ||
} | ||
}, | ||
"npm:jspm-nodelibs-stream@0.2.0": { | ||
"map": { | ||
"stream-browserify": "npm:stream-browserify@2.0.1" | ||
} | ||
}, | ||
"npm:jspm-nodelibs-http@0.2.0": { | ||
"map": { | ||
"http-browserify": "npm:stream-http@2.4.0" | ||
} | ||
}, | ||
"npm:jspm-nodelibs-url@0.2.0": { | ||
"map": { | ||
"url-browserify": "npm:url@0.11.0" | ||
} | ||
} | ||
} | ||
}); |
{ | ||
"scripts": { | ||
"postinstall": "node_modules/.bin/jspm install", | ||
"build": "node_modules/.bin/jspm build postcss-bundle.js ../postcss-bundle.js --node --format amd --skip-source-maps" | ||
}, | ||
"jspm": { | ||
@@ -16,23 +20,23 @@ "name": "app", | ||
"peerDependencies": { | ||
"assert": "github:jspm/nodelibs-assert@^0.2.0-alpha", | ||
"buffer": "github:jspm/nodelibs-buffer@^0.2.0-alpha", | ||
"child_process": "github:jspm/nodelibs-child_process@^0.2.0-alpha", | ||
"cluster": "github:jspm/nodelibs-cluster@^0.2.0-alpha", | ||
"constants": "github:jspm/nodelibs-constants@^0.2.0-alpha", | ||
"crypto": "github:jspm/nodelibs-crypto@^0.2.0-alpha", | ||
"events": "github:jspm/nodelibs-events@^0.2.0-alpha", | ||
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha", | ||
"assert": "npm:jspm-nodelibs-assert@^0.2.0", | ||
"buffer": "npm:jspm-nodelibs-buffer@^0.2.0", | ||
"child_process": "npm:jspm-nodelibs-child_process@^0.2.0", | ||
"cluster": "npm:jspm-nodelibs-cluster@^0.2.0", | ||
"constants": "npm:jspm-nodelibs-constants@^0.2.0", | ||
"crypto": "npm:jspm-nodelibs-crypto@^0.2.0", | ||
"events": "npm:jspm-nodelibs-events@^0.2.0", | ||
"fs": "npm:jspm-nodelibs-fs@^0.2.0", | ||
"graceful-fs": "npm:graceful-fs@^4.1.6", | ||
"http": "github:jspm/nodelibs-http@^0.2.0-alpha", | ||
"module": "github:jspm/nodelibs-module@^0.2.0-alpha", | ||
"os": "github:jspm/nodelibs-os@^0.2.0-alpha", | ||
"path": "github:jspm/nodelibs-path@^0.2.0-alpha", | ||
"process": "github:jspm/nodelibs-process@^0.2.0-alpha", | ||
"punycode": "github:jspm/nodelibs-punycode@^0.2.0-alpha", | ||
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha", | ||
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha", | ||
"http": "npm:jspm-nodelibs-http@^0.2.0", | ||
"module": "npm:jspm-nodelibs-module@^0.2.0", | ||
"os": "npm:jspm-nodelibs-os@^0.2.0", | ||
"path": "npm:jspm-nodelibs-path@^0.2.0", | ||
"process": "npm:jspm-nodelibs-process@^0.2.0", | ||
"punycode": "npm:jspm-nodelibs-punycode@^0.2.0", | ||
"stream": "npm:jspm-nodelibs-stream@^0.2.0", | ||
"string_decoder": "npm:jspm-nodelibs-string_decoder@^0.2.0", | ||
"uglify-js": "npm:uglify-js@~2.3", | ||
"url": "github:jspm/nodelibs-url@^0.2.0-alpha", | ||
"util": "github:jspm/nodelibs-util@^0.2.0-alpha", | ||
"vm": "github:jspm/nodelibs-vm@^0.2.0-alpha" | ||
"url": "npm:jspm-nodelibs-url@^0.2.0", | ||
"util": "npm:jspm-nodelibs-util@^0.2.0", | ||
"vm": "npm:jspm-nodelibs-vm@^0.2.0" | ||
}, | ||
@@ -60,5 +64,58 @@ "overrides": { | ||
] | ||
}, | ||
"npm:svgo@0.7.1": { | ||
"meta": { | ||
"lib/svgo/config.js": { | ||
"deps": [ | ||
"../../plugins/removeDoctype", | ||
"../../plugins/removeXMLProcInst", | ||
"../../plugins/removeComments", | ||
"../../plugins/removeMetadata", | ||
"../../plugins/removeEditorsNSData", | ||
"../../plugins/cleanupAttrs", | ||
"../../plugins/minifyStyles", | ||
"../../plugins/convertStyleToAttrs", | ||
"../../plugins/cleanupIDs", | ||
"../../plugins/removeRasterImages", | ||
"../../plugins/removeUselessDefs", | ||
"../../plugins/cleanupNumericValues", | ||
"../../plugins/cleanupListOfValues", | ||
"../../plugins/convertColors", | ||
"../../plugins/removeUnknownsAndDefaults", | ||
"../../plugins/removeNonInheritableGroupAttrs", | ||
"../../plugins/removeUselessStrokeAndFill", | ||
"../../plugins/removeViewBox", | ||
"../../plugins/cleanupEnableBackground", | ||
"../../plugins/removeHiddenElems", | ||
"../../plugins/removeEmptyText", | ||
"../../plugins/convertShapeToPath", | ||
"../../plugins/moveElemsAttrsToGroup", | ||
"../../plugins/moveGroupAttrsToElems", | ||
"../../plugins/collapseGroups", | ||
"../../plugins/convertPathData", | ||
"../../plugins/convertTransform", | ||
"../../plugins/removeEmptyAttrs", | ||
"../../plugins/removeEmptyContainers", | ||
"../../plugins/mergePaths", | ||
"../../plugins/removeUnusedNS", | ||
"../../plugins/transformsWithOnePath", | ||
"../../plugins/sortAttrs", | ||
"../../plugins/removeTitle", | ||
"../../plugins/removeDesc", | ||
"../../plugins/removeDimensions", | ||
"../../plugins/removeAttrs", | ||
"../../plugins/addClassesToSVGElement", | ||
"../../plugins/removeStyleElement", | ||
"../../plugins/removeXMLNS", | ||
"../../plugins/removeElementsByAttr", | ||
"../../plugins/addAttributesToSVGElement" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"jspm": "^0.17.0-beta.34" | ||
} | ||
} |
@@ -125,3 +125,3 @@ var fs = require('@node/fs'); | ||
url: function(fileName, decl, from, dirname, to, options, result) { | ||
if (absUrl(fileName)) | ||
if (absUrl(fileName) || fileName.match(/^%23/)) | ||
return fileName; | ||
@@ -147,3 +147,3 @@ | ||
return postcss(postCssPlugins) | ||
.process(Object.keys(inputFiles).map(name => '@import "' + name + '";').join('\n'), { | ||
.process(Object.keys(inputFiles).map(name => '@import "' + name.replace(/\\/g, '/') + '";').join('\n'), { | ||
from: path.join(baseURLPath, '__.css'), | ||
@@ -150,0 +150,0 @@ to: cwd + path.sep + '__.css', |
{ | ||
"name": "systemjs-plugin-css", | ||
"version": "0.1.33", | ||
"version": "0.1.34", | ||
"main": "css", | ||
"registry": "jspm", | ||
"scripts": { | ||
"postinstall": "cd build-post-css && npm install", | ||
"test": "mocha --harmony test/test.js", | ||
"build": "cd build-post-css && ./build.sh", | ||
"build": "cd build-post-css && npm run build", | ||
"phantom-test": "phantomjs test/phantom.js" | ||
@@ -10,0 +11,0 @@ }, |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 2 instances in 1 package
4326104
0.05%2365
0.21%23
-4.17%2
Infinity%