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.
103 lines
2.3 KiB
103 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"postcss-import@14.0.2",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "postcss-import@14.0.2",
|
|
"_id": "postcss-import@14.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==",
|
|
"_location": "/postcss-import",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-import@14.0.2",
|
|
"name": "postcss-import",
|
|
"escapedName": "postcss-import",
|
|
"rawSpec": "14.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "14.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@angular-devkit/build-angular"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.2.tgz",
|
|
"_spec": "14.0.2",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"author": {
|
|
"name": "Maxime Thirouin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss-import/issues"
|
|
},
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.0.0",
|
|
"read-cache": "^1.0.0",
|
|
"resolve": "^1.1.7"
|
|
},
|
|
"description": "PostCSS plugin to import CSS files",
|
|
"devDependencies": {
|
|
"ava": "^3.0.0",
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-problems": "^5.0.0",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"postcss": "^8.0.0",
|
|
"postcss-scss": "^3.0.0",
|
|
"prettier": "~2.3.0",
|
|
"sugarss": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "eslint-config-problems",
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": [
|
|
"error",
|
|
{
|
|
"semi": false,
|
|
"arrowParens": "avoid"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/postcss/postcss-import#readme",
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-plugin",
|
|
"import",
|
|
"node modules",
|
|
"npm"
|
|
],
|
|
"license": "MIT",
|
|
"name": "postcss-import",
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss-import.git"
|
|
},
|
|
"scripts": {
|
|
"ci": "eslint . && ava",
|
|
"lint": "eslint . --fix",
|
|
"pretest": "npm run lint",
|
|
"test": "ava"
|
|
},
|
|
"version": "14.0.2"
|
|
}
|