12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "postcss-normalize-timing-functions@^4.0.2",
- "_id": "postcss-normalize-timing-functions@4.0.2",
- "_inBundle": false,
- "_integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==",
- "_location": "/postcss-normalize-timing-functions",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss-normalize-timing-functions@^4.0.2",
- "name": "postcss-normalize-timing-functions",
- "escapedName": "postcss-normalize-timing-functions",
- "rawSpec": "^4.0.2",
- "saveSpec": null,
- "fetchSpec": "^4.0.2"
- },
- "_requiredBy": [
- "/cssnano-preset-default"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz",
- "_shasum": "8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9",
- "_spec": "postcss-normalize-timing-functions@^4.0.2",
- "_where": "H:\\gs_nuxt\\node_modules\\cssnano-preset-default",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "cssnano-util-get-match": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "deprecated": false,
- "description": "Normalize CSS animation/transition timing functions.",
- "devDependencies": {
- "babel-cli": "^6.0.0",
- "cross-env": "^5.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "files": [
- "LICENSE-MIT",
- "dist"
- ],
- "homepage": "https://github.com/cssnano/cssnano",
- "license": "MIT",
- "main": "dist/index.js",
- "name": "postcss-normalize-timing-functions",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cssnano/cssnano.git"
- },
- "scripts": {
- "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
- },
- "version": "4.0.2"
- }
|