123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_from": "pathval@^1.1.1",
- "_id": "pathval@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==",
- "_location": "/pathval",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pathval@^1.1.1",
- "name": "pathval",
- "escapedName": "pathval",
- "rawSpec": "^1.1.1",
- "saveSpec": null,
- "fetchSpec": "^1.1.1"
- },
- "_requiredBy": [
- "/chai"
- ],
- "_resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
- "_shasum": "8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d",
- "_spec": "pathval@^1.1.1",
- "_where": "D:\\jiayue\\pig-ui\\node_modules\\chai",
- "author": {
- "name": "Veselin Todorov",
- "email": "hi@vesln.com"
- },
- "bugs": {
- "url": "https://github.com/chaijs/pathval/issues"
- },
- "bundleDependencies": false,
- "config": {
- "ghooks": {
- "commit-msg": "validate-commit-msg"
- }
- },
- "deprecated": false,
- "description": "Object value retrieval given a string path",
- "devDependencies": {
- "browserify": "^17.0.0",
- "browserify-istanbul": "^3.0.1",
- "coveralls": "^3.1.0",
- "eslint": "^7.13.0",
- "eslint-config-strict": "^14.0.1",
- "eslint-plugin-filenames": "^1.3.2",
- "ghooks": "^2.0.4",
- "karma": "^5.2.3",
- "karma-browserify": "^7.0.0",
- "karma-coverage": "^2.0.3",
- "karma-mocha": "^2.0.1",
- "karma-phantomjs-launcher": "^1.0.4",
- "karma-sauce-launcher": "^4.3.3",
- "lcov-result-merger": "^3.1.0",
- "mocha": "^8.2.1",
- "nyc": "^15.1.0",
- "phantomjs-prebuilt": "^2.1.16",
- "semantic-release": "^17.2.2",
- "simple-assert": "^1.0.0",
- "travis-after-all": "^1.4.5",
- "validate-commit-msg": "^2.14.0"
- },
- "engines": {
- "node": "*"
- },
- "eslintConfig": {
- "extends": [
- "strict/es5"
- ],
- "env": {
- "es6": true
- },
- "globals": {
- "HTMLElement": false
- },
- "rules": {
- "complexity": 0,
- "max-statements": 0
- }
- },
- "files": [
- "index.js",
- "pathval.js"
- ],
- "homepage": "https://github.com/chaijs/pathval",
- "keywords": [
- "pathval",
- "value retrieval",
- "chai util"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "pathval",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/chaijs/pathval.git"
- },
- "scripts": {
- "build": "browserify --standalone pathval -o pathval.js",
- "lint": "eslint --ignore-path .gitignore .",
- "lint:fix": "npm run lint -- --fix",
- "prepublish": "npm run build",
- "pretest": "npm run lint",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
- "test": "npm run test:node && npm run test:browser && npm run upload-coverage",
- "test:browser": "karma start --singleRun=true",
- "test:node": "nyc mocha",
- "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
- },
- "version": "1.1.1"
- }
|