123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "rework-import@^2.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-wm7StTFZrHvi7GDaIj74lgPB7x8=",
- "_location": "/rework-import",
- "_phantomChildren": {
- "array-union": "1.0.2",
- "async": "1.5.2",
- "inflight": "1.0.6",
- "inherits": "2.0.4",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "rework-import@^2.0.0",
- "name": "rework-import",
- "escapedName": "rework-import",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/gulp-concat-css"
- ],
- "_resolved": "https://registry.npmjs.org/rework-import/-/rework-import-2.1.0.tgz",
- "_shasum": "c26ed2b53159ac7be2ec60da223ef89603c1ef1f",
- "_spec": "rework-import@^2.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-concat-css",
- "authors": [
- "Kevin Mårtensson <[email protected]>",
- "Jason Campbell <[email protected]>",
- "Maxime Thirouin <[email protected]>"
- ],
- "bugs": {
- "url": "https://github.com/reworkcss/rework-import/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "css": "^2.0.0",
- "globby": "^2.0.0",
- "parse-import": "^2.0.0",
- "url-regex": "^3.0.0"
- },
- "deprecated": false,
- "description": "A rework plugin to read and inline CSS files via @import",
- "devDependencies": {
- "ava": "^0.0.4",
- "css-whitespace": "^1.1.0",
- "rework": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/reworkcss/rework-import#readme",
- "keywords": [
- "css",
- "import",
- "media",
- "rework"
- ],
- "license": "MIT",
- "name": "rework-import",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/reworkcss/rework-import.git"
- },
- "scripts": {
- "test": "node test/test.js"
- },
- "version": "2.1.0"
- }
|