123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_args": [
- [
- "javascript-stringify@2.0.1",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_development": true,
- "_from": "javascript-stringify@2.0.1",
- "_id": "javascript-stringify@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-yV+gqbd5vaOYjqlbk16EG89xB5udgjqQF3C5FAORDg4f/IS1Yc5ERCv5e/57yBcfJYw05V5JyIXabhwb75Xxow==",
- "_location": "/javascript-stringify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "javascript-stringify@2.0.1",
- "name": "javascript-stringify",
- "escapedName": "javascript-stringify",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "fetchSpec": "2.0.1"
- },
- "_requiredBy": [
- "/webpack-chain"
- ],
- "_resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "author": {
- "name": "Blake Embrey",
- "email": "hello@blakeembrey.com",
- "url": "http://blakeembrey.me"
- },
- "bugs": {
- "url": "https://github.com/blakeembrey/javascript-stringify/issues"
- },
- "description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
- "devDependencies": {
- "@types/jest": "^24.0.9",
- "@types/node": "^11.10.4",
- "@types/semver": "^5.5.0",
- "fast-check": "^1.12.0",
- "husky": "^1.3.1",
- "jest": "^24.0.0",
- "lint-staged": "^8.1.1",
- "prettier": "^1.16.1",
- "rimraf": "^2.5.4",
- "semver": "^5.6.0",
- "ts-jest": "^24.0.0",
- "tslint": "^5.0.0",
- "tslint-config-prettier": "^1.17.0",
- "tslint-config-standard": "^8.0.0",
- "typescript": "^3.3.1"
- },
- "files": [
- "dist/"
- ],
- "homepage": "https://github.com/blakeembrey/javascript-stringify",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "jest": {
- "roots": [
- "<rootDir>/src/"
- ],
- "transform": {
- "\\.tsx?$": "ts-jest"
- }
- },
- "keywords": [
- "stringify",
- "javascript",
- "object",
- "eval",
- "string",
- "code"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.{js,ts,json,md,yml,css}": [
- "npm run prettier",
- "git add"
- ]
- },
- "main": "dist/index.js",
- "name": "javascript-stringify",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/blakeembrey/javascript-stringify.git"
- },
- "scripts": {
- "build": "rimraf dist/ && tsc",
- "format": "npm run prettier -- \"{.,src/**}/*.{js,ts,json,md,yml,css}\"",
- "lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
- "prepare": "npm run build",
- "prettier": "prettier --write",
- "specs": "jest --coverage",
- "test": "npm run lint && npm run build && npm run specs"
- },
- "types": "dist/index.d.ts",
- "version": "2.0.1"
- }
|