- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-nesting/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-nesting", 3 "version": "7.0.1", 4 "description": "Nest style rules inside each other", 5 "author": "Jonathan Neal <jonathantneal@hotmail.com>", 6 "license": "CC0-1.0", 7 "repository": "jonathantneal/postcss-nesting", 8 "homepage": "https://github.com/jonathantneal/postcss-nesting#readme", 9 "bugs": "https://github.com/jonathantneal/postcss-nesting/issues", 10 "main": "index.cjs.js", 11 "module": "index.es.js", 12 "files": [ 13 "index.cjs.js", 14 "index.es.js" 2 "_args": [ 3 [ 4 "postcss-nesting@7.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 15 7 ], 16 "scripts": { 17 "prepublishOnly": "npm test", 18 "pretest": "rollup -c .rollup.js --silent", 19 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 20 "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet", 21 "test:tape": "postcss-tape" 8 "_development": true, 9 "_from": "postcss-nesting@7.0.1", 10 "_id": "postcss-nesting@7.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==", 13 "_location": "/postcss-nesting", 14 "_phantomChildren": { 15 "picocolors": "0.2.1" 22 16 }, 23 "engines": { 24 "node": ">=6.0.0" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "postcss-nesting@7.0.1", 21 "name": "postcss-nesting", 22 "escapedName": "postcss-nesting", 23 "rawSpec": "7.0.1", 24 "saveSpec": null, 25 "fetchSpec": "7.0.1" 26 }, 27 "_requiredBy": [ 28 "/postcss-preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz", 31 "_spec": "7.0.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jonathan Neal", 35 "email": "jonathantneal@hotmail.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/jonathantneal/postcss-nesting/issues" 25 39 }, 26 40 "dependencies": { 27 41 "postcss": "^7.0.2" 28 42 }, 43 "description": "Nest style rules inside each other", 29 44 "devDependencies": { 30 45 "@babel/core": "^7.0.0", … … 39 54 "rollup-plugin-babel": "^4.0.1" 40 55 }, 56 "engines": { 57 "node": ">=6.0.0" 58 }, 41 59 "eslintConfig": { 42 60 "extends": "dev", 43 61 "parser": "babel-eslint" 44 62 }, 63 "files": [ 64 "index.cjs.js", 65 "index.es.js" 66 ], 67 "homepage": "https://github.com/jonathantneal/postcss-nesting#readme", 45 68 "keywords": [ 46 69 "postcss", … … 60 83 "w3c", 61 84 "csswg" 62 ] 85 ], 86 "license": "CC0-1.0", 87 "main": "index.cjs.js", 88 "module": "index.es.js", 89 "name": "postcss-nesting", 90 "repository": { 91 "type": "git", 92 "url": "git+https://github.com/jonathantneal/postcss-nesting.git" 93 }, 94 "scripts": { 95 "prepublishOnly": "npm test", 96 "pretest": "rollup -c .rollup.js --silent", 97 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 98 "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet", 99 "test:tape": "postcss-tape" 100 }, 101 "version": "7.0.1" 63 102 }
Note:
See TracChangeset
for help on using the changeset viewer.