- 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-place/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-place", 3 "version": "4.0.1", 4 "description": "Use a place-* shorthand for align-* and justify-* in CSS", 5 "author": "Jonathan Neal <jonathantneal@hotmail.com>", 6 "license": "CC0-1.0", 7 "repository": "jonathantneal/postcss-place", 8 "homepage": "https://github.com/jonathantneal/postcss-place#readme", 9 "bugs": "https://github.com/jonathantneal/postcss-place/issues", 10 "main": "index.cjs.js", 11 "module": "index.es.mjs", 12 "files": [ 13 "index.cjs.js", 14 "index.cjs.js.map", 15 "index.es.mjs", 16 "index.es.mjs.map" 2 "_args": [ 3 [ 4 "postcss-place@4.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 17 7 ], 18 "scripts": { 19 "prepublishOnly": "npm test", 20 "pretest": "rollup -c .rollup.js --silent", 21 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 22 "test:ec": "echint --ignore index.*.js test", 23 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", 24 "test:tape": "postcss-tape" 8 "_development": true, 9 "_from": "postcss-place@4.0.1", 10 "_id": "postcss-place@4.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==", 13 "_location": "/postcss-place", 14 "_phantomChildren": { 15 "picocolors": "0.2.1" 25 16 }, 26 "engines": { 27 "node": ">=6.0.0" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "postcss-place@4.0.1", 21 "name": "postcss-place", 22 "escapedName": "postcss-place", 23 "rawSpec": "4.0.1", 24 "saveSpec": null, 25 "fetchSpec": "4.0.1" 26 }, 27 "_requiredBy": [ 28 "/postcss-preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz", 31 "_spec": "4.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-place/issues" 28 39 }, 29 40 "dependencies": { … … 31 42 "postcss-values-parser": "^2.0.0" 32 43 }, 44 "description": "Use a place-* shorthand for align-* and justify-* in CSS", 33 45 "devDependencies": { 34 46 "@babel/core": "^7.1.0", … … 42 54 "rollup-plugin-babel": "^4.0.3" 43 55 }, 56 "engines": { 57 "node": ">=6.0.0" 58 }, 44 59 "eslintConfig": { 45 60 "extends": "dev", 46 61 "parser": "babel-eslint" 47 62 }, 63 "files": [ 64 "index.cjs.js", 65 "index.cjs.js.map", 66 "index.es.mjs", 67 "index.es.mjs.map" 68 ], 69 "homepage": "https://github.com/jonathantneal/postcss-place#readme", 48 70 "keywords": [ 49 71 "postcss", … … 57 79 "contents", 58 80 "selfs" 59 ] 81 ], 82 "license": "CC0-1.0", 83 "main": "index.cjs.js", 84 "module": "index.es.mjs", 85 "name": "postcss-place", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/jonathantneal/postcss-place.git" 89 }, 90 "scripts": { 91 "prepublishOnly": "npm test", 92 "pretest": "rollup -c .rollup.js --silent", 93 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape", 94 "test:ec": "echint --ignore index.*.js test", 95 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet", 96 "test:tape": "postcss-tape" 97 }, 98 "version": "4.0.1" 60 99 }
Note:
See TracChangeset
for help on using the changeset viewer.