wishthis/node_modules/parse-import/package.json
2022-02-23 17:41:13 +01:00

69 lines
1.5 KiB
JSON

{
"_args": [
[
"parse-import@2.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "parse-import@2.0.0",
"_id": "parse-import@2.0.0",
"_inBundle": false,
"_integrity": "sha1-KyR0Aw4AirmNt2xLy/TbWucwb18=",
"_location": "/parse-import",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse-import@2.0.0",
"name": "parse-import",
"escapedName": "parse-import",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/gulp-concat-css",
"/rework-import"
],
"_resolved": "https://registry.npmjs.org/parse-import/-/parse-import-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/parse-import/issues"
},
"dependencies": {
"get-imports": "^1.0.0"
},
"description": "Parse CSS @import statements",
"devDependencies": {
"ava": "^0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/parse-import#readme",
"keywords": [
"css",
"import",
"object",
"parse"
],
"license": "MIT",
"name": "parse-import",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/parse-import.git"
},
"scripts": {
"test": "node test.js"
},
"version": "2.0.0"
}