Latest updates from IceHrmPro
This commit is contained in:
82
web/node_modules/css-animation/package.json
generated
vendored
Normal file
82
web/node_modules/css-animation/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_from": "css-animation@^1.5.0",
|
||||
"_id": "css-animation@1.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/48+/BaEaHRY6kNQ2OIPzKf9A6g8WjZYjhiNDNuIVbsm5tXCGIAsHDjB4Xu1C4vXJtUWZo26O68OQkDpNBaPog==",
|
||||
"_location": "/css-animation",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "css-animation@^1.5.0",
|
||||
"name": "css-animation",
|
||||
"escapedName": "css-animation",
|
||||
"rawSpec": "^1.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/antd",
|
||||
"/rc-animate",
|
||||
"/rc-collapse"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-animation/-/css-animation-1.6.1.tgz",
|
||||
"_shasum": "162064a3b0d51f958b7ff37b3d6d4de18e17039e",
|
||||
"_spec": "css-animation@^1.5.0",
|
||||
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
||||
"author": "",
|
||||
"bugs": {
|
||||
"url": "http://github.com/yiminghe/css-animation/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"config": {
|
||||
"port": 9001,
|
||||
"entry": {
|
||||
"css-animation": [
|
||||
"./src/index.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "6.x",
|
||||
"component-classes": "^1.2.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "css-animation",
|
||||
"devDependencies": {
|
||||
"expect.js": "0.3.x",
|
||||
"pre-commit": "1.x",
|
||||
"rc-tools": "6.x",
|
||||
"react": "15.x",
|
||||
"react-dom": "15.x"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"es"
|
||||
],
|
||||
"homepage": "http://github.com/yiminghe/css-animation",
|
||||
"keywords": [
|
||||
"css-animation"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"module": "./es/index",
|
||||
"name": "css-animation",
|
||||
"pre-commit": [
|
||||
"lint"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/yiminghe/css-animation.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rc-tools run build",
|
||||
"compile": "rc-tools run compile --babel-runtime",
|
||||
"dist": "rc-tools run dist --babel-runtime",
|
||||
"gh-pages": "rc-tools run gh-pages",
|
||||
"lint": "rc-tools run lint",
|
||||
"pub": "rc-tools run pub --babel-runtime",
|
||||
"start": "rc-tools run server"
|
||||
},
|
||||
"version": "1.6.1"
|
||||
}
|
||||
Reference in New Issue
Block a user