mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
108
node_modules/javascript-stringify/package.json
generated
vendored
Normal file
108
node_modules/javascript-stringify/package.json
generated
vendored
Normal file
@ -0,0 +1,108 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"javascript-stringify@2.0.1",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_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": [
|
||||
"/@11ty/eleventy"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user