fountain-js
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "fountain-js", | ||
"version": "0.0.1", | ||
"author": "Nathan Hoad <nathan@nathanhoad.net>", | ||
"description": "Parse Fountain formated scripts", | ||
"main": "fountain.js", | ||
"homepage": "https://github.com/nathanhoad/fountain", | ||
"version": "1.0.0", | ||
"description": "A simple parser for Fountain, a markup language for formatting screenplays.", | ||
"main": "dist/index.js", | ||
"module": "dist.esm/index.js", | ||
"scripts": { | ||
"test": "mocha --reporter spec" | ||
"clean": "rimraf dist dist.esm", | ||
"build": "npm run clean && npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc -b", | ||
"build:esm": "tsc -b ./tsconfig.esm.json", | ||
"test": "jasmine --config=jasmine.json" | ||
}, | ||
"keywords": [ | ||
"fountain", | ||
"film", | ||
"script" | ||
"Typescript", | ||
"Javascript", | ||
"Fountain", | ||
"markdown", | ||
"parser", | ||
"screenwriting", | ||
"screenplays", | ||
"filmmaking" | ||
], | ||
"devDependencies": { | ||
"mocha": "1.x", | ||
"should": "*" | ||
}, | ||
"homepage": "https://github.com/jonnygreenwald/fountain-js#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nathanhoad/fountain-js.git" | ||
"url": "git+https://github.com/jonnygreenwald/fountain-js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/nathanhoad/fountain-js/issues" | ||
"url": "https://github.com/jonnygreenwald/fountain-js/issues" | ||
}, | ||
"license": "MIT" | ||
"author": "Jonny Greenwald", | ||
"contributors": [ | ||
"Matt Daly", | ||
"Jonny Greenwald", | ||
"Nathan Hoad" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/jasmine": "^4.0.3", | ||
"jasmine": "^4.1.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^3.9.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
58573
40
672
0
0
156
0
5
2