123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_args": [
- [
- "cssstyle@1.2.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "cssstyle@1.2.2",
- "_id": "cssstyle@1.2.2",
- "_inBundle": false,
- "_integrity": "sha1-Qn6k1YWxhiT2/b+d56Kho7pxMHc=",
- "_location": "/cssstyle",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "cssstyle@1.2.2",
- "name": "cssstyle",
- "escapedName": "cssstyle",
- "rawSpec": "1.2.2",
- "saveSpec": null,
- "fetchSpec": "1.2.2"
- },
- "_requiredBy": [
- "/jsdom"
- ],
- "_resolved": "https://registry.npm.taobao.org/cssstyle/download/cssstyle-1.2.2.tgz",
- "_spec": "1.2.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
- },
- "contributors": [
- {
- "name": "Chad Walker",
- "email": "chad@chad-cat-lore-eddie.com",
- "url": "https://github.com/chad3814"
- },
- {
- "name": "Rafał Ruciński",
- "email": "fatfisz@gmail.com",
- "url": "https://fatfisz.com"
- },
- {
- "name": "Nikita Vasilyev",
- "email": "me@elv1s.ru"
- },
- {
- "name": "Davide P. Cervone"
- },
- {
- "name": "Forbes Lindesay"
- }
- ],
- "dependencies": {
- "cssom": "0.3.x"
- },
- "description": "CSSStyleDeclaration Object Model implementation",
- "devDependencies": {
- "babel-generator": "~6.26.1",
- "babel-traverse": "~6.26.0",
- "babel-types": "~6.26.0",
- "babylon": "~6.18.0",
- "eslint": "5.13.0",
- "eslint-config-prettier": "4.0.0",
- "eslint-plugin-prettier": "3.0.1",
- "nodeunit": "~0.11.3",
- "npm-run-all": "^4.1.5",
- "prettier": "1.16.4",
- "request": "^2.88.0",
- "resolve": "~1.8.1"
- },
- "directories": {
- "lib": "./lib"
- },
- "homepage": "https://github.com/jsakas/CSSStyleDeclaration",
- "keywords": [
- "CSS",
- "CSSStyleDeclaration",
- "StyleSheet"
- ],
- "license": "MIT",
- "main": "./lib/CSSStyleDeclaration.js",
- "maintainers": [
- {
- "name": "Jon Sakas",
- "email": "jon.sakas@gmail.com",
- "url": "https://jon.sakas.co/"
- }
- ],
- "name": "cssstyle",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
- },
- "scripts": {
- "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
- "generate": "run-p generate:*",
- "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
- "generate:properties": "node ./scripts/generate_properties.js",
- "lint": "npm run generate && eslint . --max-warnings 0",
- "lint:fix": "eslint . --fix --max-warnings 0",
- "prepublishOnly": "npm run test-ci",
- "test": "npm run generate && nodeunit tests",
- "test-ci": "npm run lint && npm run test"
- },
- "version": "1.2.2"
- }
|