New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

scene-release

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scene-release

parse scene release names

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
20
185.71%
Maintainers
1
Weekly downloads
 
Created
Source

scene-release Build Status Dependency Status

parse scene release names

Examples and conventions based on:

Install

$ npm install --save scene-release

Usage

var sceneRelease = require('scene-release');

sceneRelease('Citizenfour.2014.720p.WEB-DL.AAC2.0.H.264-NOGRP')
// => { "year": "2014",
//      "resolution": "720p",
//      ... }

CLI

$ npm install --global scene-release
$ scene-release --help

  parse scene release names

  Example
    scene-release Citizenfour.2014.720p.WEB-DL.AAC2.0.H.264-NOGRP

    => { "year": "2014",
         "resolution": "720p",
         ... }

Similar projects

License

MIT © Matias Singers

FAQs

Package last updated on 03 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts